Google Cloud Service Management V1 Client - Class ConfigView (1.3.3)

Reference documentation and code samples for the Google Cloud Service Management V1 Client class ConfigView.

Protobuf type google.api.servicemanagement.v1.GetServiceConfigRequest.ConfigView

Namespace

Google \ Cloud \ ServiceManagement \ V1 \ GetServiceConfigRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

BASIC

Value: 0

Server response includes all fields except SourceInfo.

Generated from protobuf enum BASIC = 0;

FULL

Value: 1

Server response includes all fields including SourceInfo.

SourceFiles are of type 'google.api.servicemanagement.v1.ConfigFile' and are only available for configs created using the SubmitConfigSource method.

Generated from protobuf enum FULL = 1;