Resource: Service
A service that is available for use by the consumer.
| JSON representation |
|---|
{ "name": string, "parent": string, "config": { object ( |
| Fields | |
|---|---|
name |
The resource name of the consumer and service. A valid name would be: - projects/123/services/serviceusage.googleapis.com |
parent |
The resource name of the consumer. A valid name would be: - projects/123 |
config |
The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the |
state |
Whether or not the service has been enabled for use by the consumer. |
ServiceConfig
The configuration of the service.
| JSON representation |
|---|
{ "name": string, "title": string, "apis": [ { object ( |