- 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 KmsConfig.Builder extends GeneratedMessageV3.Builder<KmsConfig.Builder> implements KmsConfigOrBuilderKmsConfig is the customer managed encryption key(CMEK) configuration.
 Protobuf type google.cloud.netapp.v1.KmsConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > KmsConfig.BuilderImplements
KmsConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public KmsConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
build()
public KmsConfig build()| Returns | |
|---|---|
| Type | Description | 
KmsConfig | 
        |
buildPartial()
public KmsConfig buildPartial()| Returns | |
|---|---|
| Type | Description | 
KmsConfig | 
        |
clear()
public KmsConfig.Builder clear()| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
clearCreateTime()
public KmsConfig.Builder clearCreateTime()Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
clearCryptoKeyName()
public KmsConfig.Builder clearCryptoKeyName()Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
clearDescription()
public KmsConfig.Builder clearDescription()Description of the KmsConfig.
 string description = 6;
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public KmsConfig.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
clearInstructions()
public KmsConfig.Builder clearInstructions()Output only. Instructions to provide the access to the customer provided encryption key.
 string instructions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
clearLabels()
public KmsConfig.Builder clearLabels()| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
clearName()
public KmsConfig.Builder clearName()Output only. Name of the KmsConfig.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public KmsConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
clearServiceAccount()
public KmsConfig.Builder clearServiceAccount()Output only. The Service account which will have access to the customer provided encryption key.
 string service_account = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
clearState()
public KmsConfig.Builder clearState()Output only. State of the KmsConfig.
 
 .google.cloud.netapp.v1.KmsConfig.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
clearStateDetails()
public KmsConfig.Builder clearStateDetails()Output only. State details of the KmsConfig.
 string state_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
clone()
public KmsConfig.Builder clone()| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
containsLabels(String key)
public boolean containsLabels(String key)Labels as key value pairs
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getCreateTime()
public Timestamp getCreateTime()Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getCryptoKeyName()
public String getCryptoKeyName()Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The cryptoKeyName.  | 
      
getCryptoKeyNameBytes()
public ByteString getCryptoKeyNameBytes()Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for cryptoKeyName.  | 
      
getDefaultInstanceForType()
public KmsConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
KmsConfig | 
        |
getDescription()
public String getDescription()Description of the KmsConfig.
 string description = 6;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public ByteString getDescriptionBytes()Description of the KmsConfig.
 string description = 6;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getInstructions()
public String getInstructions()Output only. Instructions to provide the access to the customer provided encryption key.
 string instructions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The instructions.  | 
      
getInstructionsBytes()
public ByteString getInstructionsBytes()Output only. Instructions to provide the access to the customer provided encryption key.
 string instructions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for instructions.  | 
      
getLabels() (deprecated)
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsCount()
public int getLabelsCount()Labels as key value pairs
 map<string, string> labels = 7;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getLabelsMap()
public Map<String,String> getLabelsMap()Labels as key value pairs
 map<string, string> labels = 7;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Labels as key value pairs
 map<string, string> labels = 7;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Labels as key value pairs
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getName()
public String getName()Output only. Name of the KmsConfig.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Output only. Name of the KmsConfig.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getServiceAccount()
public String getServiceAccount()Output only. The Service account which will have access to the customer provided encryption key.
 string service_account = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The serviceAccount.  | 
      
getServiceAccountBytes()
public ByteString getServiceAccountBytes()Output only. The Service account which will have access to the customer provided encryption key.
 string service_account = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for serviceAccount.  | 
      
getState()
public KmsConfig.State getState()Output only. State of the KmsConfig.
 
 .google.cloud.netapp.v1.KmsConfig.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.State | 
        The state.  | 
      
getStateDetails()
public String getStateDetails()Output only. State details of the KmsConfig.
 string state_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The stateDetails.  | 
      
getStateDetailsBytes()
public ByteString getStateDetailsBytes()Output only. State details of the KmsConfig.
 string state_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for stateDetails.  | 
      
getStateValue()
public int getStateValue()Output only. State of the KmsConfig.
 
 .google.cloud.netapp.v1.KmsConfig.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
hasCreateTime()
public boolean hasCreateTime()Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
MapField | 
        |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
MapField | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeCreateTime(Timestamp value)
public KmsConfig.Builder mergeCreateTime(Timestamp value)Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
mergeFrom(KmsConfig other)
public KmsConfig.Builder mergeFrom(KmsConfig other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        KmsConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public KmsConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public KmsConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final KmsConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
putAllLabels(Map<String,String> values)
public KmsConfig.Builder putAllLabels(Map<String,String> values)Labels as key value pairs
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Map<String,String> | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
putLabels(String key, String value)
public KmsConfig.Builder putLabels(String key, String value)Labels as key value pairs
 map<string, string> labels = 7;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
removeLabels(String key)
public KmsConfig.Builder removeLabels(String key)Labels as key value pairs
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
setCreateTime(Timestamp value)
public KmsConfig.Builder setCreateTime(Timestamp value)Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
setCreateTime(Timestamp.Builder builderForValue)
public KmsConfig.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. Create time of the KmsConfig.
 
 .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
setCryptoKeyName(String value)
public KmsConfig.Builder setCryptoKeyName(String value)Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe cryptoKeyName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setCryptoKeyNameBytes(ByteString value)
public KmsConfig.Builder setCryptoKeyNameBytes(ByteString value)Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}.
 string crypto_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for cryptoKeyName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setDescription(String value)
public KmsConfig.Builder setDescription(String value)Description of the KmsConfig.
 string description = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setDescriptionBytes(ByteString value)
public KmsConfig.Builder setDescriptionBytes(ByteString value)Description of the KmsConfig.
 string description = 6;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public KmsConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
setInstructions(String value)
public KmsConfig.Builder setInstructions(String value)Output only. Instructions to provide the access to the customer provided encryption key.
 string instructions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe instructions to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setInstructionsBytes(ByteString value)
public KmsConfig.Builder setInstructionsBytes(ByteString value)Output only. Instructions to provide the access to the customer provided encryption key.
 string instructions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for instructions to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setName(String value)
public KmsConfig.Builder setName(String value)Output only. Name of the KmsConfig.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public KmsConfig.Builder setNameBytes(ByteString value)Output only. Name of the KmsConfig.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public KmsConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |
setServiceAccount(String value)
public KmsConfig.Builder setServiceAccount(String value)Output only. The Service account which will have access to the customer provided encryption key.
 string service_account = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe serviceAccount to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setServiceAccountBytes(ByteString value)
public KmsConfig.Builder setServiceAccountBytes(ByteString value)Output only. The Service account which will have access to the customer provided encryption key.
 string service_account = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for serviceAccount to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setState(KmsConfig.State value)
public KmsConfig.Builder setState(KmsConfig.State value)Output only. State of the KmsConfig.
 
 .google.cloud.netapp.v1.KmsConfig.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        KmsConfig.StateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setStateDetails(String value)
public KmsConfig.Builder setStateDetails(String value)Output only. State details of the KmsConfig.
 string state_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe stateDetails to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setStateDetailsBytes(ByteString value)
public KmsConfig.Builder setStateDetailsBytes(ByteString value)Output only. State details of the KmsConfig.
 string state_details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for stateDetails to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public KmsConfig.Builder setStateValue(int value)Output only. State of the KmsConfig.
 
 .google.cloud.netapp.v1.KmsConfig.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final KmsConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
KmsConfig.Builder | 
        |