Send feedback
Class LogDescriptor (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.0 keyboard_arrow_down
public sealed class LogDescriptor : Protobuf.IMessage<LogDescriptor>, Protobuf.IBufferMessage
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
Inheritance
Object >
LogDescriptor
Namespace
Google.Api
Assembly
Google.Api.CommonProtos.dll
Constructors
LogDescriptor()
LogDescriptor(LogDescriptor)
public LogDescriptor(LogDescriptor other)
Fields
DescriptionFieldNumber
public const int DescriptionFieldNumber = 3
Field number for the "description" field.
Field Value Type Description Int32
DisplayNameFieldNumber
public const int DisplayNameFieldNumber = 4
Field number for the "display_name" field.
Field Value Type Description Int32
LabelsFieldNumber
public const int LabelsFieldNumber = 2
Field number for the "labels" field.
Field Value Type Description Int32
NameFieldNumber
public const int NameFieldNumber = 1
Field number for the "name" field.
Field Value Type Description Int32
Properties
Description
public string Description { get; set; }
A human-readable description of this log. This information appears in
the documentation and can contain details.
Property Value Type Description String
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
DisplayName
public string DisplayName { get; set; }
The human-readable name for this log. This information appears on
the user interface and should be concise.
Property Value Type Description String
Labels
public Protobuf.Collections.RepeatedField<LabelDescriptor> Labels { get; }
The set of labels that are available to describe a specific log entry.
Runtime requests that contain labels not specified here are
considered invalid.
Name
public string Name { get; set; }
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 [/_-.].
Property Value Type Description String
Parser
public static Protobuf.MessageParser<LogDescriptor> Parser { get; }
Methods
CalculateSize()
public int CalculateSize()
Returns Type Description Int32
Clone()
public LogDescriptor Clone()
Equals(LogDescriptor)
public bool Equals(LogDescriptor other)
Equals(Object)
public override bool Equals(object other)
Parameter Name Description other
Object
GetHashCode()
public override int GetHashCode()
Returns Type Description Int32
MergeFrom(LogDescriptor)
public void MergeFrom(LogDescriptor other)
public void MergeFrom(Protobuf.CodedInputStream input)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]