public interface VerifyKmsConfigResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getHealthy()
Output only. If the customer key configured correctly to the encrypt volume.
bool healthy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getHealthError()
Output only. Error message if config is not healthy.
string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getHealthErrorBytes()
Output only. Error message if config is not healthy.
string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];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];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];Copyright © 2024 Google LLC. All rights reserved.