Class: Google::Analytics::Admin::V1alpha::BatchCreateAccessBindingsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The account or property that owns the access bindings. The parent field in the CreateAccessBindingRequest messages must either be empty or match this field. Formats:

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

Returns:

  • (::String)

    Required. The account or property that owns the access bindings. The parent field in the CreateAccessBindingRequest messages must either be empty or match this field. Formats:

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


1737
1738
1739
1740
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1737

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

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

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

Returns:



1737
1738
1739
1740
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1737

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