services
Creates, updates, deletes, gets or lists a services
resource.
Overview
Name | services |
Type | Resource |
Id | google.cloudbilling.services |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The resource name for the service. Example: "services/6F81-5844-456A" |
businessEntityName | string | The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps" |
displayName | string | A human readable display name for this service. |
serviceId | string | The identifier for the service. Example: "6F81-5844-456A" |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all public cloud services. |
SELECT
examples
Lists all public cloud services.
SELECT
name,
businessEntityName,
displayName,
serviceId
FROM google.cloudbilling.services
;