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 \ GetServiceConfigRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;