Show / Hide Table of Contents

Class ProjectsResource.GetTestQuotaRequest

Get information about the quota for ReleaseTests.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>
ProjectsResource.GetTestQuotaRequest
Implements
IClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>
IClientServiceRequest
Inherited Members
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.Xgafv
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.AccessToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.Alt
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.Callback
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.Fields
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.Key
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.OauthToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.PrettyPrint
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.QuotaUser
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.UploadType
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.UploadProtocol
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.Execute()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ExecuteAsStream()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ExecuteAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.CreateRequest(bool?)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.GenerateRequestUri()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.GetBody()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ETagAction
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ModifyRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ValidateParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.ApiVersion
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.RequestParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>.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.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class ProjectsResource.GetTestQuotaRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestQuota>, IClientServiceRequest

Constructors

GetTestQuotaRequest(IClientService, string)

Constructs a new GetTestQuota request.

Declaration
public GetTestQuotaRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the TestQuota resource to retrieve. Format: projects/{project_number}/testQuota

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetTestQuota parameter list.

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

Implements

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