ServiceProperties

Properties of an underlying cloud resource that can comprise a Service.

JSON representation
 { 
 "gcpProject" 
 : 
 string 
 , 
 "location" 
 : 
 string 
 , 
 "zone" 
 : 
 string 
 , 
 "functionalType" 
 : 
 { 
 object (  FunctionalType 
 
) 
 } 
 , 
 "registrationType" 
 : 
 { 
 object (  RegistrationType 
 
) 
 } 
 , 
 "extendedMetadata" 
 : 
 { 
 string 
 : 
 { 
 object (  ExtendedMetadata 
 
) 
 } 
 , 
 ... 
 } 
 , 
 "identity" 
 : 
 { 
 object (  Identity 
 
) 
 } 
 } 
Fields
gcpProject

string

Output only. The service project identifier that the underlying cloud resource resides in.

location

string

Output only. The location that the underlying resource resides in, for example, us-west1.

zone

string

Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).

functionalType

object ( FunctionalType )

Output only. The type of the service.

registrationType

object ( RegistrationType )

Output only. The registration type of the service.

identity

object ( Identity )

Output only. The identity associated with the service.

RegistrationType

The registration type of a service.

JSON representation
 { 
 "type" 
 : 
 enum (  Type 
 
) 
 } 
Fields
type

enum ( Type )

Output only. The registration type of a service.

Type

The registration type of a service.

Enums
TYPE_UNSPECIFIED Unspecified registration type. Defaults to EXCLUSIVE.
EXCLUSIVE The service can only be registered to one application.
SHARED The service can be registered to multiple applications.
Design a Mobile Site
View Site in Mobile | Classic
Share by: