public static enum GetServiceConfigRequest.ConfigView extends Enum<GetServiceConfigRequest.ConfigView> implements com.google.protobuf.ProtocolMessageEnum
google.api.servicemanagement.v1.GetServiceConfigRequest.ConfigView| Enum Constant and Description |
|---|
BASIC
Server response includes all fields except SourceInfo.
|
FULL
Server response includes all fields including SourceInfo.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_VALUE
Server response includes all fields except SourceInfo.
|
static int |
FULL_VALUE
Server response includes all fields including SourceInfo.
|
| Modifier and Type | Method and Description |
|---|---|
static GetServiceConfigRequest.ConfigView |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<GetServiceConfigRequest.ConfigView> |
internalGetValueMap() |
static GetServiceConfigRequest.ConfigView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GetServiceConfigRequest.ConfigView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GetServiceConfigRequest.ConfigView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetServiceConfigRequest.ConfigView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetServiceConfigRequest.ConfigView BASIC
Server response includes all fields except SourceInfo.
BASIC = 0;public static final GetServiceConfigRequest.ConfigView 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;public static final GetServiceConfigRequest.ConfigView UNRECOGNIZED
public static final int BASIC_VALUE
Server response includes all fields except SourceInfo.
BASIC = 0;public static final int 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;public static GetServiceConfigRequest.ConfigView[] values()
for (GetServiceConfigRequest.ConfigView c : GetServiceConfigRequest.ConfigView.values()) System.out.println(c);
public static GetServiceConfigRequest.ConfigView valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static GetServiceConfigRequest.ConfigView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GetServiceConfigRequest.ConfigView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GetServiceConfigRequest.ConfigView> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GetServiceConfigRequest.ConfigView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.