Class: Google::Analytics::Admin::V1alpha::BatchDeleteAccessBindingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for BatchDeleteAccessBindings RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest messages must match this field. Formats:

  • accounts/{account}
  • properties/{property}.

Returns:

  • (::String)

    Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest messages must match this field. Formats:

    • accounts/{account}
    • properties/{property}


1810
1811
1812
1813
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1810

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

#requests::Array<::Google::Analytics::Admin::V1alpha::DeleteAccessBindingRequest>

Returns Required. The requests specifying the access bindings to delete. A maximum of 1000 access bindings can be deleted in a batch.

Returns:



1810
1811
1812
1813
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1810

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