Class GetStoragePoolRequest.Builder (0.62.0)

public static final class GetStoragePoolRequest.Builder extends GeneratedMessage.Builder<GetStoragePoolRequest.Builder> implements GetStoragePoolRequestOrBuilder

GetStoragePoolRequest gets a Storage Pool.

Protobuf type google.cloud.netapp.v1.GetStoragePoolRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetStoragePoolRequest build()
Returns
Type Description
GetStoragePoolRequest

buildPartial()

public GetStoragePoolRequest buildPartial()
Returns
Type Description
GetStoragePoolRequest

clear()

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

clearName()

public GetStoragePoolRequest.Builder clearName()

Required. Name of the storage pool

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetStoragePoolRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetStoragePoolRequest getDefaultInstanceForType()
Returns
Type Description
GetStoragePoolRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the storage pool

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the storage pool

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetStoragePoolRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetStoragePoolRequest.Builder setName(String value)

Required. Name of the storage pool

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetStoragePoolRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetStoragePoolRequest.Builder setNameBytes(ByteString value)

Required. Name of the storage pool

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetStoragePoolRequest.Builder

This builder for chaining.