- 0.57.0 (latest)
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.49.0
 - 0.47.0
 - 0.46.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static final class DestinationVolumeParameters.Builder extends GeneratedMessageV3.Builder<DestinationVolumeParameters.Builder> implements DestinationVolumeParametersOrBuilderDestinationVolumeParameters specify input parameters used for creating destination volume.
 Protobuf type google.cloud.netapp.v1.DestinationVolumeParameters
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DestinationVolumeParameters.BuilderImplements
DestinationVolumeParametersOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DestinationVolumeParameters.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
build()
public DestinationVolumeParameters build()| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters | 
        |
buildPartial()
public DestinationVolumeParameters buildPartial()| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters | 
        |
clear()
public DestinationVolumeParameters.Builder clear()| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
clearDescription()
public DestinationVolumeParameters.Builder clearDescription()Description for the destination volume.
 optional string description = 4;
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public DestinationVolumeParameters.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public DestinationVolumeParameters.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
clearShareName()
public DestinationVolumeParameters.Builder clearShareName()Destination volume's share name. If not specified, source volume's share name will be used.
 string share_name = 3;
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
clearStoragePool()
public DestinationVolumeParameters.Builder clearStoragePool()Required. Existing destination StoragePool name.
 
 string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
clearVolumeId()
public DestinationVolumeParameters.Builder clearVolumeId()Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
 string volume_id = 2;
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
clone()
public DestinationVolumeParameters.Builder clone()| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
getDefaultInstanceForType()
public DestinationVolumeParameters getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters | 
        |
getDescription()
public String getDescription()Description for the destination volume.
 optional string description = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public ByteString getDescriptionBytes()Description for the destination volume.
 optional string description = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getShareName()
public String getShareName()Destination volume's share name. If not specified, source volume's share name will be used.
 string share_name = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The shareName.  | 
      
getShareNameBytes()
public ByteString getShareNameBytes()Destination volume's share name. If not specified, source volume's share name will be used.
 string share_name = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for shareName.  | 
      
getStoragePool()
public String getStoragePool()Required. Existing destination StoragePool name.
 
 string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The storagePool.  | 
      
getStoragePoolBytes()
public ByteString getStoragePoolBytes()Required. Existing destination StoragePool name.
 
 string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for storagePool.  | 
      
getVolumeId()
public String getVolumeId()Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
 string volume_id = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The volumeId.  | 
      
getVolumeIdBytes()
public ByteString getVolumeIdBytes()Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
 string volume_id = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for volumeId.  | 
      
hasDescription()
public boolean hasDescription()Description for the destination volume.
 optional string description = 4;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the description field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(DestinationVolumeParameters other)
public DestinationVolumeParameters.Builder mergeFrom(DestinationVolumeParameters other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        DestinationVolumeParameters | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DestinationVolumeParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public DestinationVolumeParameters.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DestinationVolumeParameters.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
setDescription(String value)
public DestinationVolumeParameters.Builder setDescription(String value)Description for the destination volume.
 optional string description = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public DestinationVolumeParameters.Builder setDescriptionBytes(ByteString value)Description for the destination volume.
 optional string description = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public DestinationVolumeParameters.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DestinationVolumeParameters.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
setShareName(String value)
public DestinationVolumeParameters.Builder setShareName(String value)Destination volume's share name. If not specified, source volume's share name will be used.
 string share_name = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe shareName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
setShareNameBytes(ByteString value)
public DestinationVolumeParameters.Builder setShareNameBytes(ByteString value)Destination volume's share name. If not specified, source volume's share name will be used.
 string share_name = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for shareName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
setStoragePool(String value)
public DestinationVolumeParameters.Builder setStoragePool(String value)Required. Existing destination StoragePool name.
 
 string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe storagePool to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
setStoragePoolBytes(ByteString value)
public DestinationVolumeParameters.Builder setStoragePoolBytes(ByteString value)Required. Existing destination StoragePool name.
 
 string storage_pool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for storagePool to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final DestinationVolumeParameters.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        |
setVolumeId(String value)
public DestinationVolumeParameters.Builder setVolumeId(String value)Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
 string volume_id = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe volumeId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  | 
      
setVolumeIdBytes(ByteString value)
public DestinationVolumeParameters.Builder setVolumeIdBytes(ByteString value)Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
 string volume_id = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for volumeId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DestinationVolumeParameters.Builder | 
        This builder for chaining.  |