Cloud SQL Admin V1 API - Module Google::Cloud::Sql::V1::ExecuteSqlPayload::PartialResultMode (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::ExecuteSqlPayload::PartialResultMode.
Controls how the API should respond when the SQL execution result exceeds
10 MB.
Constants
PARTIAL_RESULT_MODE_UNSPECIFIED
value: 0 Unspecified mode, effectively the same as FAIL_PARTIAL_RESULT.
FAIL_PARTIAL_RESULT
value: 1 Throw an error if the result exceeds 10 MB or if only a partial result
can be retrieved. Don't return the result.
ALLOW_PARTIAL_RESULT
value: 2 Return a truncated result and set partial_result to true if the result
exceeds 10 MB or if only a partial result can be retrieved due to error.
Don't throw an error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-24 UTC."],[],[]]