Interface PreCheckResponseOrBuilder (0.1.0)

public interface PreCheckResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionsRequired(int index)

public abstract String getActionsRequired(int index)

The actions that the user needs to take. Use repeated for multiple actions.

repeated string actions_required = 4;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The actionsRequired at the given index.

getActionsRequiredBytes(int index)

public abstract ByteString getActionsRequiredBytes(int index)

The actions that the user needs to take. Use repeated for multiple actions.

repeated string actions_required = 4;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the actionsRequired at the given index.

getActionsRequiredCount()

public abstract int getActionsRequiredCount()

The actions that the user needs to take. Use repeated for multiple actions.

repeated string actions_required = 4;

Returns
Type Description
int

The count of actionsRequired.

getActionsRequiredList()

public abstract List<String> getActionsRequiredList()

The actions that the user needs to take. Use repeated for multiple actions.

repeated string actions_required = 4;

Returns
Type Description
List<String>

A list containing the actionsRequired.

getMessage()

public abstract String getMessage()

The message to be displayed to the user.

optional string message = 2;

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The message to be displayed to the user.

optional string message = 2;

Returns
Type Description
ByteString

The bytes for message.

getMessageType()

public abstract PreCheckResponse.MessageType getMessageType()

The type of message whether it is an info, warning, or error.

optional .google.cloud.sql.v1beta4.PreCheckResponse.MessageType message_type = 3;

Returns
Type Description
PreCheckResponse.MessageType

The messageType.

getMessageTypeValue()

public abstract int getMessageTypeValue()

The type of message whether it is an info, warning, or error.

optional .google.cloud.sql.v1beta4.PreCheckResponse.MessageType message_type = 3;

Returns
Type Description
int

The enum numeric value on the wire for messageType.

hasMessage()

public abstract boolean hasMessage()

The message to be displayed to the user.

optional string message = 2;

Returns
Type Description
boolean

Whether the message field is set.

hasMessageType()

public abstract boolean hasMessageType()

The type of message whether it is an info, warning, or error.

optional .google.cloud.sql.v1beta4.PreCheckResponse.MessageType message_type = 3;

Returns
Type Description
boolean

Whether the messageType field is set.