Class GetInstantSnapshotGroupRequest.Builder (1.105.0)

public static final class GetInstantSnapshotGroupRequest.Builder extends GeneratedMessage.Builder<GetInstantSnapshotGroupRequest.Builder> implements GetInstantSnapshotGroupRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetInstantSnapshotGroupRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetInstantSnapshotGroupRequest build()
Returns
Type Description
GetInstantSnapshotGroupRequest

buildPartial()

public GetInstantSnapshotGroupRequest buildPartial()
Returns
Type Description
GetInstantSnapshotGroupRequest

clear()

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

clearInstantSnapshotGroup()

public GetInstantSnapshotGroupRequest.Builder clearInstantSnapshotGroup()

Name of the InstantSnapshotGroup resource to return.

string instant_snapshot_group = 223180386 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetInstantSnapshotGroupRequest.Builder

This builder for chaining.

clearProject()

public GetInstantSnapshotGroupRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetInstantSnapshotGroupRequest.Builder

This builder for chaining.

clearZone()

public GetInstantSnapshotGroupRequest.Builder clearZone()

The name of the zone for this request.

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

Returns
Type Description
GetInstantSnapshotGroupRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetInstantSnapshotGroupRequest getDefaultInstanceForType()
Returns
Type Description
GetInstantSnapshotGroupRequest

getDescriptorForType()

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

getInstantSnapshotGroup()

public String getInstantSnapshotGroup()

Name of the InstantSnapshotGroup resource to return.

string instant_snapshot_group = 223180386 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instantSnapshotGroup.

getInstantSnapshotGroupBytes()

public ByteString getInstantSnapshotGroupBytes()

Name of the InstantSnapshotGroup resource to return.

string instant_snapshot_group = 223180386 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instantSnapshotGroup.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setInstantSnapshotGroup(String value)

public GetInstantSnapshotGroupRequest.Builder setInstantSnapshotGroup(String value)

Name of the InstantSnapshotGroup resource to return.

string instant_snapshot_group = 223180386 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The instantSnapshotGroup to set.

Returns
Type Description
GetInstantSnapshotGroupRequest.Builder

This builder for chaining.

setInstantSnapshotGroupBytes(ByteString value)

public GetInstantSnapshotGroupRequest.Builder setInstantSnapshotGroupBytes(ByteString value)

Name of the InstantSnapshotGroup resource to return.

string instant_snapshot_group = 223180386 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for instantSnapshotGroup to set.

Returns
Type Description
GetInstantSnapshotGroupRequest.Builder

This builder for chaining.

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setZone(String value)

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

This builder for chaining.

setZoneBytes(ByteString value)

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

This builder for chaining.