Package com.google.cloud.netapp.v1
Interface VerifyKmsConfigResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VerifyKmsConfigResponse
,VerifyKmsConfigResponse.Builder
public interface VerifyKmsConfigResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHealthError()
Output only.com.google.protobuf.ByteString
getHealthErrorBytes()
Output only.boolean
getHealthy()
Output only.String
getInstructions()
Output only.com.google.protobuf.ByteString
getInstructionsBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHealthy
boolean getHealthy()
Output only. If the customer key configured correctly to the encrypt volume.
bool healthy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The healthy.
-
getHealthError
String getHealthError()
Output only. Error message if config is not healthy.
string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The healthError.
-
getHealthErrorBytes
com.google.protobuf.ByteString getHealthErrorBytes()
Output only. Error message if config is not healthy.
string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for healthError.
-
getInstructions
String getInstructions()
Output only. Instructions for the customers to provide the access to the encryption key.
string instructions = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The instructions.
-
getInstructionsBytes
com.google.protobuf.ByteString getInstructionsBytes()
Output only. Instructions for the customers to provide the access to the encryption key.
string instructions = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for instructions.
-
-