Class GetSnapshotRequest.Builder (1.93.0)

public static final class GetSnapshotRequest.Builder extends GeneratedMessage.Builder<GetSnapshotRequest.Builder> implements GetSnapshotRequestOrBuilder

A request message for Snapshots.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetSnapshotRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetSnapshotRequest build()
Returns
Type Description
GetSnapshotRequest

buildPartial()

public GetSnapshotRequest buildPartial()
Returns
Type Description
GetSnapshotRequest

clear()

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

clearProject()

public GetSnapshotRequest.Builder clearProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

clearSnapshot()

public GetSnapshotRequest.Builder clearSnapshot()

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetSnapshotRequest getDefaultInstanceForType()
Returns
Type Description
GetSnapshotRequest

getDescriptorForType()

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

getProject()

public String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for project.

getSnapshot()

public String getSnapshot()

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The snapshot.

getSnapshotBytes()

public ByteString getSnapshotBytes()

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

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(GetSnapshotRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

public GetSnapshotRequest.Builder setProject(String value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetSnapshotRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

setSnapshot(String value)

public GetSnapshotRequest.Builder setSnapshot(String value)

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The snapshot to set.

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.

setSnapshotBytes(ByteString value)

public GetSnapshotRequest.Builder setSnapshotBytes(ByteString value)

Name of the Snapshot resource to return.

string snapshot = 284874180 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for snapshot to set.

Returns
Type Description
GetSnapshotRequest.Builder

This builder for chaining.