final case class LogDescriptor(name: String = "", labels: Seq[LabelDescriptor] = _root_.scala.Seq.empty, description: String = "", displayName: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[LogDescriptor] with Product with Serializable

A description of a log type. Example in YAML format:

  • name: library.googleapis.com/activity_history description: The history of borrowing and returning library items. display_name: Activity labels:
    • key: /customer_id description: Identifier of a library customer
name

The name of the log. It must be less than 512 characters long and can include the following characters: upper- and lower-case alphanumeric characters [A-Za-z0-9], and punctuation characters including slash, underscore, hyphen, period [/_-.].

labels

The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.

description

A human-readable description of this log. This information appears in the documentation and can contain details.

displayName

The human-readable name for this log. This information appears on the user interface and should be concise.

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[LogDescriptor], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogDescriptor
  2. Product
  3. Equals
  4. Updatable
  5. GeneratedMessage
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogDescriptor(name: String = "", labels: Seq[LabelDescriptor] = _root_.scala.Seq.empty, description: String = "", displayName: String = "", unknownFields: UnknownFieldSet = ...)

    name

    The name of the log. It must be less than 512 characters long and can include the following characters: upper- and lower-case alphanumeric characters [A-Za-z0-9], and punctuation characters including slash, underscore, hyphen, period [/_-.].

    labels

    The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.

    description

    A human-readable description of this log. This information appears in the documentation and can contain details.

    displayName

    The human-readable name for this log. This information appears on the user interface and should be concise.

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. def addAllLabels(__vs: Iterable[LabelDescriptor]): LogDescriptor
  5. def addLabels(__vs: LabelDescriptor*): LogDescriptor
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clearLabels: LogDescriptor
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def companion: LogDescriptor.type
    Definition Classes
    LogDescriptor → GeneratedMessage
  10. val description: String
  11. def discardUnknownFields: LogDescriptor
  12. val displayName: String
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    LogDescriptor → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    LogDescriptor → GeneratedMessage
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val labels: Seq[LabelDescriptor]
  20. val name: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def serializedSize: Int
    Definition Classes
    LogDescriptor → GeneratedMessage
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  27. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  28. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  29. def toProtoString: String
    Definition Classes
    LogDescriptor → GeneratedMessage
  30. val unknownFields: UnknownFieldSet
  31. def update(ms: (Lens[LogDescriptor, LogDescriptor]) ⇒ Mutation[LogDescriptor]*): LogDescriptor
    Definition Classes
    Updatable
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. def withDescription(__v: String): LogDescriptor
  36. def withDisplayName(__v: String): LogDescriptor
  37. def withLabels(__v: Seq[LabelDescriptor]): LogDescriptor
  38. def withName(__v: String): LogDescriptor
  39. def withUnknownFields(__v: UnknownFieldSet): LogDescriptor
  40. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  41. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    LogDescriptor → GeneratedMessage
  42. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[LogDescriptor]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped