Show / Hide Table of Contents

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse>.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
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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