ConfluentCloud

com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.ConfluentCloud
See theConfluentCloud companion object
final case class ConfluentCloud(state: State, bootstrapServer: String, clusterId: String, topic: String, identityPoolId: String, gcpServiceAccount: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ConfluentCloud]

Ingestion settings for Confluent Cloud.

Value parameters

bootstrapServer

Required. The address of the bootstrap server. The format is url:port.

clusterId

Required. The id of the cluster.

gcpServiceAccount

Required. The GCP service account to be used for Federated Identity authentication with identity_pool_id.

identityPoolId

Required. The id of the identity pool to be used for Federated Identity authentication with Confluent Cloud. See https://docs.confluent.io/cloud/current/security/authenticate/workload-identities/identity-providers/oauth/identity-pools.html#add-oauth-identity-pools.

state

Output only. An output-only field that indicates the state of the Confluent Cloud ingestion source.

topic

Required. The name of the topic in the Confluent Cloud cluster that Pub/Sub will import from.

Attributes

Companion
object
Source
IngestionDataSourceSettings.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getFieldByNumber(`__fieldNumber`: Int): Any
override def serializedSize: Int

Attributes

Definition Classes
Source
IngestionDataSourceSettings.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
IngestionDataSourceSettings.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
IngestionDataSourceSettings.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala