public enum InstanceView extends Enum<InstanceView> implements ProtocolMessageEnum
View on Instance. Pass this enum to rpcs that returns an Instance message to control which subsets of fields to get.
Protobuf enum google.cloud.alloydb.v1.InstanceView
Implements
ProtocolMessageEnumInherited Members
Static Fields |
|
---|---|
Name | Description |
INSTANCE_ |
BASIC server responses for a primary or read instance include all the relevant instance details, excluding the details of each node in the instance. The default value. |
INSTANCE_ |
BASIC server responses for a primary or read instance include all the relevant instance details, excluding the details of each node in the instance. The default value. |
INSTANCE_ |
FULL response is equivalent to BASIC for primary instance (for now). For read pool instance, this includes details of each node in the pool. |
INSTANCE_ |
FULL response is equivalent to BASIC for primary instance (for now). For read pool instance, this includes details of each node in the pool. |
INSTANCE_ |
INSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC. |
INSTANCE_ |
INSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC. |
UNRECOGNIZED |
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() |