Uses of Class
com.google.cloud.datastream.v1alpha1.JsonFileFormat
-
Packages that use JsonFileFormat Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of JsonFileFormat in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return JsonFileFormat Modifier and Type Method Description JsonFileFormat
JsonFileFormat.Builder. build()
JsonFileFormat
JsonFileFormat.Builder. buildPartial()
static JsonFileFormat
JsonFileFormat. getDefaultInstance()
JsonFileFormat
JsonFileFormat.Builder. getDefaultInstanceForType()
JsonFileFormat
JsonFileFormat. getDefaultInstanceForType()
JsonFileFormat
GcsDestinationConfig.Builder. getJsonFileFormat()
JSON file format configuration.JsonFileFormat
GcsDestinationConfig. getJsonFileFormat()
JSON file format configuration.JsonFileFormat
GcsDestinationConfigOrBuilder. 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(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)
static JsonFileFormat
JsonFileFormat. parseFrom(ByteBuffer data)
static JsonFileFormat
JsonFileFormat. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type JsonFileFormat Modifier and Type Method Description com.google.protobuf.Parser<JsonFileFormat>
JsonFileFormat. getParserForType()
static com.google.protobuf.Parser<JsonFileFormat>
JsonFileFormat. parser()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type JsonFileFormat Modifier and Type Method 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.
-