Skip to main content

services

Creates, updates, deletes, gets or lists a services resource.

Overview

Nameservices
TypeResource
Idgoogle.cloudbilling.services

Fields

NameDatatypeDescription
namestringThe resource name for the service. Example: "services/6F81-5844-456A"
businessEntityNamestringThe business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
displayNamestringA human readable display name for this service.
serviceIdstringThe identifier for the service. Example: "6F81-5844-456A"

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all public cloud services.

SELECT examples

Lists all public cloud services.

SELECT
name,
businessEntityName,
displayName,
serviceId
FROM google.cloudbilling.services
;