Show / Hide Table of Contents

Class ProjectsResource.AppsResource.SafetyNetConfigResource.BatchGetRequest

Atomically gets the SafetyNetConfigs for the specified list of apps.

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

Names

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

projects/{project_number}/apps/{app_id}/safetyNetConfig

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 SafetyNetConfigs 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.GoogleFirebaseAppcheckV1betaBatchGetSafetyNetConfigsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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