Uses of Class
com.google.cloud.datastream.v1.OracleProfile
-
Packages that use OracleProfile Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of OracleProfile in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return OracleProfile Modifier and Type Method Description OracleProfile
OracleProfile.Builder. build()
OracleProfile
OracleProfile.Builder. buildPartial()
static OracleProfile
OracleProfile. getDefaultInstance()
OracleProfile
OracleProfile.Builder. getDefaultInstanceForType()
OracleProfile
OracleProfile. getDefaultInstanceForType()
OracleProfile
ConnectionProfile.Builder. getOracleProfile()
Oracle ConnectionProfile configuration.OracleProfile
ConnectionProfile. getOracleProfile()
Oracle ConnectionProfile configuration.OracleProfile
ConnectionProfileOrBuilder. getOracleProfile()
Oracle ConnectionProfile configuration.static OracleProfile
OracleProfile. parseDelimitedFrom(InputStream input)
static OracleProfile
OracleProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleProfile
OracleProfile. parseFrom(byte[] data)
static OracleProfile
OracleProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleProfile
OracleProfile. parseFrom(com.google.protobuf.ByteString data)
static OracleProfile
OracleProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleProfile
OracleProfile. parseFrom(com.google.protobuf.CodedInputStream input)
static OracleProfile
OracleProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleProfile
OracleProfile. parseFrom(InputStream input)
static OracleProfile
OracleProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OracleProfile
OracleProfile. parseFrom(ByteBuffer data)
static OracleProfile
OracleProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1 that return types with arguments of type OracleProfile Modifier and Type Method Description com.google.protobuf.Parser<OracleProfile>
OracleProfile. getParserForType()
static com.google.protobuf.Parser<OracleProfile>
OracleProfile. parser()
Methods in com.google.cloud.datastream.v1 with parameters of type OracleProfile Modifier and Type Method Description OracleProfile.Builder
OracleProfile.Builder. mergeFrom(OracleProfile other)
ConnectionProfile.Builder
ConnectionProfile.Builder. mergeOracleProfile(OracleProfile value)
Oracle ConnectionProfile configuration.static OracleProfile.Builder
OracleProfile. newBuilder(OracleProfile prototype)
ConnectionProfile.Builder
ConnectionProfile.Builder. setOracleProfile(OracleProfile value)
Oracle ConnectionProfile configuration.
-