DeleteApiKeyResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
public sealed class DeleteApiKeyResponse : IMessage<DeleteApiKeyResponse>, IEquatable<DeleteApiKeyResponse>, IDeepCloneable<DeleteApiKeyResponse>, IBufferMessage, IMessageInheritance
Implements
IMessage<DeleteApiKeyResponse>, IEquatable<DeleteApiKeyResponse>, IDeepCloneable<DeleteApiKeyResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DeleteApiKeyResponse()
public DeleteApiKeyResponse()DeleteApiKeyResponse(DeleteApiKeyResponse)
public DeleteApiKeyResponse(DeleteApiKeyResponse other)Parameters
Name
Description
other DeleteApiKeyResponse
Fields
CodeFieldNumber
Field number for the "code" field.
public const int CodeFieldNumber = 2Field Value
MessageFieldNumber
Field number for the "message" field.
public const int MessageFieldNumber = 3Field Value
SuccessFieldNumber
Field number for the "success" field.
public const int SuccessFieldNumber = 1Field Value
Properties
Code
public int? Code { get; set; }Property Value
int?
Descriptor
public static MessageDescriptor Descriptor { get; }Property Value
MessageDescriptor
Message
public string Message { get; set; }Property Value
Parser
public static MessageParser<DeleteApiKeyResponse> Parser { get; }Property Value
MessageParser<DeleteApiKeyResponse>
Success
public bool Success { get; set; }Property Value
Methods
CalculateSize()
public int CalculateSize()Returns
Name
Description
Clone()
public DeleteApiKeyResponse Clone()Returns
Name
Description
Equals(object)
public override bool Equals(object other)Parameters
Name
Description
other object
Returns
Name
Description
Equals(DeleteApiKeyResponse)
public bool Equals(DeleteApiKeyResponse other)Parameters
Name
Description
other DeleteApiKeyResponse
Returns
Name
Description
GetHashCode()
public override int GetHashCode()Returns
Name
Description
MergeFrom(DeleteApiKeyResponse)
public void MergeFrom(DeleteApiKeyResponse other)Parameters
Name
Description
other DeleteApiKeyResponse
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)Parameters
Name
Description
input CodedInputStream
ToString()
public override string ToString()Returns
Name
Description
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)Parameters
Name
Description
output CodedOutputStream
Last updated