Show / Hide Table of Contents

Class ProjectsResource.AppsResource.PlayIntegrityConfigResource.BatchGetRequest

Atomically gets the PlayIntegrityConfigs for the specified list of apps.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>
ProjectsResource.AppsResource.PlayIntegrityConfigResource.BatchGetRequest
Implements
IClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>
IClientServiceRequest
Inherited Members
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.Xgafv
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.AccessToken
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.Alt
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.Callback
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.Fields
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.Key
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.OauthToken
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.PrettyPrint
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.QuotaUser
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.UploadType
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.UploadProtocol
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.Execute()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.GetBody()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ETagAction
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ModifyRequest
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.ValidateParameters
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.RequestParameters
ClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.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.PlayIntegrityConfigResource.BatchGetRequest : FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>, IClientServiceRequest<GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>, 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.v1beta.Data.GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.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.v1beta.Data.GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1beta.Data.GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX