Class BatchGetAccessBindingsRequest
Request message for BatchGetAccessBindings RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class BatchGetAccessBindingsRequest : IMessage<BatchGetAccessBindingsRequest>, IEquatable<BatchGetAccessBindingsRequest>, IDeepCloneable<BatchGetAccessBindingsRequest>, IBufferMessage, IMessage
Constructors
BatchGetAccessBindingsRequest()
Declaration
public BatchGetAccessBindingsRequest()
BatchGetAccessBindingsRequest(BatchGetAccessBindingsRequest)
Declaration
public BatchGetAccessBindingsRequest(BatchGetAccessBindingsRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchGetAccessBindingsRequest | other |
Properties
AccessBindingNames
AccessBindingName-typed view over the Names resource name property.
Declaration
public ResourceNameList<AccessBindingName> AccessBindingNames { get; }
Property Value
Type | Description |
---|---|
ResourceNameList<AccessBindingName> |
Names
Required. The names of the access bindings to retrieve. A maximum of 1000 access bindings can be retrieved in a batch. Formats:
- accounts/{account}/accessBindings/{accessBinding}
- properties/{property}/accessBindings/{accessBinding}
Declaration
public RepeatedField<string> Names { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
Parent
Required. The account or property that owns the access bindings. The parent of all provided values for the 'names' field 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 |