LogDescriptor
class LogDescriptor extends Message
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
Protobuf type Google\Api\LogDescriptor
Methods
No description
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 [/_-.].
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 [/_-.].
The set of labels that are available to describe a specific log entry.
The set of labels that are available to describe a specific log entry.
A human-readable description of this log. This information appears in the documentation and can contain details.
A human-readable description of this log. This information appears in the documentation and can contain details.
The human-readable name for this log. This information appears on the user interface and should be concise.
The human-readable name for this log. This information appears on the user interface and should be concise.
Details
at line 56
__construct()
at line 70
string
getName()
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 [/_-.].
Generated from protobuf field string name = 1;
at line 84
setName(string $var)
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 [/_-.].
Generated from protobuf field string name = 1;
at line 98
RepeatedField
getLabels()
The set of labels that are available to describe a specific log entry.
Runtime requests that contain labels not specified here are considered invalid.
Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
at line 111
setLabels(array|RepeatedField $var)
The set of labels that are available to describe a specific log entry.
Runtime requests that contain labels not specified here are considered invalid.
Generated from protobuf field repeated .google.api.LabelDescriptor labels = 2;
at line 124
string
getDescription()
A human-readable description of this log. This information appears in the documentation and can contain details.
Generated from protobuf field string description = 3;
at line 136
setDescription(string $var)
A human-readable description of this log. This information appears in the documentation and can contain details.
Generated from protobuf field string description = 3;
at line 149
string
getDisplayName()
The human-readable name for this log. This information appears on the user interface and should be concise.
Generated from protobuf field string display_name = 4;
at line 161
setDisplayName(string $var)
The human-readable name for this log. This information appears on the user interface and should be concise.
Generated from protobuf field string display_name = 4;