Class StoragePool.Builder (0.41.0)

public static final class StoragePool.Builder extends GeneratedMessageV3.Builder<StoragePool.Builder> implements StoragePoolOrBuilder

StoragePool is a container for volumes with a service level and capacity. Volumes can be created in a pool of sufficient available capacity. StoragePool capacity is what you are billed for.

Protobuf type google.cloud.netapp.v1.StoragePool

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StoragePool.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StoragePool.Builder
Overrides

build()

public StoragePool build()
Returns
Type Description
StoragePool

buildPartial()

public StoragePool buildPartial()
Returns
Type Description
StoragePool

clear()

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

clearActiveDirectory()

public StoragePool.Builder clearActiveDirectory()

Optional. Specifies the Active Directory to be used for creating a SMB volume.

string active_directory = 12 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description