Class GetInstanceRequest.Builder (1.93.0)

public static final class GetInstanceRequest.Builder extends GeneratedMessage.Builder<GetInstanceRequest.Builder> implements GetInstanceRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetInstanceRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetInstanceRequest build()
Returns
Type Description
GetInstanceRequest

buildPartial()

public GetInstanceRequest buildPartial()
Returns
Type Description
GetInstanceRequest

clear()

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

clearInstance()

public GetInstanceRequest.Builder clearInstance()

Name of the instance resource to return.

string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetInstanceRequest.Builder

This builder for chaining.

clearProject()

public GetInstanceRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetInstanceRequest.Builder

This builder for chaining.

clearZone()

public GetInstanceRequest.Builder clearZone()

The name of the zone for this request.

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

Returns
Type Description
GetInstanceRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetInstanceRequest getDefaultInstanceForType()
Returns
Type Description
GetInstanceRequest

getDescriptorForType()

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

getInstance()

public String getInstance()

Name of the instance resource to return.

string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instance.

getInstanceBytes()

public ByteString getInstanceBytes()

Name of the instance resource to return.

string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instance.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setInstance(String value)

public GetInstanceRequest.Builder setInstance(String value)

Name of the instance resource to return.

string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The instance to set.

Returns
Type Description
GetInstanceRequest.Builder

This builder for chaining.

setInstanceBytes(ByteString value)

public GetInstanceRequest.Builder setInstanceBytes(ByteString value)

Name of the instance resource to return.

string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for instance to set.

Returns
Type Description
GetInstanceRequest.Builder

This builder for chaining.

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setZone(String value)

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

This builder for chaining.

setZoneBytes(ByteString value)

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

This builder for chaining.