Show / Hide Table of Contents

Class ProjectsResource.AppsResource.RecaptchaV3ConfigResource.BatchGetRequest

Atomically gets the RecaptchaV3Configs for the specified list of apps. For security reasons, the site_secret field is never populated in the response.

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

MethodName

Gets the method name.

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

Names

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

projects/{project_number}/apps/{app_id}/recaptchaV3Config

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 RecaptchaV3Configs 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<GoogleFirebaseAppcheckV1betaBatchGetRecaptchaV3ConfigsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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