Class CreateSnapshotRequest.Builder (1.42.0)

public static final class CreateSnapshotRequest.Builder extends GeneratedMessageV3.Builder<CreateSnapshotRequest.Builder> implements CreateSnapshotRequestOrBuilder

CreateSnapshotRequest creates a snapshot.

Protobuf type google.cloud.filestore.v1.CreateSnapshotRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public CreateSnapshotRequest build()
Returns
TypeDescription
CreateSnapshotRequest

buildPartial()

public CreateSnapshotRequest buildPartial()
Returns
TypeDescription
CreateSnapshotRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public CreateSnapshotRequest.Builder clearParent()

Required. The Filestore Instance to create the snapshots of, in the format projects/{project_id}/locations/{location}/instances/{instance_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CreateSnapshotRequest.Builder

This builder for chaining.

clearSnapshot()

public CreateSnapshotRequest.Builder clearSnapshot()

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateSnapshotRequest.Builder

clearSnapshotId()

public CreateSnapshotRequest.Builder clearSnapshotId()

Required. The ID to use for the snapshot. The ID must be unique within the specified instance.

This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

string snapshot_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateSnapshotRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public CreateSnapshotRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateSnapshotRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The Filestore Instance to create the snapshots of, in the format projects/{project_id}/locations/{location}/instances/{instance_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The Filestore Instance to create the snapshots of, in the format projects/{project_id}/locations/{location}/instances/{instance_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getSnapshot()

public Snapshot getSnapshot()

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Snapshot

The snapshot.

getSnapshotBuilder()

public Snapshot.Builder getSnapshotBuilder()

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Snapshot.Builder

getSnapshotId()

public String getSnapshotId()

Required. The ID to use for the snapshot. The ID must be unique within the specified instance.

This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

string snapshot_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The snapshotId.

getSnapshotIdBytes()

public ByteString getSnapshotIdBytes()

Required. The ID to use for the snapshot. The ID must be unique within the specified instance.

This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

string snapshot_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for snapshotId.

getSnapshotOrBuilder()

public SnapshotOrBuilder getSnapshotOrBuilder()

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SnapshotOrBuilder

hasSnapshot()

public boolean hasSnapshot()

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the snapshot field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreateSnapshotRequest other)

public CreateSnapshotRequest.Builder mergeFrom(CreateSnapshotRequest other)
Parameter
NameDescription
otherCreateSnapshotRequest
Returns
TypeDescription
CreateSnapshotRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeSnapshot(Snapshot value)

public CreateSnapshotRequest.Builder mergeSnapshot(Snapshot value)

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSnapshot
Returns
TypeDescription
CreateSnapshotRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setParent(String value)

public CreateSnapshotRequest.Builder setParent(String value)

Required. The Filestore Instance to create the snapshots of, in the format projects/{project_id}/locations/{location}/instances/{instance_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateSnapshotRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateSnapshotRequest.Builder setParentBytes(ByteString value)

Required. The Filestore Instance to create the snapshots of, in the format projects/{project_id}/locations/{location}/instances/{instance_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateSnapshotRequest.Builder

This builder for chaining.

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

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

setSnapshot(Snapshot value)

public CreateSnapshotRequest.Builder setSnapshot(Snapshot value)

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueSnapshot
Returns
TypeDescription
CreateSnapshotRequest.Builder

setSnapshot(Snapshot.Builder builderForValue)

public CreateSnapshotRequest.Builder setSnapshot(Snapshot.Builder builderForValue)

Required. A snapshot resource.

.google.cloud.filestore.v1.Snapshot snapshot = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueSnapshot.Builder
Returns
TypeDescription
CreateSnapshotRequest.Builder

setSnapshotId(String value)

public CreateSnapshotRequest.Builder setSnapshotId(String value)

Required. The ID to use for the snapshot. The ID must be unique within the specified instance.

This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

string snapshot_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The snapshotId to set.

Returns
TypeDescription
CreateSnapshotRequest.Builder

This builder for chaining.

setSnapshotIdBytes(ByteString value)

public CreateSnapshotRequest.Builder setSnapshotIdBytes(ByteString value)

Required. The ID to use for the snapshot. The ID must be unique within the specified instance.

This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

string snapshot_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for snapshotId to set.

Returns
TypeDescription
CreateSnapshotRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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