Class ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder (1.51.0)

public static final class ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder extends GeneratedMessageV3.Builder<ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder> implements ResourcePolicySnapshotSchedulePolicyRetentionPolicyOrBuilder

Policy for retention of scheduled snapshots.

Protobuf type google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicyRetentionPolicy

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

build()

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy build()
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy

buildPartial()

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy buildPartial()
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy

clear()

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder clear()
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

clearMaxRetentionDays()

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder clearMaxRetentionDays()

Maximum age of the snapshot that is allowed to be kept.

optional int32 max_retention_days = 324296979;

Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder

This builder for chaining.

clearOnSourceDiskDelete()

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder clearOnSourceDiskDelete()

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.

optional string on_source_disk_delete = 321955529;

Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

clone()

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder clone()
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

getDefaultInstanceForType()

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy getDefaultInstanceForType()
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMaxRetentionDays()

public int getMaxRetentionDays()

Maximum age of the snapshot that is allowed to be kept.

optional int32 max_retention_days = 324296979;

Returns
TypeDescription
int

The maxRetentionDays.

getOnSourceDiskDelete()

public String getOnSourceDiskDelete()

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.

optional string on_source_disk_delete = 321955529;

Returns
TypeDescription
String

The onSourceDiskDelete.

getOnSourceDiskDeleteBytes()

public ByteString getOnSourceDiskDeleteBytes()

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.

optional string on_source_disk_delete = 321955529;

Returns
TypeDescription
ByteString

The bytes for onSourceDiskDelete.

hasMaxRetentionDays()

public boolean hasMaxRetentionDays()

Maximum age of the snapshot that is allowed to be kept.

optional int32 max_retention_days = 324296979;

Returns
TypeDescription
boolean

Whether the maxRetentionDays field is set.

hasOnSourceDiskDelete()

public boolean hasOnSourceDiskDelete()

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.

optional string on_source_disk_delete = 321955529;

Returns
TypeDescription
boolean

Whether the onSourceDiskDelete field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ResourcePolicySnapshotSchedulePolicyRetentionPolicy other)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder mergeFrom(ResourcePolicySnapshotSchedulePolicyRetentionPolicy other)
Parameter
NameDescription
otherResourcePolicySnapshotSchedulePolicyRetentionPolicy
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

setMaxRetentionDays(int value)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder setMaxRetentionDays(int value)

Maximum age of the snapshot that is allowed to be kept.

optional int32 max_retention_days = 324296979;

Parameter
NameDescription
valueint

The maxRetentionDays to set.

Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder

This builder for chaining.

setOnSourceDiskDelete(String value)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder setOnSourceDiskDelete(String value)

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.

optional string on_source_disk_delete = 321955529;

Parameter
NameDescription
valueString

The onSourceDiskDelete to set.

Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder

This builder for chaining.

setOnSourceDiskDeleteBytes(ByteString value)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder setOnSourceDiskDeleteBytes(ByteString value)

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted. Check the OnSourceDiskDelete enum for the list of possible values.

optional string on_source_disk_delete = 321955529;

Parameter
NameDescription
valueByteString

The bytes for onSourceDiskDelete to set.

Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ResourcePolicySnapshotSchedulePolicyRetentionPolicy.Builder
Overrides