Package | Description |
---|---|
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
static ExecuteSqlRequest.QueryMode |
ExecuteSqlRequest.QueryMode.forNumber(int value) |
ExecuteSqlRequest.QueryMode |
ExecuteSqlRequest.getQueryMode()
Used to control the amount of debugging information returned in
[ResultSetStats][google.spanner.v1.ResultSetStats].
|
ExecuteSqlRequest.QueryMode |
ExecuteSqlRequest.Builder.getQueryMode()
Used to control the amount of debugging information returned in
[ResultSetStats][google.spanner.v1.ResultSetStats].
|
ExecuteSqlRequest.QueryMode |
ExecuteSqlRequestOrBuilder.getQueryMode()
Used to control the amount of debugging information returned in
[ResultSetStats][google.spanner.v1.ResultSetStats].
|
static ExecuteSqlRequest.QueryMode |
ExecuteSqlRequest.QueryMode.valueOf(Descriptors.EnumValueDescriptor desc) |
static ExecuteSqlRequest.QueryMode |
ExecuteSqlRequest.QueryMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExecuteSqlRequest.QueryMode |
ExecuteSqlRequest.QueryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteSqlRequest.QueryMode[] |
ExecuteSqlRequest.QueryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<ExecuteSqlRequest.QueryMode> |
ExecuteSqlRequest.QueryMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ExecuteSqlRequest.Builder |
ExecuteSqlRequest.Builder.setQueryMode(ExecuteSqlRequest.QueryMode value)
Used to control the amount of debugging information returned in
[ResultSetStats][google.spanner.v1.ResultSetStats].
|
Copyright © 2022 Google LLC. All rights reserved.