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 SourceConfig
SourceConfig.Builder. build()
SourceConfig
SourceConfig.Builder. buildPartial()
static SourceConfig
SourceConfig. getDefaultInstance()
SourceConfig
SourceConfig.Builder. getDefaultInstanceForType()
SourceConfig
SourceConfig. getDefaultInstanceForType()
SourceConfig
Stream.Builder. getSourceConfig()
Required.SourceConfig
Stream. getSourceConfig()
Required.SourceConfig
StreamOrBuilder. getSourceConfig()
Required.static SourceConfig
SourceConfig. parseDelimitedFrom(InputStream input)
static SourceConfig
SourceConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceConfig
SourceConfig. parseFrom(byte[] data)
static SourceConfig
SourceConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceConfig
SourceConfig. parseFrom(com.google.protobuf.ByteString data)
static SourceConfig
SourceConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceConfig
SourceConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceConfig
SourceConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceConfig
SourceConfig. parseFrom(InputStream input)
static SourceConfig
SourceConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceConfig
SourceConfig. parseFrom(ByteBuffer data)
static SourceConfig
SourceConfig. 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.Builder
SourceConfig.Builder. mergeFrom(SourceConfig other)
Stream.Builder
Stream.Builder. mergeSourceConfig(SourceConfig value)
Required.static SourceConfig.Builder
SourceConfig. newBuilder(SourceConfig prototype)
Stream.Builder
Stream.Builder. setSourceConfig(SourceConfig value)
Required.
-