Class Advice (2.10.0)

public sealed class Advice : IMessage<Advice>, IEquatable<Advice>, IDeepCloneable<Advice>, IBufferMessage, IMessage

Generated advice about this change, used for providing more information about how a change will affect the existing service.

Inheritance

object > Advice

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

Advice()

public Advice()

Advice(Advice)

public Advice(Advice other)
Parameter
NameDescription
otherAdvice

Fields

DescriptionFieldNumber

public const int DescriptionFieldNumber = 2

Field number for the "description" field.

Field Value
TypeDescription
int

Properties

Description

public string Description { get; set; }

Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.

Property Value
TypeDescription
string

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

Parser

public static MessageParser<Advice> Parser { get; }
Property Value
TypeDescription
MessageParserAdvice

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public Advice Clone()
Returns
TypeDescription
Advice

Equals(Advice)

public bool Equals(Advice other)
Parameter
NameDescription
otherAdvice
Returns
TypeDescription
bool

Equals(object)

public override bool Equals(object other)
Parameter
NameDescription
otherobject
Returns
TypeDescription
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

MergeFrom(Advice)

public void MergeFrom(Advice other)
Parameter
NameDescription
otherAdvice

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream