Enum GetServiceConfigRequest.ConfigView (3.17.0)

public enum GetServiceConfigRequest.ConfigView extends Enum<GetServiceConfigRequest.ConfigView> implements ProtocolMessageEnum

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Server response includes all fields except SourceInfo.

BASIC = 0;

BASIC_VALUE

Server response includes all fields except SourceInfo.

BASIC = 0;

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.

FULL = 1;

FULL_VALUE

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.

FULL = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()