Packages

final case class CloudStorage(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.CloudStorage.State.STATE_UNSPECIFIED, bucket: String = "", inputFormat: InputFormat = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.CloudStorage.InputFormat.Empty, minimumObjectCreateTime: Option[Timestamp] = _root_.scala.None, matchGlob: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[CloudStorage] with Product with Serializable

Ingestion settings for Cloud Storage.

state

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

bucket

Optional. Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the [bucket naming requirements] (https://cloud.google.com/storage/docs/buckets#naming).

minimumObjectCreateTime

Optional. Only objects with a larger or equal creation timestamp will be ingested.

matchGlob

Optional. Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the [supported patterns](https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob).

Annotations
@SerialVersionUID()
Source
IngestionDataSourceSettings.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudStorage
  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 CloudStorage(state: State = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.CloudStorage.State.STATE_UNSPECIFIED, bucket: String = "", inputFormat: InputFormat = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.CloudStorage.InputFormat.Empty, minimumObjectCreateTime: Option[Timestamp] = _root_.scala.None, matchGlob: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    state

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

    bucket

    Optional. Cloud Storage bucket. The bucket name must be without any prefix like "gs://". See the [bucket naming requirements] (https://cloud.google.com/storage/docs/buckets#naming).

    minimumObjectCreateTime

    Optional. Only objects with a larger or equal creation timestamp will be ingested.

    matchGlob

    Optional. Glob pattern used to match objects that will be ingested. If unset, all objects will be ingested. See the [supported patterns](https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob).

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bucket: String
  6. def clearInputFormat: CloudStorage
  7. def clearMinimumObjectCreateTime: CloudStorage
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def companion: CloudStorage.type
    Definition Classes
    CloudStorage → GeneratedMessage
  10. def discardUnknownFields: CloudStorage
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def getAvroFormat: AvroFormat
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    CloudStorage → GeneratedMessage
  15. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    CloudStorage → GeneratedMessage
  16. def getMinimumObjectCreateTime: Timestamp
  17. def getPubsubAvroFormat: PubSubAvroFormat
  18. def getTextFormat: TextFormat
  19. val inputFormat: InputFormat
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val matchGlob: String
  22. val minimumObjectCreateTime: Option[Timestamp]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def serializedSize: Int
    Definition Classes
    CloudStorage → GeneratedMessage
  28. val state: State
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    CloudStorage → GeneratedMessage
  34. val unknownFields: UnknownFieldSet
  35. def update(ms: (Lens[CloudStorage, CloudStorage]) => Mutation[CloudStorage]*): CloudStorage
    Definition Classes
    Updatable
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withAvroFormat(__v: AvroFormat): CloudStorage
  40. def withBucket(__v: String): CloudStorage
  41. def withInputFormat(__v: InputFormat): CloudStorage
  42. def withMatchGlob(__v: String): CloudStorage
  43. def withMinimumObjectCreateTime(__v: Timestamp): CloudStorage
  44. def withPubsubAvroFormat(__v: PubSubAvroFormat): CloudStorage
  45. def withState(__v: State): CloudStorage
  46. def withTextFormat(__v: TextFormat): CloudStorage
  47. def withUnknownFields(__v: UnknownFieldSet): CloudStorage
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    CloudStorage → GeneratedMessage
  50. 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[CloudStorage]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped