Show / Hide Table of Contents

Class ProjectsResource.ServicesResource.GetRequest

Gets the Service configuration for the specified service name.

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

MethodName

Gets the method name.

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

Name

Required. The relative resource name of the Service to retrieve, in the format:

projects/{project_number}/services/{service_id}

Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * firebasestorage.googleapis.com (Cloud Storage for Firebase) * firebasedatabase.googleapis.com (Firebase Realtime Database) * firestore.googleapis.com (Cloud Firestore) * identitytoolkit.googleapis.com (Firebase Authentication with Identity Platform) * oauth2.googleapis.com (Google Identity for iOS)

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<GoogleFirebaseAppcheckV1betaService>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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