final case class BigtableConfig(table: String = "", appProfileId: String = "", serviceAccountEmail: String = "", writeMetadata: Boolean = false, state: State = com.google.pubsub.v1.pubsub.BigtableConfig.State.STATE_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[BigtableConfig] with Product with Serializable

Configuration for a Bigtable subscription. The Pub/Sub message will be written to a Bigtable row as follows: - row key: subscription name and message ID delimited by #. - columns: message bytes written to a single column family "data" with an empty-string column qualifier. - cell timestamp: the message publish timestamp.

table

Optional. The unique name of the table to write messages to. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

appProfileId

Optional. The app profile to use for the Bigtable writes. If not specified, the "default" application profile will be used. The app profile must use single-cluster routing.

serviceAccountEmail

Optional. The service account to use to write to Bigtable. The subscription creator or updater that specifies this field must have iam.serviceAccounts.actAs permission on the service account. If not specified, the Pub/Sub [service agent](https://cloud.google.com/iam/docs/service-agents), service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com, is used.

writeMetadata

Optional. When true, write the subscription name, message_id, publish_time, attributes, and ordering_key to additional columns in the table under the pubsub_metadata column family. The subscription name, message_id, and publish_time fields are put in their own columns while all other message properties (other than data) are written to a JSON object in the attributes column.

state

Output only. An output-only field that indicates whether or not the subscription can receive messages.

Annotations
@SerialVersionUID()
Source
BigtableConfig.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigtableConfig
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BigtableConfig(table: String = "", appProfileId: String = "", serviceAccountEmail: String = "", writeMetadata: Boolean = false, state: State = com.google.pubsub.v1.pubsub.BigtableConfig.State.STATE_UNSPECIFIED, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    table

    Optional. The unique name of the table to write messages to. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

    appProfileId

    Optional. The app profile to use for the Bigtable writes. If not specified, the "default" application profile will be used. The app profile must use single-cluster routing.

    serviceAccountEmail

    Optional. The service account to use to write to Bigtable. The subscription creator or updater that specifies this field must have iam.serviceAccounts.actAs permission on the service account. If not specified, the Pub/Sub [service agent](https://cloud.google.com/iam/docs/service-agents), service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com, is used.

    writeMetadata

    Optional. When true, write the subscription name, message_id, publish_time, attributes, and ordering_key to additional columns in the table under the pubsub_metadata column family. The subscription name, message_id, and publish_time fields are put in their own columns while all other message properties (other than data) are written to a JSON object in the attributes column.

    state

    Output only. An output-only field that indicates whether or not the subscription can receive messages.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val appProfileId: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def companion: BigtableConfig.type
    Definition Classes
    BigtableConfig → GeneratedMessage
  8. def discardUnknownFields: BigtableConfig
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    BigtableConfig → GeneratedMessage
  12. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    BigtableConfig → GeneratedMessage
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def serializedSize: Int
    Definition Classes
    BigtableConfig → GeneratedMessage
  19. val serviceAccountEmail: String
  20. val state: State
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. val table: String
  23. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  24. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  25. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  26. def toProtoString: String
    Definition Classes
    BigtableConfig → GeneratedMessage
  27. val unknownFields: UnknownFieldSet
  28. def update(ms: (Lens[BigtableConfig, BigtableConfig]) => Mutation[BigtableConfig]*): BigtableConfig
    Definition Classes
    Updatable
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def withAppProfileId(__v: String): BigtableConfig
  33. def withServiceAccountEmail(__v: String): BigtableConfig
  34. def withState(__v: State): BigtableConfig
  35. def withTable(__v: String): BigtableConfig
  36. def withUnknownFields(__v: UnknownFieldSet): BigtableConfig
  37. def withWriteMetadata(__v: Boolean): BigtableConfig
  38. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  39. val writeMetadata: Boolean
  40. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    BigtableConfig → GeneratedMessage
  41. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[BigtableConfig]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped