Class BatchUpdateAccessBindingsRequest
Request message for BatchUpdateAccessBindings RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class BatchUpdateAccessBindingsRequest : IMessage<BatchUpdateAccessBindingsRequest>, IEquatable<BatchUpdateAccessBindingsRequest>, IDeepCloneable<BatchUpdateAccessBindingsRequest>, IBufferMessage, IMessage
Constructors
BatchUpdateAccessBindingsRequest()
Declaration
public BatchUpdateAccessBindingsRequest()
BatchUpdateAccessBindingsRequest(BatchUpdateAccessBindingsRequest)
Declaration
public BatchUpdateAccessBindingsRequest(BatchUpdateAccessBindingsRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateAccessBindingsRequest | other |
Properties
Parent
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}
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 update. A maximum of 1000 access bindings can be updated in a batch.
Declaration
public RepeatedField<UpdateAccessBindingRequest> Requests { get; }
Property Value
Type | Description |
---|---|
RepeatedField<UpdateAccessBindingRequest> |