Service(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A service that is available for use by the consumer.
Attributes | |
---|---|
Name | Description |
name |
str
The resource name of the consumer and service. A valid name would be: - projects/123/services/serviceusage.googleapis.com |
parent |
str
The resource name of the consumer. A valid name would be: - projects/123 |
config |
google.cloud.service_usage_v1.types.ServiceConfig
The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the ListServices method. These fields are present
only in responses to the GetService method.
|
state |
google.cloud.service_usage_v1.types.State
Whether or not the service has been enabled for use by the consumer. |