Show / Hide Table of Contents

Class ProjectsResource.GroupsResource.ListRequest

List groups.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>
ProjectsResource.GroupsResource.ListRequest
Implements
IClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>
IClientServiceRequest
Inherited Members
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.Xgafv
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.AccessToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.Alt
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.Callback
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.Fields
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.Key
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.OauthToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.PrettyPrint
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.QuotaUser
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.UploadType
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.UploadProtocol
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.Execute()
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.GetBody()
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ETagAction
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ModifyRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ValidateParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.ApiVersion
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.RequestParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppDistribution.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.GroupsResource.ListRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.MethodName

PageSize

Optional. The maximum number of groups to return. The service may return fewer than this value. The valid range is [1-1000]; If unspecified (0), at most 25 groups are returned. Values above 1000 are coerced to 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The name of the project resource, which is the parent of the group resources. Format: projects/{project_number}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1ListGroupsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX