Package com.google.cloud.netapp.v1
Interface CreateKmsConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateKmsConfigRequest,CreateKmsConfigRequest.Builder
public interface CreateKmsConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KmsConfiggetKmsConfig()Required.StringgetKmsConfigId()Required.com.google.protobuf.ByteStringgetKmsConfigIdBytes()Required.KmsConfigOrBuildergetKmsConfigOrBuilder()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.booleanhasKmsConfig()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getKmsConfigId
String getKmsConfigId()
Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
string kms_config_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The kmsConfigId.
-
getKmsConfigIdBytes
com.google.protobuf.ByteString getKmsConfigIdBytes()
Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
string kms_config_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for kmsConfigId.
-
hasKmsConfig
boolean hasKmsConfig()
Required. The required parameters to create a new KmsConfig.
.google.cloud.netapp.v1.KmsConfig kms_config = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the kmsConfig field is set.
-
getKmsConfig
KmsConfig getKmsConfig()
Required. The required parameters to create a new KmsConfig.
.google.cloud.netapp.v1.KmsConfig kms_config = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The kmsConfig.
-
getKmsConfigOrBuilder
KmsConfigOrBuilder getKmsConfigOrBuilder()
Required. The required parameters to create a new KmsConfig.
.google.cloud.netapp.v1.KmsConfig kms_config = 3 [(.google.api.field_behavior) = REQUIRED];
-
-