Class ProjectsResource.ServicesResource
The "services" collection of methods.
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class ProjectsResource.ServicesResource
Constructors
ServicesResource(IClientService)
Constructs a new resource.
Declaration
public ServicesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ResourcePolicies
Gets the ResourcePolicies resource.
Declaration
public virtual ProjectsResource.ServicesResource.ResourcePoliciesResource ResourcePolicies { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.ServicesResource.ResourcePoliciesResource |
Methods
BatchUpdate(GoogleFirebaseAppcheckV1BatchUpdateServicesRequest, string)
Atomically updates the specified Service configurations.
Declaration
public virtual ProjectsResource.ServicesResource.BatchUpdateRequest BatchUpdate(GoogleFirebaseAppcheckV1BatchUpdateServicesRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleFirebaseAppcheckV1BatchUpdateServicesRequest | body | The body of the request. |
string | parent | Required. The parent project name shared by all Service configurations being updated, in the format
The parent collection in the |
Returns
Type | Description |
---|---|
ProjectsResource.ServicesResource.BatchUpdateRequest |
Get(string)
Gets the Service configuration for the specified service name.
Declaration
public virtual ProjectsResource.ServicesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The relative resource name of the Service to retrieve, in the format:
Note that the |
Returns
Type | Description |
---|---|
ProjectsResource.ServicesResource.GetRequest |
List(string)
Lists all Service configurations for the specified project. Only Services which were explicitly configured using UpdateService or BatchUpdateServices will be returned.
Declaration
public virtual ProjectsResource.ServicesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The relative resource name of the parent project for which to list each associated Service, in the format:
|
Returns
Type | Description |
---|---|
ProjectsResource.ServicesResource.ListRequest |
Patch(GoogleFirebaseAppcheckV1Service, string)
Updates the specified Service configuration.
Declaration
public virtual ProjectsResource.ServicesResource.PatchRequest Patch(GoogleFirebaseAppcheckV1Service body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleFirebaseAppcheckV1Service | body | The body of the request. |
string | name | Required. The relative resource name of the service configuration object, in the format:
Note that the |
Returns
Type | Description |
---|---|
ProjectsResource.ServicesResource.PatchRequest |