Class MonthlySchedule (0.24.0)

public final class MonthlySchedule extends GeneratedMessageV3 implements MonthlyScheduleOrBuilder

Make a snapshot once a month e.g. at 2nd 04:00, 7th 05:20, 24th 23:50

Protobuf type google.cloud.netapp.v1.MonthlySchedule

Static Fields

DAYS_OF_MONTH_FIELD_NUMBER

public static final int DAYS_OF_MONTH_FIELD_NUMBER
Field Value
Type Description
int

HOUR_FIELD_NUMBER

public static final int HOUR_FIELD_NUMBER
Field Value
Type Description
int

MINUTE_FIELD_NUMBER

public static final int MINUTE_FIELD_NUMBER
Field Value
Type Description
int

SNAPSHOTS_TO_KEEP_FIELD_NUMBER

public static final int SNAPSHOTS_TO_KEEP_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MonthlySchedule getDefaultInstance()
Returns
Type Description
MonthlySchedule

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static MonthlySchedule.Builder newBuilder()
Returns
Type Description
MonthlySchedule.Builder

newBuilder(MonthlySchedule prototype)

public static MonthlySchedule.Builder newBuilder(MonthlySchedule prototype)
Parameter
Name Description
prototype MonthlySchedule
Returns
Type Description
MonthlySchedule.Builder

parseDelimitedFrom(InputStream input)

public static MonthlySchedule parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MonthlySchedule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MonthlySchedule parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MonthlySchedule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MonthlySchedule parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MonthlySchedule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MonthlySchedule parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MonthlySchedule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MonthlySchedule parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MonthlySchedule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MonthlySchedule parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MonthlySchedule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MonthlySchedule> parser()
Returns
Type Description
Parser<MonthlySchedule>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDaysOfMonth()

public String getDaysOfMonth()

Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.

optional string days_of_month = 4;

Returns
Type Description
String

The daysOfMonth.

getDaysOfMonthBytes()

public ByteString getDaysOfMonthBytes()

Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.

optional string days_of_month = 4;

Returns
Type Description
ByteString

The bytes for daysOfMonth.

getDefaultInstanceForType()

public MonthlySchedule getDefaultInstanceForType()
Returns
Type Description
MonthlySchedule

getHour()

public double getHour()

Set the hour to start the snapshot (0-23), defaults to midnight (0).

optional double hour = 3;

Returns
Type Description
double

The hour.

getMinute()

public double getMinute()

Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

optional double minute = 2;

Returns
Type Description
double

The minute.

getParserForType()

public Parser<MonthlySchedule> getParserForType()
Returns
Type Description
Parser<MonthlySchedule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSnapshotsToKeep()

public double getSnapshotsToKeep()

The maximum number of Snapshots to keep for the hourly schedule

optional double snapshots_to_keep = 1;

Returns
Type Description
double

The snapshotsToKeep.

hasDaysOfMonth()

public boolean hasDaysOfMonth()

Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.

optional string days_of_month = 4;

Returns
Type Description
boolean

Whether the daysOfMonth field is set.

hasHour()

public boolean hasHour()

Set the hour to start the snapshot (0-23), defaults to midnight (0).

optional double hour = 3;

Returns
Type Description
boolean

Whether the hour field is set.

hasMinute()

public boolean hasMinute()

Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

optional double minute = 2;

Returns
Type Description
boolean

Whether the minute field is set.

hasSnapshotsToKeep()

public boolean hasSnapshotsToKeep()

The maximum number of Snapshots to keep for the hourly schedule

optional double snapshots_to_keep = 1;

Returns
Type Description
boolean

Whether the snapshotsToKeep field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MonthlySchedule.Builder newBuilderForType()
Returns
Type Description
MonthlySchedule.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MonthlySchedule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MonthlySchedule.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public MonthlySchedule.Builder toBuilder()
Returns
Type Description
MonthlySchedule.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException