Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::AclEntry (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::AclEntry.

An entry for an Access Control list.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#expiration_time

def expiration_time() -> ::Google::Protobuf::Timestamp
Returns

#expiration_time=

def expiration_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#aclEntry.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#aclEntry.
Returns
  • (::String) — This is always sql#aclEntry.

#name

def name() -> ::String
Returns
  • (::String) — Optional. A label to identify this entry.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Optional. A label to identify this entry.
Returns
  • (::String) — Optional. A label to identify this entry.

#value

def value() -> ::String
Returns
  • (::String) — The allowlisted value for the access control list.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — The allowlisted value for the access control list.
Returns
  • (::String) — The allowlisted value for the access control list.