GetLogLevelsResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<GetLogLevelsResponse>, IEquatable<GetLogLevelsResponse>, IDeepCloneable<GetLogLevelsResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GetLogLevelsResponse()
GetLogLevelsResponse(GetLogLevelsResponse)
Parameters
Fields
CodeFieldNumber
Field number for the "code" field.
Field Value
GroupByFieldNumber
Field number for the "group_by" field.
Field Value
LogLevelsFieldNumber
Field number for the "log_levels" field.
Field Value
MessageFieldNumber
Field number for the "message" field.
Field Value
SuccessFieldNumber
Field number for the "success" field.
Field Value
TotalLogLevelEntriesCountFieldNumber
Field number for the "total_log_level_entries_count" field.
Field Value
Properties
Code
Property Value
int?
Descriptor
Property Value
MessageDescriptor
GroupBy
Property Value
LogLevels
Property Value
RepeatedField<LogLevelInfo>
Message
Property Value
Parser
Property Value
MessageParser<GetLogLevelsResponse>
Success
Property Value
TotalLogLevelEntriesCount
Property Value
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(GetLogLevelsResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(GetLogLevelsResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated