Class ServicesResource
The "services" collection of methods.
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class ServicesResource
Constructors
ServicesResource(IClientService)
Constructs a new resource.
Declaration
public ServicesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ConsumerQuotaMetrics
Gets the ConsumerQuotaMetrics resource.
Declaration
public virtual ServicesResource.ConsumerQuotaMetricsResource ConsumerQuotaMetrics { get; }
Property Value
Type | Description |
---|---|
ServicesResource.ConsumerQuotaMetricsResource |
Methods
BatchEnable(BatchEnableServicesRequest, string)
Enables multiple services on a project. The operation is atomic: if enabling any service fails, then the
entire batch fails, and no state changes occur. Operation response type: google.protobuf.Empty
Declaration
public virtual ServicesResource.BatchEnableRequest BatchEnable(BatchEnableServicesRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchEnableServicesRequest | body | The body of the request. |
string | parent | Parent to enable services on. An example name would be: |
Returns
Type | Description |
---|---|
ServicesResource.BatchEnableRequest |
Disable(DisableServiceRequest, string)
Disables a service so that it can no longer be used with a project. This prevents unintended usage that may
cause unexpected billing charges or security leaks. It is not valid to call the disable method on a service
that is not currently enabled. Callers will receive a FAILED_PRECONDITION
status if the target service is
not currently enabled. Operation response type: google.protobuf.Empty
Declaration
public virtual ServicesResource.DisableRequest Disable(DisableServiceRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
DisableServiceRequest | body | The body of the request. |
string | name | Name of the consumer and service to disable the service on. The enable and disable methods currently only
support projects. An example name would be: |
Returns
Type | Description |
---|---|
ServicesResource.DisableRequest |
Enable(EnableServiceRequest, string)
Enables a service so that it can be used with a project. Operation response type: google.protobuf.Empty
Declaration
public virtual ServicesResource.EnableRequest Enable(EnableServiceRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
EnableServiceRequest | body | The body of the request. |
string | name | Name of the consumer and service to enable the service on. The |
Returns
Type | Description |
---|---|
ServicesResource.EnableRequest |
GenerateServiceIdentity(string)
Generates service identity for service.
Declaration
public virtual ServicesResource.GenerateServiceIdentityRequest GenerateServiceIdentity(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Name of the consumer and service to generate an identity for. The |
Returns
Type | Description |
---|---|
ServicesResource.GenerateServiceIdentityRequest |
Get(string)
Returns the service configuration and enabled state for a given service.
Declaration
public virtual ServicesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the consumer and service to get the |
Returns
Type | Description |
---|---|
ServicesResource.GetRequest |
List(string)
Lists all services available to the specified project, and the current state of those services with respect
to the project. The list includes all public services, all services for which the calling user has the
servicemanagement.services.bind
permission, and all services that have already been enabled on the
project. The list can be filtered to only include services in a specific state, for example to only include
services enabled on the project.
Declaration
public virtual ServicesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Parent to search for services on. An example name would be: |
Returns
Type | Description |
---|---|
ServicesResource.ListRequest |