Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::PreCheckResponse.
Structured PreCheckResponse containing message, type, and required actions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions_required
def actions_required() -> ::Array<::String>
Returns
- (::Array<::String>) — The actions that the user needs to take. Use repeated for multiple actions.
#actions_required=
def actions_required=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The actions that the user needs to take. Use repeated for multiple actions.
Returns
- (::Array<::String>) — The actions that the user needs to take. Use repeated for multiple actions.
#message
def message() -> ::String
Returns
- (::String) — The message to be displayed to the user.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — The message to be displayed to the user.
Returns
- (::String) — The message to be displayed to the user.
#message_type
def message_type() -> ::Google::Cloud::Sql::V1::PreCheckResponse::MessageType
Returns
- (::Google::Cloud::Sql::V1::PreCheckResponse::MessageType) — The type of message whether it is an info, warning, or error.
#message_type=
def message_type=(value) -> ::Google::Cloud::Sql::V1::PreCheckResponse::MessageType
Parameter
- value (::Google::Cloud::Sql::V1::PreCheckResponse::MessageType) — The type of message whether it is an info, warning, or error.
Returns
- (::Google::Cloud::Sql::V1::PreCheckResponse::MessageType) — The type of message whether it is an info, warning, or error.