| Modifier and Type | Method and Description |
|---|---|
RecordLocation |
RecordLocation.Builder.build() |
RecordLocation |
RecordLocation.Builder.buildPartial() |
static RecordLocation |
RecordLocation.getDefaultInstance() |
RecordLocation |
RecordLocation.getDefaultInstanceForType() |
RecordLocation |
RecordLocation.Builder.getDefaultInstanceForType() |
RecordLocation |
ContentLocation.getRecordLocation()
Location within a row or record of a database table.
|
RecordLocation |
ContentLocation.Builder.getRecordLocation()
Location within a row or record of a database table.
|
RecordLocation |
ContentLocationOrBuilder.getRecordLocation()
Location within a row or record of a database table.
|
static RecordLocation |
RecordLocation.parseDelimitedFrom(InputStream input) |
static RecordLocation |
RecordLocation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordLocation |
RecordLocation.parseFrom(byte[] data) |
static RecordLocation |
RecordLocation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordLocation |
RecordLocation.parseFrom(ByteBuffer data) |
static RecordLocation |
RecordLocation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordLocation |
RecordLocation.parseFrom(com.google.protobuf.ByteString data) |
static RecordLocation |
RecordLocation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordLocation |
RecordLocation.parseFrom(com.google.protobuf.CodedInputStream input) |
static RecordLocation |
RecordLocation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordLocation |
RecordLocation.parseFrom(InputStream input) |
static RecordLocation |
RecordLocation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RecordLocation> |
RecordLocation.getParserForType() |
static com.google.protobuf.Parser<RecordLocation> |
RecordLocation.parser() |
| Modifier and Type | Method and Description |
|---|---|
RecordLocation.Builder |
RecordLocation.Builder.mergeFrom(RecordLocation other) |
ContentLocation.Builder |
ContentLocation.Builder.mergeRecordLocation(RecordLocation value)
Location within a row or record of a database table.
|
static RecordLocation.Builder |
RecordLocation.newBuilder(RecordLocation prototype) |
ContentLocation.Builder |
ContentLocation.Builder.setRecordLocation(RecordLocation value)
Location within a row or record of a database table.
|
Copyright © 2022 Google LLC. All rights reserved.