Class GetInstantSnapshotRequest.Builder (1.54.0)

public static final class GetInstantSnapshotRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetInstantSnapshotRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetInstantSnapshotRequest.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public GetInstantSnapshotRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetInstantSnapshotRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetInstantSnapshotRequest.Builder
Overrides

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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetInstantSnapshotRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetInstantSnapshotRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetInstantSnapshotRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

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

public GetInstantSnapshotRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetInstantSnapshotRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetInstantSnapshotRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetInstantSnapshotRequest.Builder
Overrides

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.