Class ResourcePolicySnapshotSchedulePolicySnapshotProperties (1.53.0)

public final class ResourcePolicySnapshotSchedulePolicySnapshotProperties extends GeneratedMessageV3 implements ResourcePolicySnapshotSchedulePolicySnapshotPropertiesOrBuilder

Specified snapshot properties for scheduled snapshots created by this policy.

Protobuf type google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicySnapshotProperties

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ResourcePolicySnapshotSchedulePolicySnapshotProperties

Static Fields

CHAIN_NAME_FIELD_NUMBER

public static final int CHAIN_NAME_FIELD_NUMBER
Field Value
Type Description
int

GUEST_FLUSH_FIELD_NUMBER

public static final int GUEST_FLUSH_FIELD_NUMBER
Field Value
Type Description
int

LABELS_FIELD_NUMBER

public static final int LABELS_FIELD_NUMBER
Field Value
Type Description
int

STORAGE_LOCATIONS_FIELD_NUMBER

public static final int STORAGE_LOCATIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ResourcePolicySnapshotSchedulePolicySnapshotProperties getDefaultInstance()
Returns
Type Description
ResourcePolicySnapshotSchedulePolicySnapshotProperties

getDescriptor()

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

newBuilder()

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

newBuilder(ResourcePolicySnapshotSchedulePolicySnapshotProperties prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

containsLabels(String key)

public boolean containsLabels(String key)

Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.

map<string, string> labels = 500195327;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

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

getChainName()

public String getChainName()

Chain name that the snapshot is created in.

optional string chain_name = 68644169;

Returns
Type Description
String

The chainName.

getChainNameBytes()

public ByteString getChainNameBytes()

Chain name that the snapshot is created in.

optional string chain_name = 68644169;

Returns
Type Description
ByteString

The bytes for chainName.

getDefaultInstanceForType()

public ResourcePolicySnapshotSchedulePolicySnapshotProperties getDefaultInstanceForType()
Returns
Type Description
ResourcePolicySnapshotSchedulePolicySnapshotProperties

getGuestFlush()

public boolean getGuestFlush()

Indication to perform a 'guest aware' snapshot.

optional bool guest_flush = 385550813;

Returns
Type Description
boolean

The guestFlush.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.

map<string, string> labels = 500195327;

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.

map<string, string> labels = 500195327;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.

map<string, string> labels = 500195327;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.

map<string, string> labels = 500195327;

Parameter
Name Description
key String
Returns
Type Description
String

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStorageLocations(int index)

public String getStorageLocations(int index)

Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).

repeated string storage_locations = 328005274;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The storageLocations at the given index.

getStorageLocationsBytes(int index)

public ByteString getStorageLocationsBytes(int index)

Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).

repeated string storage_locations = 328005274;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the storageLocations at the given index.

getStorageLocationsCount()

public int getStorageLocationsCount()

Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).

repeated string storage_locations = 328005274;

Returns
Type Description
int

The count of storageLocations.

getStorageLocationsList()

public ProtocolStringList getStorageLocationsList()

Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).

repeated string storage_locations = 328005274;

Returns
Type Description
ProtocolStringList

A list containing the storageLocations.

hasChainName()

public boolean hasChainName()

Chain name that the snapshot is created in.

optional string chain_name = 68644169;

Returns
Type Description
boolean

Whether the chainName field is set.

hasGuestFlush()

public boolean hasGuestFlush()

Indication to perform a 'guest aware' snapshot.

optional bool guest_flush = 385550813;

Returns
Type Description
boolean

Whether the guestFlush field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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