CloudStorageConfig

com.google.pubsub.v1.pubsub.CloudStorageConfig
See theCloudStorageConfig companion class
object CloudStorageConfig extends GeneratedMessageCompanion[CloudStorageConfig]

Attributes

Companion
class
Source
CloudStorageConfig.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CloudStorageConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class AvroConfig(writeMetadata: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AvroConfig]

Configuration for writing message data in Avro format.

Configuration for writing message data in Avro format. Message payloads and metadata will be written to files as an Avro binary.

Value parameters

writeMetadata

When true, write the subscription name, message_id, publish_time, attributes, and ordering_key as additional fields in the output. The subscription name, message_id, and publish_time fields are put in their own fields while all other message properties other than data (for example, an ordering_key, if present) are added as entries in the attributes map.

Attributes

Companion
object
Source
CloudStorageConfig.scala
Supertypes
trait Updatable[AvroConfig]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AvroConfig extends GeneratedMessageCompanion[AvroConfig]

Attributes

Companion
class
Source
CloudStorageConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AvroConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
AvroConfig.type
implicit class CloudStorageConfigLens[UpperPB](_l: Lens[UpperPB, CloudStorageConfig]) extends ObjectLens[UpperPB, CloudStorageConfig]

Attributes

Source
CloudStorageConfig.scala
Supertypes
class ObjectLens[UpperPB, CloudStorageConfig]
trait Lens[UpperPB, CloudStorageConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
object OutputFormat

Attributes

Companion
trait
Source
CloudStorageConfig.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait OutputFormat extends GeneratedOneof

Attributes

Companion
object
Source
CloudStorageConfig.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class AvroConfig
object Empty.type
class TextConfig
sealed abstract class State(val value: Int) extends GeneratedEnum

Possible states for a Cloud Storage subscription.

Possible states for a Cloud Storage subscription.

Attributes

Companion
object
Source
CloudStorageConfig.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ACTIVE.type
object NOT_FOUND.type
object PERMISSION_DENIED.type
trait Recognized
object STATE_UNSPECIFIED.type
class Unrecognized
Show all
object State extends GeneratedEnumCompanion[State]

Attributes

Companion
class
Source
CloudStorageConfig.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[State]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
State.type
final case class TextConfig(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TextConfig]

Configuration for writing message data in text format.

Configuration for writing message data in text format. Message payloads will be written to files as raw text, separated by a newline.

Attributes

Companion
object
Source
CloudStorageConfig.scala
Supertypes
trait Updatable[TextConfig]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TextConfig extends GeneratedMessageCompanion[TextConfig]

Attributes

Companion
class
Source
CloudStorageConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TextConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
TextConfig.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
CloudStorageConfig.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
CloudStorageConfig.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
CloudStorageConfig.scala
def of(bucket: String, filenamePrefix: String, filenameSuffix: String, outputFormat: OutputFormat, maxDuration: Option[Duration], maxBytes: Long, state: State): CloudStorageConfig

Attributes

Source
CloudStorageConfig.scala
def parseFrom(`_input__`: CodedInputStream): CloudStorageConfig

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
CloudStorageConfig.scala
def scalaDescriptor: Descriptor

Attributes

Source
CloudStorageConfig.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: CloudStorageConfig, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source
CloudStorageConfig.scala
final val BUCKET_FIELD_NUMBER: 1

Attributes

Source
CloudStorageConfig.scala
final val MAX_BYTES_FIELD_NUMBER: 7

Attributes

Source
CloudStorageConfig.scala

Attributes

Source
CloudStorageConfig.scala
final val STATE_FIELD_NUMBER: 9

Attributes

Source
CloudStorageConfig.scala

Attributes

Source
CloudStorageConfig.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
CloudStorageConfig.scala

Implicits

Implicits

final implicit def CloudStorageConfigLens[UpperPB](_l: Lens[UpperPB, CloudStorageConfig]): CloudStorageConfigLens[UpperPB]

Attributes

Source
CloudStorageConfig.scala
implicit def messageCompanion: GeneratedMessageCompanion[CloudStorageConfig]

Attributes

Source
CloudStorageConfig.scala
implicit def messageReads: Reads[CloudStorageConfig]

Attributes

Source
CloudStorageConfig.scala