Class DeleteShareRequest.Builder (1.84.0)

public static final class DeleteShareRequest.Builder extends GeneratedMessage.Builder<DeleteShareRequest.Builder> implements DeleteShareRequestOrBuilder

DeleteShareRequest deletes a share.

Protobuf type google.cloud.filestore.v1beta1.DeleteShareRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteShareRequest build()
Returns
Type Description
DeleteShareRequest

buildPartial()

public DeleteShareRequest buildPartial()
Returns
Type Description
DeleteShareRequest

clear()

public DeleteShareRequest.Builder clear()
Returns
Type Description
DeleteShareRequest.Builder
Overrides

clearName()

public DeleteShareRequest.Builder clearName()

Required. The share resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/share/{share_id}

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

Returns
Type Description
DeleteShareRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteShareRequest getDefaultInstanceForType()
Returns
Type Description
DeleteShareRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The share resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/share/{share_id}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The share resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/share/{share_id}

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteShareRequest other)

public DeleteShareRequest.Builder mergeFrom(DeleteShareRequest other)
Parameter
Name Description
other DeleteShareRequest
Returns
Type Description
DeleteShareRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteShareRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteShareRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeleteShareRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeleteShareRequest.Builder
Overrides

setName(String value)

public DeleteShareRequest.Builder setName(String value)

Required. The share resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/share/{share_id}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteShareRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteShareRequest.Builder setNameBytes(ByteString value)

Required. The share resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/share/{share_id}

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteShareRequest.Builder

This builder for chaining.