Class DeleteSnapshotRequest.Builder (1.147.0)

public static final class DeleteSnapshotRequest.Builder extends GeneratedMessage.Builder<DeleteSnapshotRequest.Builder> implements DeleteSnapshotRequestOrBuilder

Request for the DeleteSnapshot method.

Protobuf type google.pubsub.v1.DeleteSnapshotRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteSnapshotRequest build()
Returns
Type Description
DeleteSnapshotRequest

buildPartial()

public DeleteSnapshotRequest buildPartial()
Returns
Type Description
DeleteSnapshotRequest

clear()

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

clearSnapshot()

public DeleteSnapshotRequest.Builder clearSnapshot()

Required. The name of the snapshot to delete. Format is projects/{project}/snapshots/{snap}.

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

Returns
Type Description
DeleteSnapshotRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteSnapshotRequest getDefaultInstanceForType()
Returns
Type Description
DeleteSnapshotRequest

getDescriptorForType()

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

getSnapshot()

public String getSnapshot()

Required. The name of the snapshot to delete. Format is projects/{project}/snapshots/{snap}.

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

Returns
Type Description
String

The snapshot.

getSnapshotBytes()

public ByteString getSnapshotBytes()

Required. The name of the snapshot to delete. Format is projects/{project}/snapshots/{snap}.

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

Returns
Type Description
ByteString

The bytes for snapshot.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(DeleteSnapshotRequest other)

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

setSnapshot(String value)

public DeleteSnapshotRequest.Builder setSnapshot(String value)

Required. The name of the snapshot to delete. Format is projects/{project}/snapshots/{snap}.

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

Parameter
Name Description
value String

The snapshot to set.

Returns
Type Description
DeleteSnapshotRequest.Builder

This builder for chaining.

setSnapshotBytes(ByteString value)

public DeleteSnapshotRequest.Builder setSnapshotBytes(ByteString value)

Required. The name of the snapshot to delete. Format is projects/{project}/snapshots/{snap}.

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

Parameter
Name Description
value ByteString

The bytes for snapshot to set.

Returns
Type Description
DeleteSnapshotRequest.Builder

This builder for chaining.