Class ProjectsResource.AppsResource.DeviceCheckConfigResource.BatchGetRequest
Atomically gets the DeviceCheckConfigs for the specified list of apps. For security reasons, the
private_key field is never populated in the response.
Inheritance
ProjectsResource.AppsResource.DeviceCheckConfigResource.BatchGetRequest
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class ProjectsResource.AppsResource.DeviceCheckConfigResource.BatchGetRequest : FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse>, IClientServiceRequest<GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse>, 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1.Data.GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1.Data.GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse>.MethodName
Names
Required. The relative resource names of the DeviceCheckConfigs to retrieve, in the format projects/{project_number}/apps/{app_id}/deviceCheckConfig 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 DeviceCheckConfigs 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1.Data.GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse>.RestPath
Methods
InitParameters()
Initializes BatchGet parameter list.
Declaration
protected override void InitParameters()