REST Resource: services

Resource: SupportedService

SupportedService specifies the VPC Service Controls and its properties.

JSON representation
{
  "name": string,
  "supportStage": enum (LaunchStage),
  "availableOnRestrictedVip": boolean,
  "title": string,
  "supportedMethods": [
    {
      object (MethodSelector)
    }
  ],
  "knownLimitations": boolean,
  "serviceSupportStage": enum (ServiceSupportStage)
}
Fields
name

string

The service name or address of the supported service, such as service.googleapis.com.

availableOnRestrictedVip

boolean

True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.

title

string

The name of the supported product, such as 'Cloud Product API'.

supportedMethods[]

object (MethodSelector)

The list of the supported methods. This field exists only in response to services.get

knownLimitations

boolean

True if the service is supported with some limitations. Check documentation for details.

serviceSupportStage

enum (ServiceSupportStage)

The support stage of the service.

ServiceSupportStage

The support stage of the service.

Enums
SERVICE_SUPPORT_STAGE_UNSPECIFIED Do not use this default value.
GA GA features are open to all developers and are considered stable and fully qualified for production use.
PREVIEW PREVIEW indicates a pre-release stage where the product is functionally complete but undergoing real-world testing.
DEPRECATED Deprecated features are scheduled to be shut down and removed.

Methods

get

Returns a VPC-SC supported service based on the service name.

list

Lists all VPC-SC supported services.