public enum ConnectionState extends Enum<ConnectionState> implements ProtocolMessageEnumState of the connection. New values may be added over time.
Protobuf enum google.privacy.dlp.v2.ConnectionState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AVAILABLE |
A configured connection that has not encountered any errors. |
AVAILABLE_VALUE |
A configured connection that has not encountered any errors. |
CONNECTION_STATE_UNSPECIFIED |
Unused |
CONNECTION_STATE_UNSPECIFIED_VALUE |
Unused |
ERROR |
A configured connection that encountered errors during its last use. It will not be used again until it is set to AVAILABLE. If the resolution requires external action, then a request to set the status to AVAILABLE will mark this connection for use. Otherwise, any changes to the connection properties will automatically mark it as AVAILABLE. |
ERROR_VALUE |
A configured connection that encountered errors during its last use. It will not be used again until it is set to AVAILABLE. If the resolution requires external action, then a request to set the status to AVAILABLE will mark this connection for use. Otherwise, any changes to the connection properties will automatically mark it as AVAILABLE. |
MISSING_CREDENTIALS |
DLP automatically created this connection during an initial scan, and it is awaiting full configuration by a user. |
MISSING_CREDENTIALS_VALUE |
DLP automatically created this connection during an initial scan, and it is awaiting full configuration by a user. |
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() |
|