Class GetAcceleratorTypeRequest.Builder (1.93.0)

public static final class GetAcceleratorTypeRequest.Builder extends GeneratedMessage.Builder<GetAcceleratorTypeRequest.Builder> implements GetAcceleratorTypeRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetAcceleratorTypeRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAcceleratorTypeRequest build()
Returns
Type Description
GetAcceleratorTypeRequest

buildPartial()

public GetAcceleratorTypeRequest buildPartial()
Returns
Type Description
GetAcceleratorTypeRequest

clear()

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

clearAcceleratorType()

public GetAcceleratorTypeRequest.Builder clearAcceleratorType()

Name of the accelerator type to return.

string accelerator_type = 138031246 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetAcceleratorTypeRequest.Builder

This builder for chaining.

clearProject()

public GetAcceleratorTypeRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetAcceleratorTypeRequest.Builder

This builder for chaining.

clearZone()

public GetAcceleratorTypeRequest.Builder clearZone()

The name of the zone for this request.

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

Returns
Type Description
GetAcceleratorTypeRequest.Builder

This builder for chaining.

getAcceleratorType()

public String getAcceleratorType()

Name of the accelerator type to return.

string accelerator_type = 138031246 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The acceleratorType.

getAcceleratorTypeBytes()

public ByteString getAcceleratorTypeBytes()

Name of the accelerator type to return.

string accelerator_type = 138031246 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for acceleratorType.

getDefaultInstanceForType()

public GetAcceleratorTypeRequest getDefaultInstanceForType()
Returns
Type Description
GetAcceleratorTypeRequest

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.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAcceleratorType(String value)

public GetAcceleratorTypeRequest.Builder setAcceleratorType(String value)

Name of the accelerator type to return.

string accelerator_type = 138031246 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The acceleratorType to set.

Returns
Type Description
GetAcceleratorTypeRequest.Builder

This builder for chaining.

setAcceleratorTypeBytes(ByteString value)

public GetAcceleratorTypeRequest.Builder setAcceleratorTypeBytes(ByteString value)

Name of the accelerator type to return.

string accelerator_type = 138031246 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for acceleratorType to set.

Returns
Type Description
GetAcceleratorTypeRequest.Builder

This builder for chaining.

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setZone(String value)

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

This builder for chaining.

setZoneBytes(ByteString value)

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

This builder for chaining.