public interface VerifyKmsConfigResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHealthError()
public abstract String getHealthError()
Output only. Error message if config is not healthy.
string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The healthError. |
getHealthErrorBytes()
public abstract ByteString getHealthErrorBytes()
Output only. Error message if config is not healthy.
string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for healthError. |
getHealthy()
public abstract boolean getHealthy()
Output only. If the customer key configured correctly to the encrypt volume.
bool healthy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | The healthy. |
getInstructions()
public abstract 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 | |
---|---|
Type | Description |
String | The instructions. |
getInstructionsBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString | The bytes for instructions. |