Show / Hide Table of Contents

Class BatchUpdateAccessBindingsRequest

Request message for BatchUpdateAccessBindings RPC.

Inheritance
object
BatchUpdateAccessBindingsRequest
Implements
IMessage<BatchUpdateAccessBindingsRequest>
IEquatable<BatchUpdateAccessBindingsRequest>
IDeepCloneable<BatchUpdateAccessBindingsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX