REST Resource: services

Resource: Service

A service that is available for use by the consumer.

JSON representation
{
  "name": string,
  "parent": string,
  "config": {
    object (ServiceConfig)
  },
  "state": enum (State)
}
Fields
name

string

The resource name of the consumer and service.

A valid name would be: - projects/123/services/serviceusage.googleapis.com

parent

string

The resource name of the consumer.

A valid name would be: - projects/123

config

object (ServiceConfig)

The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the services.list method. These fields are present only in responses to the services.get method.

state

enum (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 (Api)
    }
  ],
  "documentation": {
    object (Documentation)
  },
  "quota": {
    object (Quota)
  },
  "authentication": {
    object (Authentication)
  },
  "usage": {
    object (Usage)
  },
  "endpoints": [
    {