| Modifier and Type | Method and Description |
|---|---|
JsonFileFormat |
JsonFileFormat.Builder.build() |
JsonFileFormat |
JsonFileFormat.Builder.buildPartial() |
static JsonFileFormat |
JsonFileFormat.getDefaultInstance() |
JsonFileFormat |
JsonFileFormat.getDefaultInstanceForType() |
JsonFileFormat |
JsonFileFormat.Builder.getDefaultInstanceForType() |
JsonFileFormat |
GcsDestinationConfigOrBuilder.getJsonFileFormat()
JSON file format configuration.
|
JsonFileFormat |
GcsDestinationConfig.getJsonFileFormat()
JSON file format configuration.
|
JsonFileFormat |
GcsDestinationConfig.Builder.getJsonFileFormat()
JSON file format configuration.
|
static JsonFileFormat |
JsonFileFormat.parseDelimitedFrom(InputStream input) |
static JsonFileFormat |
JsonFileFormat.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JsonFileFormat |
JsonFileFormat.parseFrom(byte[] data) |
static JsonFileFormat |
JsonFileFormat.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JsonFileFormat |
JsonFileFormat.parseFrom(ByteBuffer data) |
static JsonFileFormat |
JsonFileFormat.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JsonFileFormat |
JsonFileFormat.parseFrom(com.google.protobuf.ByteString data) |
static JsonFileFormat |
JsonFileFormat.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JsonFileFormat |
JsonFileFormat.parseFrom(com.google.protobuf.CodedInputStream input) |
static JsonFileFormat |
JsonFileFormat.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JsonFileFormat |
JsonFileFormat.parseFrom(InputStream input) |
static JsonFileFormat |
JsonFileFormat.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<JsonFileFormat> |
JsonFileFormat.getParserForType() |
static com.google.protobuf.Parser<JsonFileFormat> |
JsonFileFormat.parser() |
| Modifier and Type | Method and Description |
|---|---|
JsonFileFormat.Builder |
JsonFileFormat.Builder.mergeFrom(JsonFileFormat other) |
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.mergeJsonFileFormat(JsonFileFormat value)
JSON file format configuration.
|
static JsonFileFormat.Builder |
JsonFileFormat.newBuilder(JsonFileFormat prototype) |
GcsDestinationConfig.Builder |
GcsDestinationConfig.Builder.setJsonFileFormat(JsonFileFormat value)
JSON file format configuration.
|
Copyright © 2022 Google LLC. All rights reserved.