Class GetStoragePoolTypeRequest.Builder (1.93.0)

public static final class GetStoragePoolTypeRequest.Builder extends GeneratedMessage.Builder<GetStoragePoolTypeRequest.Builder> implements GetStoragePoolTypeRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetStoragePoolTypeRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetStoragePoolTypeRequest build()
Returns
Type Description
GetStoragePoolTypeRequest

buildPartial()

public GetStoragePoolTypeRequest buildPartial()
Returns
Type Description
GetStoragePoolTypeRequest

clear()

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

clearProject()

public GetStoragePoolTypeRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetStoragePoolTypeRequest.Builder

This builder for chaining.

clearStoragePoolType()

public GetStoragePoolTypeRequest.Builder clearStoragePoolType()

Name of the storage pool type to return.

string storage_pool_type = 285999289 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetStoragePoolTypeRequest.Builder

This builder for chaining.

clearZone()

public GetStoragePoolTypeRequest.Builder clearZone()

The name of the zone for this request.

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

Returns
Type Description
GetStoragePoolTypeRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetStoragePoolTypeRequest getDefaultInstanceForType()
Returns
Type Description
GetStoragePoolTypeRequest

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.

getStoragePoolType()

public String getStoragePoolType()

Name of the storage pool type to return.

string storage_pool_type = 285999289 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The storagePoolType.

getStoragePoolTypeBytes()

public ByteString getStoragePoolTypeBytes()

Name of the storage pool type to return.

string storage_pool_type = 285999289 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for storagePoolType.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setStoragePoolType(String value)

public GetStoragePoolTypeRequest.Builder setStoragePoolType(String value)

Name of the storage pool type to return.

string storage_pool_type = 285999289 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The storagePoolType to set.

Returns
Type Description
GetStoragePoolTypeRequest.Builder

This builder for chaining.

setStoragePoolTypeBytes(ByteString value)

public GetStoragePoolTypeRequest.Builder setStoragePoolTypeBytes(ByteString value)

Name of the storage pool type to return.

string storage_pool_type = 285999289 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for storagePoolType to set.

Returns
Type Description
GetStoragePoolTypeRequest.Builder

This builder for chaining.

setZone(String value)

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

This builder for chaining.

setZoneBytes(ByteString value)

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

This builder for chaining.