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
Generated from protobuf message google.api.LogDescriptor
Methods |
public __construct( $data = NULL) Constructor.
|
public 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;
|
public 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;
|
public 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;
|
public 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;
|
public setDescription( $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;
|
public setDisplayName( $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;
|
public setLabels( $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;
|
public setName( $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;
|
Properties |
protected $description = '' A human-readable description of this log. This information appears in the documentation and can contain details. Generated from protobuf field string description = 3; |
protected $display_name = '' 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; |
protected $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 [/_-.]. Generated from protobuf field string name = 1; |
Methods |
Properties |
private $labels = NULL 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; |