Class GetInstantSnapshotRequest.Builder (1.93.0)

public static final class GetInstantSnapshotRequest.Builder extends GeneratedMessage.Builder<GetInstantSnapshotRequest.Builder> implements GetInstantSnapshotRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetInstantSnapshotRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetInstantSnapshotRequest build()
Returns
Type Description
GetInstantSnapshotRequest

buildPartial()

public GetInstantSnapshotRequest buildPartial()
Returns
Type Description
GetInstantSnapshotRequest

clear()

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

clearInstantSnapshot()

public GetInstantSnapshotRequest.Builder clearInstantSnapshot()

Name of the InstantSnapshot resource to return.

string instant_snapshot = 391638626 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetInstantSnapshotRequest.Builder

This builder for chaining.

clearProject()

public GetInstantSnapshotRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetInstantSnapshotRequest.Builder

This builder for chaining.

clearZone()

public GetInstantSnapshotRequest.Builder clearZone()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetInstantSnapshotRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetInstantSnapshotRequest getDefaultInstanceForType()
Returns
Type Description
GetInstantSnapshotRequest

getDescriptorForType()

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

getInstantSnapshot()

public String getInstantSnapshot()

Name of the InstantSnapshot resource to return.

string instant_snapshot = 391638626 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instantSnapshot.

getInstantSnapshotBytes()

public ByteString getInstantSnapshotBytes()

Name of the InstantSnapshot resource to return.

string instant_snapshot = 391638626 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instantSnapshot.

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.

getZone()

public String getZone()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for zone.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetInstantSnapshotRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setInstantSnapshot(String value)

public GetInstantSnapshotRequest.Builder setInstantSnapshot(String value)

Name of the InstantSnapshot resource to return.

string instant_snapshot = 391638626 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The instantSnapshot to set.

Returns
Type Description
GetInstantSnapshotRequest.Builder

This builder for chaining.

setInstantSnapshotBytes(ByteString value)

public GetInstantSnapshotRequest.Builder setInstantSnapshotBytes(ByteString value)

Name of the InstantSnapshot resource to return.

string instant_snapshot = 391638626 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for instantSnapshot to set.

Returns
Type Description
GetInstantSnapshotRequest.Builder

This builder for chaining.

setProject(String value)

public GetInstantSnapshotRequest.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
GetInstantSnapshotRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetInstantSnapshotRequest.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
GetInstantSnapshotRequest.Builder

This builder for chaining.

setZone(String value)

public GetInstantSnapshotRequest.Builder setZone(String value)

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The zone to set.

Returns
Type Description
GetInstantSnapshotRequest.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public GetInstantSnapshotRequest.Builder setZoneBytes(ByteString value)

The name of the zone for this request.

string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for zone to set.

Returns
Type Description
GetInstantSnapshotRequest.Builder

This builder for chaining.