Show / Hide Table of Contents

Class ListAccessBindingsRequest

Request message for ListAccessBindings RPC.

Inheritance
object
ListAccessBindingsRequest
Implements
IMessage<ListAccessBindingsRequest>
IEquatable<ListAccessBindingsRequest>
IDeepCloneable<ListAccessBindingsRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListAccessBindingsRequest : IMessage<ListAccessBindingsRequest>, IEquatable<ListAccessBindingsRequest>, IDeepCloneable<ListAccessBindingsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListAccessBindingsRequest()

Declaration
public ListAccessBindingsRequest()

ListAccessBindingsRequest(ListAccessBindingsRequest)

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

Properties

PageSize

The maximum number of access bindings to return. The service may return fewer than this value. If unspecified, at most 200 access bindings will be returned. The maximum value is 500; values above 500 will be coerced to 500.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

A page token, received from a previous ListAccessBindings call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAccessBindings must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. 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
In this article
Back to top Generated by DocFX