Show / Hide Table of Contents

Class BatchDeleteAccessBindingsRequest

Request message for BatchDeleteAccessBindings RPC.

Inheritance
object
BatchDeleteAccessBindingsRequest
Implements
IMessage<BatchDeleteAccessBindingsRequest>
IEquatable<BatchDeleteAccessBindingsRequest>
IDeepCloneable<BatchDeleteAccessBindingsRequest>
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 BatchDeleteAccessBindingsRequest : IMessage<BatchDeleteAccessBindingsRequest>, IEquatable<BatchDeleteAccessBindingsRequest>, IDeepCloneable<BatchDeleteAccessBindingsRequest>, IBufferMessage, IMessage

Constructors

BatchDeleteAccessBindingsRequest()

Declaration
public BatchDeleteAccessBindingsRequest()

BatchDeleteAccessBindingsRequest(BatchDeleteAccessBindingsRequest)

Declaration
public BatchDeleteAccessBindingsRequest(BatchDeleteAccessBindingsRequest other)
Parameters
Type Name Description
BatchDeleteAccessBindingsRequest other

Properties

Parent

Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field in DeleteAccessBindingRequest 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 delete. A maximum of 1000 access bindings can be deleted in a batch.

Declaration
public RepeatedField<DeleteAccessBindingRequest> Requests { get; }
Property Value
Type Description
RepeatedField<DeleteAccessBindingRequest>
In this article
Back to top Generated by DocFX