public static final class GetStoragePoolTypeRequest.Builder extends GeneratedMessage.Builder<GetStoragePoolTypeRequest.Builder> implements GetStoragePoolTypeRequestOrBuilderA request message for StoragePoolTypes.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetStoragePoolTypeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetStoragePoolTypeRequest.BuilderImplements
GetStoragePoolTypeRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetStoragePoolTypeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetStoragePoolTypeRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
GetStoragePoolTypeRequest.Builder |
This builder for chaining. |