Show / Hide Table of Contents

Class ProjectsResource.AppsResource.RecaptchaEnterpriseConfigResource.GetRequest

Gets the RecaptchaEnterpriseConfig for the specified app.

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

MethodName

Gets the method name.

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

Name

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

projects/{project_number}/apps/{app_id}/recaptchaEnterpriseConfig
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<GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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