Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::GetAclRequest.
Request for GetAcl.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) — Required. The name of the acl to return.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.The structure of
acl_id
defines the Resource Pattern (resource_type, resource_name, pattern_type) of the acl. SeeAcl.name
for details.
#name=
def name=(value) -> ::String
-
value (::String) — Required. The name of the acl to return.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.The structure of
acl_id
defines the Resource Pattern (resource_type, resource_name, pattern_type) of the acl. SeeAcl.name
for details.
-
(::String) — Required. The name of the acl to return.
Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
.The structure of
acl_id
defines the Resource Pattern (resource_type, resource_name, pattern_type) of the acl. SeeAcl.name
for details.