| Modifier and Type | Method and Description |
|---|---|
ProtoSchema |
ProtoSchema.Builder.build() |
ProtoSchema |
ProtoSchema.Builder.buildPartial() |
static ProtoSchema |
ProtoSchema.getDefaultInstance() |
ProtoSchema |
ProtoSchema.getDefaultInstanceForType() |
ProtoSchema |
ProtoSchema.Builder.getDefaultInstanceForType() |
ProtoSchema |
AppendRowsRequest.ProtoDataOrBuilder.getWriterSchema()
Proto schema used to serialize the data.
|
ProtoSchema |
AppendRowsRequest.ProtoData.getWriterSchema()
Proto schema used to serialize the data.
|
ProtoSchema |
AppendRowsRequest.ProtoData.Builder.getWriterSchema()
Proto schema used to serialize the data.
|
static ProtoSchema |
ProtoSchema.parseDelimitedFrom(InputStream input) |
static ProtoSchema |
ProtoSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(byte[] data) |
static ProtoSchema |
ProtoSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(ByteBuffer data) |
static ProtoSchema |
ProtoSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.ByteString data) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtoSchema |
ProtoSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtoSchema |
ProtoSchema.parseFrom(InputStream input) |
static ProtoSchema |
ProtoSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProtoSchema> |
ProtoSchema.getParserForType() |
static com.google.protobuf.Parser<ProtoSchema> |
ProtoSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
ProtoSchema.Builder |
ProtoSchema.Builder.mergeFrom(ProtoSchema other) |
AppendRowsRequest.ProtoData.Builder |
AppendRowsRequest.ProtoData.Builder.mergeWriterSchema(ProtoSchema value)
Proto schema used to serialize the data.
|
static ProtoSchema.Builder |
ProtoSchema.newBuilder(ProtoSchema prototype) |
AppendRowsRequest.ProtoData.Builder |
AppendRowsRequest.ProtoData.Builder.setWriterSchema(ProtoSchema value)
Proto schema used to serialize the data.
|
Copyright © 2023 Google LLC. All rights reserved.