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
ProjectsResource.AppsResource.RecaptchaV3ConfigResource.BatchGetRequest
Implements
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes BatchGet parameter list.
Declaration
protected override void InitParameters()