Package Classes (1.10.5)

Summary of entries of Classes for serviceusage.

Classes

ServiceUsageAsyncClient

Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use.

See Service Usage API <https://cloud.google.com/service-usage/docs/overview>__

ServiceUsageClient

Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use.

See Service Usage API <https://cloud.google.com/service-usage/docs/overview>__

ListServicesAsyncPager

A pager for iterating through list_services requests.

This class thinly wraps an initial ListServicesResponse object, and provides an __aiter__ method to iterate through its services field.

If there are more pages, the __aiter__ method will make additional ListServices requests and continue to iterate through the services field on the corresponding responses.

All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListServicesPager

A pager for iterating through list_services requests.

This class thinly wraps an initial ListServicesResponse object, and provides an __iter__ method to iterate through its services field.

If there are more pages, the __iter__ method will make additional ListServices requests and continue to iterate through the services field on the corresponding responses.

All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

BatchEnableServicesRequest

Request message for the BatchEnableServices method.

BatchEnableServicesResponse

Response message for the BatchEnableServices method. This response message is assigned to the response field of the returned Operation when that operation is done.

EnableFailure

Provides error messages for the failing services.

BatchGetServicesRequest

Request message for the BatchGetServices method.

BatchGetServicesResponse

Response message for the BatchGetServices method.

DisableServiceRequest

Request message for the DisableService method.

CheckIfServiceHasUsage

Enum to determine if service usage should be checked when disabling a service.

DisableServiceResponse

Response message for the DisableService method. This response message is assigned to the response field of the returned Operation when that operation is done.

EnableServiceRequest

Request message for the EnableService method.

EnableServiceResponse

Response message for the EnableService method. This response message is assigned to the response field of the returned Operation when that operation is done.

GetServiceRequest

Request message for the GetService method.

ListServicesRequest

Request message for the ListServices method.

ListServicesResponse

Response message for the ListServices method.

OperationMetadata

The operation metadata returned for the batchend services operation.

Service

A service that is available for use by the consumer.

ServiceConfig

The configuration of the service.

State

Whether or not a service has been enabled for use by a consumer.

Modules

pagers

API documentation for service_usage_v1.services.service_usage.pagers module.