Class SnapshotSchedulePolicy (0.2.1)

public final class SnapshotSchedulePolicy extends GeneratedMessageV3 implements SnapshotSchedulePolicyOrBuilder

A snapshot schedule policy.

Protobuf type google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy

Static Fields

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

SCHEDULES_FIELD_NUMBER

public static final int SCHEDULES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SnapshotSchedulePolicy getDefaultInstance()
Returns
TypeDescription
SnapshotSchedulePolicy

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SnapshotSchedulePolicy.Builder newBuilder()
Returns
TypeDescription
SnapshotSchedulePolicy.Builder

newBuilder(SnapshotSchedulePolicy prototype)

public static SnapshotSchedulePolicy.Builder newBuilder(SnapshotSchedulePolicy prototype)
Parameter
NameDescription
prototypeSnapshotSchedulePolicy
Returns
TypeDescription
SnapshotSchedulePolicy.Builder

parseDelimitedFrom(InputStream input)

public static SnapshotSchedulePolicy parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SnapshotSchedulePolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SnapshotSchedulePolicy parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SnapshotSchedulePolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SnapshotSchedulePolicy parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SnapshotSchedulePolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SnapshotSchedulePolicy parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SnapshotSchedulePolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SnapshotSchedulePolicy parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SnapshotSchedulePolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SnapshotSchedulePolicy parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SnapshotSchedulePolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotSchedulePolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SnapshotSchedulePolicy> parser()
Returns
TypeDescription
Parser<SnapshotSchedulePolicy>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SnapshotSchedulePolicy getDefaultInstanceForType()
Returns
TypeDescription
SnapshotSchedulePolicy

getDescription()

public String getDescription()

The description of the snapshot schedule policy.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

The description of the snapshot schedule policy.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getName()

public String getName()

Output only. The name of the snapshot schedule policy.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The name of the snapshot schedule policy.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<SnapshotSchedulePolicy> getParserForType()
Returns
TypeDescription
Parser<SnapshotSchedulePolicy>
Overrides

getSchedules(int index)

public SnapshotSchedulePolicy.Schedule getSchedules(int index)

The snapshot schedules contained in this policy. You can specify a maximum of 5 schedules.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy.Schedule schedules = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
SnapshotSchedulePolicy.Schedule

getSchedulesCount()

public int getSchedulesCount()

The snapshot schedules contained in this policy. You can specify a maximum of 5 schedules.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy.Schedule schedules = 3;

Returns
TypeDescription
int

getSchedulesList()

public List<SnapshotSchedulePolicy.Schedule> getSchedulesList()

The snapshot schedules contained in this policy. You can specify a maximum of 5 schedules.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy.Schedule schedules = 3;

Returns
TypeDescription
List<Schedule>

getSchedulesOrBuilder(int index)

public SnapshotSchedulePolicy.ScheduleOrBuilder getSchedulesOrBuilder(int index)

The snapshot schedules contained in this policy. You can specify a maximum of 5 schedules.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy.Schedule schedules = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
SnapshotSchedulePolicy.ScheduleOrBuilder

getSchedulesOrBuilderList()

public List<? extends SnapshotSchedulePolicy.ScheduleOrBuilder> getSchedulesOrBuilderList()

The snapshot schedules contained in this policy. You can specify a maximum of 5 schedules.

repeated .google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy.Schedule schedules = 3;

Returns
TypeDescription
List<? extends com.google.cloud.baremetalsolution.v2.SnapshotSchedulePolicy.ScheduleOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SnapshotSchedulePolicy.Builder newBuilderForType()
Returns
TypeDescription
SnapshotSchedulePolicy.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SnapshotSchedulePolicy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SnapshotSchedulePolicy.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SnapshotSchedulePolicy.Builder toBuilder()
Returns
TypeDescription
SnapshotSchedulePolicy.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException