| Modifier and Type | Method and Description |
|---|---|
HiveTableOptions |
HiveTableOptions.Builder.build() |
HiveTableOptions |
HiveTableOptions.Builder.buildPartial() |
static HiveTableOptions |
HiveTableOptions.getDefaultInstance() |
HiveTableOptions |
HiveTableOptions.getDefaultInstanceForType() |
HiveTableOptions |
HiveTableOptions.Builder.getDefaultInstanceForType() |
HiveTableOptions |
TableOrBuilder.getHiveOptions()
Options of a Hive table.
|
HiveTableOptions |
Table.getHiveOptions()
Options of a Hive table.
|
HiveTableOptions |
Table.Builder.getHiveOptions()
Options of a Hive table.
|
static HiveTableOptions |
HiveTableOptions.parseDelimitedFrom(InputStream input) |
static HiveTableOptions |
HiveTableOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions |
HiveTableOptions.parseFrom(byte[] data) |
static HiveTableOptions |
HiveTableOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions |
HiveTableOptions.parseFrom(ByteBuffer data) |
static HiveTableOptions |
HiveTableOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions |
HiveTableOptions.parseFrom(com.google.protobuf.ByteString data) |
static HiveTableOptions |
HiveTableOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions |
HiveTableOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static HiveTableOptions |
HiveTableOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveTableOptions |
HiveTableOptions.parseFrom(InputStream input) |
static HiveTableOptions |
HiveTableOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HiveTableOptions> |
HiveTableOptions.getParserForType() |
static com.google.protobuf.Parser<HiveTableOptions> |
HiveTableOptions.parser() |
| Modifier and Type | Method and Description |
|---|---|
HiveTableOptions.Builder |
HiveTableOptions.Builder.mergeFrom(HiveTableOptions other) |
Table.Builder |
Table.Builder.mergeHiveOptions(HiveTableOptions value)
Options of a Hive table.
|
static HiveTableOptions.Builder |
HiveTableOptions.newBuilder(HiveTableOptions prototype) |
Table.Builder |
Table.Builder.setHiveOptions(HiveTableOptions value)
Options of a Hive table.
|
Copyright © 2023 Google LLC. All rights reserved.