Show / Hide Table of Contents

Class ProjectsResource.AppsResource.PlayIntegrityConfigResource.GetRequest

Gets the PlayIntegrityConfig for the specified app.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The relative resource name of the PlayIntegrityConfig, in the format:

projects/{project_number}/apps/{app_id}/playIntegrityConfig
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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