Class ProjectsResource.ServicesResource.GetRequest
Gets the Service configuration for the specified service name.
Inheritance
ProjectsResource.ServicesResource.GetRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()