com.google.pubsub.v1.pubsub.IngestionDataSourceSettings
ConfluentCloud
Companion object ConfluentCloud
final case class ConfluentCloud(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.ConfluentCloud.State.STATE_UNSPECIFIED, bootstrapServer: String = "", clusterId: String = "", topic: String = "", identityPoolId: String = "", gcpServiceAccount: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ConfluentCloud] with Product with Serializable
Ingestion settings for Confluent Cloud.
- state
Output only. An output-only field that indicates the state of the Confluent Cloud ingestion source.
- bootstrapServer
Required. The address of the bootstrap server. The format is url:port.
- clusterId
Required. The id of the cluster.
- topic
Required. The name of the topic in the Confluent Cloud cluster that Pub/Sub will import from.
- 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.
- gcpServiceAccount
Required. The GCP service account to be used for Federated Identity authentication with
identity_pool_id
.
- Annotations
- @SerialVersionUID()
- Source
- IngestionDataSourceSettings.scala
- Alphabetic
- By Inheritance
- ConfluentCloud
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ConfluentCloud(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.ConfluentCloud.State.STATE_UNSPECIFIED, bootstrapServer: String = "", clusterId: String = "", topic: String = "", identityPoolId: String = "", gcpServiceAccount: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- state
Output only. An output-only field that indicates the state of the Confluent Cloud ingestion source.
- bootstrapServer
Required. The address of the bootstrap server. The format is url:port.
- clusterId
Required. The id of the cluster.
- topic
Required. The name of the topic in the Confluent Cloud cluster that Pub/Sub will import from.
- 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.
- gcpServiceAccount
Required. The GCP service account to be used for Federated Identity authentication with
identity_pool_id
.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bootstrapServer: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val clusterId: String
- def companion: ConfluentCloud.type
- Definition Classes
- ConfluentCloud → GeneratedMessage
- def discardUnknownFields: ConfluentCloud
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val gcpServiceAccount: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ConfluentCloud → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ConfluentCloud → GeneratedMessage
- val identityPoolId: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ConfluentCloud → GeneratedMessage
- val state: State
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ConfluentCloud → GeneratedMessage
- val topic: String
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ConfluentCloud, ConfluentCloud]) => Mutation[ConfluentCloud]*): ConfluentCloud
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withBootstrapServer(__v: String): ConfluentCloud
- def withClusterId(__v: String): ConfluentCloud
- def withGcpServiceAccount(__v: String): ConfluentCloud
- def withIdentityPoolId(__v: String): ConfluentCloud
- def withState(__v: State): ConfluentCloud
- def withTopic(__v: String): ConfluentCloud
- def withUnknownFields(__v: UnknownFieldSet): ConfluentCloud
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ConfluentCloud → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage