Class: Google::Analytics::Admin::V1alpha::BatchUpdateAccessBindingsRequest

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 BatchUpdateAccessBindings 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 AccessBinding in UpdateAccessBindingRequest 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 AccessBinding in UpdateAccessBindingRequest messages must match this field. Formats:

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


1773
1774
1775
1776
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1773

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

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

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

Returns:



1773
1774
1775
1776
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1773

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