Enum ServicesResource.GetConfigRequest.ViewEnum
Specifies which parts of the Service Config should be returned in the response.
Namespace: Google.Apis.ServiceManagement.v1
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public enum ServicesResource.GetConfigRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Server response includes all fields except SourceInfo. |
FULL | 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. |