| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.Builder.build() |
ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.Builder.buildPartial() |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.getDefaultInstance() |
ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.getDefaultInstanceForType() |
ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.Builder.getDefaultInstanceForType() |
ImportedDataInfo.FieldSchema |
ImportedDataInfo.RecordSchemaOrBuilder.getFields(int index)
One field per column in the record.
|
ImportedDataInfo.FieldSchema |
ImportedDataInfo.RecordSchema.getFields(int index)
One field per column in the record.
|
ImportedDataInfo.FieldSchema |
ImportedDataInfo.RecordSchema.Builder.getFields(int index)
One field per column in the record.
|
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseDelimitedFrom(InputStream input) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(byte[] data) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(ByteBuffer data) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(com.google.protobuf.ByteString data) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(InputStream input) |
static ImportedDataInfo.FieldSchema |
ImportedDataInfo.FieldSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportedDataInfo.FieldSchema> |
ImportedDataInfo.RecordSchemaOrBuilder.getFieldsList()
One field per column in the record.
|
List<ImportedDataInfo.FieldSchema> |
ImportedDataInfo.RecordSchema.getFieldsList()
One field per column in the record.
|
List<ImportedDataInfo.FieldSchema> |
ImportedDataInfo.RecordSchema.Builder.getFieldsList()
One field per column in the record.
|
com.google.protobuf.Parser<ImportedDataInfo.FieldSchema> |
ImportedDataInfo.FieldSchema.getParserForType() |
static com.google.protobuf.Parser<ImportedDataInfo.FieldSchema> |
ImportedDataInfo.FieldSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.RecordSchema.Builder |
ImportedDataInfo.RecordSchema.Builder.addFields(ImportedDataInfo.FieldSchema value)
One field per column in the record.
|
ImportedDataInfo.RecordSchema.Builder |
ImportedDataInfo.RecordSchema.Builder.addFields(int index,
ImportedDataInfo.FieldSchema value)
One field per column in the record.
|
ImportedDataInfo.FieldSchema.Builder |
ImportedDataInfo.FieldSchema.Builder.mergeFrom(ImportedDataInfo.FieldSchema other) |
static ImportedDataInfo.FieldSchema.Builder |
ImportedDataInfo.FieldSchema.newBuilder(ImportedDataInfo.FieldSchema prototype) |
ImportedDataInfo.RecordSchema.Builder |
ImportedDataInfo.RecordSchema.Builder.setFields(int index,
ImportedDataInfo.FieldSchema value)
One field per column in the record.
|
| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.RecordSchema.Builder |
ImportedDataInfo.RecordSchema.Builder.addAllFields(Iterable<? extends ImportedDataInfo.FieldSchema> values)
One field per column in the record.
|
Copyright © 2023 Google LLC. All rights reserved.