public final class WeeklySchedule extends GeneratedMessageV3 implements WeeklyScheduleOrBuilder
Make a snapshot every week e.g. at Monday 04:00, Wednesday 05:20, Sunday 23:50
Protobuf type google.cloud.netapp.v1.WeeklySchedule
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WeeklyScheduleImplements
WeeklyScheduleOrBuilderStatic Fields
DAY_FIELD_NUMBER
public static final int DAY_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 WeeklySchedule getDefaultInstance()
Returns | |
---|---|
Type | Description |
WeeklySchedule |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static WeeklySchedule.Builder newBuilder()
Returns | |
---|---|
Type | Description |
WeeklySchedule.Builder |
newBuilder(WeeklySchedule prototype)
public static WeeklySchedule.Builder newBuilder(WeeklySchedule prototype)
Parameter | |
---|---|
Name | Description |
prototype |
WeeklySchedule |
Returns | |
---|---|
Type | Description |
WeeklySchedule.Builder |
parseDelimitedFrom(InputStream input)
public static WeeklySchedule parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WeeklySchedule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static WeeklySchedule parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WeeklySchedule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static WeeklySchedule parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WeeklySchedule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static WeeklySchedule parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WeeklySchedule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static WeeklySchedule parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WeeklySchedule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static WeeklySchedule parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WeeklySchedule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WeeklySchedule |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<WeeklySchedule> parser()
Returns | |
---|---|
Type | Description |
Parser<WeeklySchedule> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDay()
public String getDay()
Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'.
optional string day = 4;
Returns | |
---|---|
Type | Description |
String |
The day. |
getDayBytes()
public ByteString getDayBytes()
Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'.
optional string day = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for day. |
getDefaultInstanceForType()
public WeeklySchedule getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
WeeklySchedule |
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<WeeklySchedule> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<WeeklySchedule> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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. |
hasDay()
public boolean hasDay()
Set the day or days of the week to make a snapshot. Accepts a comma separated days of the week. Defaults to 'Sunday'.
optional string day = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the day 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 |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public WeeklySchedule.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
WeeklySchedule.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WeeklySchedule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
WeeklySchedule.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public WeeklySchedule.Builder toBuilder()
Returns | |
---|---|
Type | Description |
WeeklySchedule.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |