| Modifier and Type | Method and Description |
|---|---|
PhysicalSchema |
PhysicalSchema.Builder.build() |
PhysicalSchema |
PhysicalSchema.Builder.buildPartial() |
PhysicalSchema |
DataplexSpec.getDataFormat()
Format of the data.
|
PhysicalSchema |
DataplexSpec.Builder.getDataFormat()
Format of the data.
|
PhysicalSchema |
DataplexSpecOrBuilder.getDataFormat()
Format of the data.
|
static PhysicalSchema |
PhysicalSchema.getDefaultInstance() |
PhysicalSchema |
PhysicalSchema.getDefaultInstanceForType() |
PhysicalSchema |
PhysicalSchema.Builder.getDefaultInstanceForType() |
static PhysicalSchema |
PhysicalSchema.parseDelimitedFrom(InputStream input) |
static PhysicalSchema |
PhysicalSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema |
PhysicalSchema.parseFrom(byte[] data) |
static PhysicalSchema |
PhysicalSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema |
PhysicalSchema.parseFrom(ByteBuffer data) |
static PhysicalSchema |
PhysicalSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema |
PhysicalSchema.parseFrom(com.google.protobuf.ByteString data) |
static PhysicalSchema |
PhysicalSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema |
PhysicalSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static PhysicalSchema |
PhysicalSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PhysicalSchema |
PhysicalSchema.parseFrom(InputStream input) |
static PhysicalSchema |
PhysicalSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PhysicalSchema> |
PhysicalSchema.getParserForType() |
static com.google.protobuf.Parser<PhysicalSchema> |
PhysicalSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
DataplexSpec.Builder |
DataplexSpec.Builder.mergeDataFormat(PhysicalSchema value)
Format of the data.
|
PhysicalSchema.Builder |
PhysicalSchema.Builder.mergeFrom(PhysicalSchema other) |
static PhysicalSchema.Builder |
PhysicalSchema.newBuilder(PhysicalSchema prototype) |
DataplexSpec.Builder |
DataplexSpec.Builder.setDataFormat(PhysicalSchema value)
Format of the data.
|
Copyright © 2023 Google LLC. All rights reserved.