public enum View extends Enum<View> implements ProtocolMessageEnum
Option for requesting only metadata, or user provided payload of a ParameterVersion resource.
Protobuf enum google.cloud.parametermanager.v1.View
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BASIC |
Include only the metadata for the resource. |
BASIC_VALUE |
Include only the metadata for the resource. |
FULL |
Include metadata & other relevant payload data as well. This is the default view. |
FULL_VALUE |
Include metadata & other relevant payload data as well. This is the default view. |
UNRECOGNIZED |
|
VIEW_UNSPECIFIED |
The default / unset value. The API will default to the FULL view.. |
VIEW_UNSPECIFIED_VALUE |
The default / unset value. The API will default to the FULL view.. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |