Show / Hide Table of Contents

Class ProjectsResource.AppsResource.PlayIntegrityConfigResource.BatchGetRequest

Atomically gets the PlayIntegrityConfigs for the specified list of apps.

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

MethodName

Gets the method name.

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

Names

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

projects/{project_number}/apps/{app_id}/playIntegrityConfig

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 PlayIntegrityConfigs 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<GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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