| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.Builder.build() |
ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.Builder.buildPartial() |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.getDefaultInstance() |
ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.getDefaultInstanceForType() |
ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.Builder.getDefaultInstanceForType() |
ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequestOrBuilder.getQueryOptions()
Query optimizer configuration to use for the given query.
|
ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.getQueryOptions()
Query optimizer configuration to use for the given query.
|
ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.Builder.getQueryOptions()
Query optimizer configuration to use for the given query.
|
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseDelimitedFrom(InputStream input) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(byte[] data) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(ByteBuffer data) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.ByteString data) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(InputStream input) |
static ExecuteSqlRequest.QueryOptions |
ExecuteSqlRequest.QueryOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ExecuteSqlRequest.QueryOptions> |
ExecuteSqlRequest.QueryOptions.getParserForType() |
static com.google.protobuf.Parser<ExecuteSqlRequest.QueryOptions> |
ExecuteSqlRequest.QueryOptions.parser() |
| Modifier and Type | Method and Description |
|---|---|
ExecuteSqlRequest.QueryOptions.Builder |
ExecuteSqlRequest.QueryOptions.Builder.mergeFrom(ExecuteSqlRequest.QueryOptions other) |
ExecuteSqlRequest.Builder |
ExecuteSqlRequest.Builder.mergeQueryOptions(ExecuteSqlRequest.QueryOptions value)
Query optimizer configuration to use for the given query.
|
static ExecuteSqlRequest.QueryOptions.Builder |
ExecuteSqlRequest.QueryOptions.newBuilder(ExecuteSqlRequest.QueryOptions prototype) |
ExecuteSqlRequest.Builder |
ExecuteSqlRequest.Builder.setQueryOptions(ExecuteSqlRequest.QueryOptions value)
Query optimizer configuration to use for the given query.
|
Copyright © 2021 Google LLC. All rights reserved.