Interface VerifyKmsConfigResponseOrBuilder (0.13.0)

public interface VerifyKmsConfigResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for instructions.