| Modifier and Type | Method and Description |
|---|---|
BigtableOptions.Builder |
BigtableOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BigtableOptions.Builder |
BigtableOptions.Builder.clear() |
BigtableOptions.Builder |
BigtableOptions.Builder.clearFamilies() |
BigtableOptions.Builder |
BigtableOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BigtableOptions.Builder |
BigtableOptions.Builder.clearKeyFieldName()
The field name used for saving row key value in the document.
|
BigtableOptions.Builder |
BigtableOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BigtableOptions.Builder |
BigtableOptions.Builder.clone() |
BigtableOptions.Builder |
BigtableSource.Builder.getBigtableOptionsBuilder()
Required.
|
BigtableOptions.Builder |
BigtableOptions.Builder.mergeFrom(BigtableOptions other) |
BigtableOptions.Builder |
BigtableOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BigtableOptions.Builder |
BigtableOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
BigtableOptions.Builder |
BigtableOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BigtableOptions.Builder |
BigtableOptions.newBuilder() |
static BigtableOptions.Builder |
BigtableOptions.newBuilder(BigtableOptions prototype) |
BigtableOptions.Builder |
BigtableOptions.newBuilderForType() |
protected BigtableOptions.Builder |
BigtableOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BigtableOptions.Builder |
BigtableOptions.Builder.putAllFamilies(Map<String,BigtableOptions.BigtableColumnFamily> values)
The mapping from family names to an object that contains column families
level information for the given column family.
|
BigtableOptions.Builder |
BigtableOptions.Builder.putFamilies(String key,
BigtableOptions.BigtableColumnFamily value)
The mapping from family names to an object that contains column families
level information for the given column family.
|
BigtableOptions.Builder |
BigtableOptions.Builder.removeFamilies(String key)
The mapping from family names to an object that contains column families
level information for the given column family.
|
BigtableOptions.Builder |
BigtableOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BigtableOptions.Builder |
BigtableOptions.Builder.setKeyFieldName(String value)
The field name used for saving row key value in the document.
|
BigtableOptions.Builder |
BigtableOptions.Builder.setKeyFieldNameBytes(com.google.protobuf.ByteString value)
The field name used for saving row key value in the document.
|
BigtableOptions.Builder |
BigtableOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BigtableOptions.Builder |
BigtableOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BigtableOptions.Builder |
BigtableOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BigtableSource.Builder |
BigtableSource.Builder.setBigtableOptions(BigtableOptions.Builder builderForValue)
Required.
|
Copyright © 2024 Google LLC. All rights reserved.