Show / Hide Table of Contents

Class ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.BatchGetRequest

Atomically gets the RecaptchaEnterpriseConfigs for the specified list of apps.

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

Constructors

BatchGetRequest(IClientService, string)

Constructs a new BatchGet request.

Declaration
public BatchGetRequest(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<GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse>.HttpMethod

MethodName

Gets the method name.

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

Names

Required. The relative resource names of the RecaptchaEnterpriseConfigs to retrieve, in the format:

projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig

A maximum of 100 objects can be retrieved in a batch.

Declaration
[RequestParameter("names", RequestParameterType.Query)]
public virtual Repeatable<string> Names { get; set; }
Property Value
Type Description
Repeatable<string>

Parent

Required. The parent project name shared by all RecaptchaEnterpriseConfigs being retrieved, in the format

projects/{project_number}

The parent collection in the name field of any resource being retrieved must match this field, or the entire batch fails.

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<GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetRecaptchaEnterpriseConfigsResponse>.InitParameters()

Implements

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