Uses of Class
com.google.cloud.datastream.v1.SourceConfig
-
Packages that use SourceConfig Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of SourceConfig in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return SourceConfig Modifier and Type Method Description SourceConfigSourceConfig.Builder. build()SourceConfigSourceConfig.Builder. buildPartial()static SourceConfigSourceConfig. getDefaultInstance()SourceConfigSourceConfig.Builder. getDefaultInstanceForType()SourceConfigSourceConfig. getDefaultInstanceForType()SourceConfigStream.Builder. getSourceConfig()Required.SourceConfigStream. getSourceConfig()Required.SourceConfigStreamOrBuilder. getSourceConfig()Required.static SourceConfigSourceConfig. parseDelimitedFrom(InputStream input)static SourceConfigSourceConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceConfigSourceConfig. parseFrom(byte[] data)static SourceConfigSourceConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceConfigSourceConfig. parseFrom(com.google.protobuf.ByteString data)static SourceConfigSourceConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceConfigSourceConfig. parseFrom(com.google.protobuf.CodedInputStream input)static SourceConfigSourceConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceConfigSourceConfig. parseFrom(InputStream input)static SourceConfigSourceConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceConfigSourceConfig. parseFrom(ByteBuffer data)static SourceConfigSourceConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datastream.v1 that return types with arguments of type SourceConfig Modifier and Type Method Description com.google.protobuf.Parser<SourceConfig>SourceConfig. getParserForType()static com.google.protobuf.Parser<SourceConfig>SourceConfig. parser()Methods in com.google.cloud.datastream.v1 with parameters of type SourceConfig Modifier and Type Method Description SourceConfig.BuilderSourceConfig.Builder. mergeFrom(SourceConfig other)Stream.BuilderStream.Builder. mergeSourceConfig(SourceConfig value)Required.static SourceConfig.BuilderSourceConfig. newBuilder(SourceConfig prototype)Stream.BuilderStream.Builder. setSourceConfig(SourceConfig value)Required.
-