Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlUsersDeleteRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#host
def host() -> ::String
Returns
- (::String) — Host of the user in the instance.
#host=
def host=(value) -> ::String
Parameter
- value (::String) — Host of the user in the instance.
Returns
- (::String) — Host of the user in the instance.
#instance
def instance() -> ::String
Returns
- (::String) — Database instance ID. This does not include the project ID.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Database instance ID. This does not include the project ID.
Returns
- (::String) — Database instance ID. This does not include the project ID.
#name
def name() -> ::String
Returns
- (::String) — Name of the user in the instance.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the user in the instance.
Returns
- (::String) — Name of the user in the instance.
#project
def project() -> ::String
Returns
- (::String) — Project ID of the project that contains the instance.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Project ID of the project that contains the instance.
Returns
- (::String) — Project ID of the project that contains the instance.