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