Class BatchCreateAccessBindingsRequest
Request message for BatchCreateAccessBindings RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class BatchCreateAccessBindingsRequest : IMessage<BatchCreateAccessBindingsRequest>, IEquatable<BatchCreateAccessBindingsRequest>, IDeepCloneable<BatchCreateAccessBindingsRequest>, IBufferMessage, IMessage
Constructors
BatchCreateAccessBindingsRequest()
Declaration
public BatchCreateAccessBindingsRequest()
BatchCreateAccessBindingsRequest(BatchCreateAccessBindingsRequest)
Declaration
public BatchCreateAccessBindingsRequest(BatchCreateAccessBindingsRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateAccessBindingsRequest | other |
Properties
Parent
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}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |
ParentAsPropertyName
PropertyName-typed view over the Parent resource name property.
Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |
ParentAsResourceName
IResourceName-typed view over the Parent resource name property.
Declaration
public IResourceName ParentAsResourceName { get; set; }
Property Value
Type | Description |
---|---|
IResourceName |
Requests
Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.
Declaration
public RepeatedField<CreateAccessBindingRequest> Requests { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CreateAccessBindingRequest> |