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
Name Description
other Advice

Fields

DescriptionFieldNumber

public const int DescriptionFieldNumber = 2

Field number for the "description" field.

Field Value
Type Description
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
Type Description
string

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
MessageDescriptor

Parser

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

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
int

Clone()

public Advice Clone()
Returns
Type Description
Advice

Equals(Advice)

public bool Equals(Advice other)
Parameter
Name Description
other Advice
Returns
Type Description
bool

Equals(object)

public override bool Equals(object other)
Parameter
Name Description
other object
Returns
Type Description
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
Type Description
int
Overrides

MergeFrom(Advice)

public void MergeFrom(Advice other)
Parameter
Name Description
other Advice

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream

ToString()

public override string ToString()
Returns
Type Description
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream