Class: Google::Cloud::ManagedKafka::V1::UpdateAclRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb

Overview

Request for UpdateAcl.

Instance Attribute Summary collapse

Instance Attribute Details

#acl::Google::Cloud::ManagedKafka::V1::Acl

Returns Required. The updated acl. Its name and etag fields must be populated. acl_entries must not be empty in the updated acl; to remove all acl entries for an acl, use DeleteAcl.

Returns:

  • (::Google::Cloud::ManagedKafka::V1::Acl)

    Required. The updated acl. Its name and etag fields must be populated. acl_entries must not be empty in the updated acl; to remove all acl entries for an acl, use DeleteAcl.



441
442
443
444
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 441

class UpdateAclRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Field mask is used to specify the fields to be overwritten in the Acl resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.

Returns:

  • (::Google::Protobuf::FieldMask)

    Optional. Field mask is used to specify the fields to be overwritten in the Acl resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.



441
442
443
444
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 441

class UpdateAclRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end