com.google.pubsub.v1.pubsub.IngestionDataSourceSettings
AzureEventHubs
Companion object AzureEventHubs
final case class AzureEventHubs(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.AzureEventHubs.State.STATE_UNSPECIFIED, resourceGroup: String = "", namespace: String = "", eventHub: String = "", clientId: String = "", tenantId: String = "", subscriptionId: String = "", gcpServiceAccount: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AzureEventHubs] with Product with Serializable
Ingestion settings for Azure Event Hubs.
- state
Output only. An output-only field that indicates the state of the Event Hubs ingestion source.
- resourceGroup
Optional. Name of the resource group within the azure subscription.
- namespace
Optional. The name of the Event Hubs namespace.
- eventHub
Optional. The name of the Event Hub.
- clientId
Optional. The client id of the Azure application that is being used to authenticate Pub/Sub.
- tenantId
Optional. The tenant id of the Azure application that is being used to authenticate Pub/Sub.
- subscriptionId
Optional. The Azure subscription id.
- gcpServiceAccount
Optional. The GCP service account to be used for Federated Identity authentication.
- Annotations
- @SerialVersionUID()
- Source
- IngestionDataSourceSettings.scala
- Alphabetic
- By Inheritance
- AzureEventHubs
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AzureEventHubs(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.AzureEventHubs.State.STATE_UNSPECIFIED, resourceGroup: String = "", namespace: String = "", eventHub: String = "", clientId: String = "", tenantId: String = "", subscriptionId: String = "", gcpServiceAccount: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- state
Output only. An output-only field that indicates the state of the Event Hubs ingestion source.
- resourceGroup
Optional. Name of the resource group within the azure subscription.
- namespace
Optional. The name of the Event Hubs namespace.
- eventHub
Optional. The name of the Event Hub.
- clientId
Optional. The client id of the Azure application that is being used to authenticate Pub/Sub.
- tenantId
Optional. The tenant id of the Azure application that is being used to authenticate Pub/Sub.
- subscriptionId
Optional. The Azure subscription id.
- gcpServiceAccount
Optional. The GCP service account to be used for Federated Identity authentication.
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 clientId: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: AzureEventHubs.type
- Definition Classes
- AzureEventHubs → GeneratedMessage
- def discardUnknownFields: AzureEventHubs
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventHub: String
- 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
- AzureEventHubs → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AzureEventHubs → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val namespace: String
- 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
- val resourceGroup: String
- def serializedSize: Int
- Definition Classes
- AzureEventHubs → GeneratedMessage
- val state: State
- val subscriptionId: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tenantId: String
- 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
- AzureEventHubs → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AzureEventHubs, AzureEventHubs]) => Mutation[AzureEventHubs]*): AzureEventHubs
- 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 withClientId(__v: String): AzureEventHubs
- def withEventHub(__v: String): AzureEventHubs
- def withGcpServiceAccount(__v: String): AzureEventHubs
- def withNamespace(__v: String): AzureEventHubs
- def withResourceGroup(__v: String): AzureEventHubs
- def withState(__v: State): AzureEventHubs
- def withSubscriptionId(__v: String): AzureEventHubs
- def withTenantId(__v: String): AzureEventHubs
- def withUnknownFields(__v: UnknownFieldSet): AzureEventHubs
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AzureEventHubs → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage