Show / Hide Table of Contents

Class ProjectsResource.AppsResource.PlayIntegrityConfigResource.GetRequest

Gets the PlayIntegrityConfig for the specified app.

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

MethodName

Gets the method name.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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