public enum ExecuteSqlPayload.PartialResultMode extends Enum<ExecuteSqlPayload.PartialResultMode> implements ProtocolMessageEnumControls how the API should respond when the SQL execution result exceeds 10 MB.
Protobuf enum google.cloud.sql.v1beta4.ExecuteSqlPayload.PartialResultMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALLOW_PARTIAL_RESULT |
Return a truncated result and set |
ALLOW_PARTIAL_RESULT_VALUE |
Return a truncated result and set |
FAIL_PARTIAL_RESULT |
Throw an error if the result exceeds 10 MB or if only a partial result can be retrieved. Don't return the result. |
FAIL_PARTIAL_RESULT_VALUE |
Throw an error if the result exceeds 10 MB or if only a partial result can be retrieved. Don't return the result. |
PARTIAL_RESULT_MODE_UNSPECIFIED |
Unspecified mode, effectively the same as |
PARTIAL_RESULT_MODE_UNSPECIFIED_VALUE |
Unspecified mode, effectively the same as |
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() |
|