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()
- Alphabetic
- By Inheritance
- LogDescriptor
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
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
-
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
- def addAllLabels(__vs: Iterable[LabelDescriptor]): LogDescriptor
- def addLabels(__vs: LabelDescriptor*): LogDescriptor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearLabels: LogDescriptor
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: LogDescriptor.type
- Definition Classes
- LogDescriptor → GeneratedMessage
- val description: String
- def discardUnknownFields: LogDescriptor
- val displayName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- LogDescriptor → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- LogDescriptor → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labels: Seq[LabelDescriptor]
- val name: 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
serializedSize: Int
- Definition Classes
- LogDescriptor → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- LogDescriptor → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[LogDescriptor, LogDescriptor]) ⇒ Mutation[LogDescriptor]*): LogDescriptor
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withDescription(__v: String): LogDescriptor
- def withDisplayName(__v: String): LogDescriptor
- def withLabels(__v: Seq[LabelDescriptor]): LogDescriptor
- def withName(__v: String): LogDescriptor
- def withUnknownFields(__v: UnknownFieldSet): LogDescriptor
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- LogDescriptor → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage