Managed Service for Apache Kafka V1 API - Class Google::Cloud::ManagedKafka::V1::RemoveAclEntryRequest (v1.3.0)

Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::V1::RemoveAclEntryRequest.

Request for RemoveAclEntry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#acl

def acl() -> ::String
Returns
  • (::String) — Required. The name of the acl to remove the acl entry from. 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. See Acl.name for details.

#acl=

def acl=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the acl to remove the acl entry from. 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. See Acl.name for details.

Returns
  • (::String) — Required. The name of the acl to remove the acl entry from. 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. See Acl.name for details.

#acl_entry

def acl_entry() -> ::Google::Cloud::ManagedKafka::V1::AclEntry
Returns

#acl_entry=

def acl_entry=(value) -> ::Google::Cloud::ManagedKafka::V1::AclEntry
Parameter
Returns