Show / Hide Table of Contents

Class ProjectsResource.TestersResource.BatchAddRequest

Batch adds testers. This call adds testers for the specified emails if they don't already exist. Returns all testers specified in the request, including newly created and previously existing testers. This action is idempotent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>
ProjectsResource.TestersResource.BatchAddRequest
Implements
IClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>
IClientServiceRequest
Inherited Members
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.Xgafv
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.AccessToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.Alt
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.Callback
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.Fields
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.Key
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.OauthToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.PrettyPrint
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.QuotaUser
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.UploadType
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.UploadProtocol
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.Execute()
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ExecuteAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ETagAction
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ModifyRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ValidateParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.ApiVersion
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.RequestParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.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.TestersResource.BatchAddRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>, IClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>, IClientServiceRequest

Constructors

BatchAddRequest(IClientService, GoogleFirebaseAppdistroV1BatchAddTestersRequest, string)

Constructs a new BatchAdd request.

Declaration
public BatchAddRequest(IClientService service, GoogleFirebaseAppdistroV1BatchAddTestersRequest body, string project)
Parameters
Type Name Description
IClientService service
GoogleFirebaseAppdistroV1BatchAddTestersRequest body
string project

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Project

Required. The name of the project resource. Format: projects/{project_number}

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleFirebaseAppdistroV1BatchAddTestersResponse>.GetBody()

InitParameters()

Initializes BatchAdd parameter list.

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

Implements

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