Class: Google::Analytics::Admin::V1alpha::BatchGetAccessBindingsRequest

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 BatchGetAccessBindings RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns Required. The names of the access bindings to retrieve. A maximum of 1000 access bindings can be retrieved in a batch. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}.

Returns:

  • (::Array<::String>)

    Required. The names of the access bindings to retrieve. A maximum of 1000 access bindings can be retrieved in a batch. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding}



1661
1662
1663
1664
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1661

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

#parent::String

Returns Required. The account or property that owns the access bindings. The parent of all provided values for the ‘names’ field 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 must match this field. Formats: - accounts/{account} - properties/{property}



1661
1662
1663
1664
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1661

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