Play-SDK-CSharp
Public Member Functions | Static Public Attributes | Properties | List of all members
LeanCloud.Play.Protocol.UpdatePropertyResponse Class Reference
Inheritance diagram for LeanCloud.Play.Protocol.UpdatePropertyResponse:

Public Member Functions

 UpdatePropertyResponse ()
 
 UpdatePropertyResponse (UpdatePropertyResponse other)
 
UpdatePropertyResponse Clone ()
 
override bool Equals (object other)
 
bool Equals (UpdatePropertyResponse other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (UpdatePropertyResponse other)
 
void MergeFrom (pb::CodedInputStream input)
 

Static Public Attributes

const int AttrFieldNumber = 1
 Field number for the "attr" field. More...
 
const int ActorIdFieldNumber = 2
 Field number for the "actor_id" field. More...
 

Properties

static pb::MessageParser< UpdatePropertyResponseParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pb::ByteString Attr [get, set]
 
int ActorId [get, set]
 

Constructor & Destructor Documentation

◆ UpdatePropertyResponse() [1/2]

LeanCloud.Play.Protocol.UpdatePropertyResponse.UpdatePropertyResponse ( )
inline

◆ UpdatePropertyResponse() [2/2]

LeanCloud.Play.Protocol.UpdatePropertyResponse.UpdatePropertyResponse ( UpdatePropertyResponse  other)
inline

Member Function Documentation

◆ CalculateSize()

int LeanCloud.Play.Protocol.UpdatePropertyResponse.CalculateSize ( )
inline

◆ Clone()

UpdatePropertyResponse LeanCloud.Play.Protocol.UpdatePropertyResponse.Clone ( )
inline

◆ Equals() [1/2]

override bool LeanCloud.Play.Protocol.UpdatePropertyResponse.Equals ( object  other)
inline

◆ Equals() [2/2]

bool LeanCloud.Play.Protocol.UpdatePropertyResponse.Equals ( UpdatePropertyResponse  other)
inline

◆ GetHashCode()

override int LeanCloud.Play.Protocol.UpdatePropertyResponse.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void LeanCloud.Play.Protocol.UpdatePropertyResponse.MergeFrom ( pb::CodedInputStream  input)
inline

◆ MergeFrom() [2/2]

void LeanCloud.Play.Protocol.UpdatePropertyResponse.MergeFrom ( UpdatePropertyResponse  other)
inline

◆ ToString()

override string LeanCloud.Play.Protocol.UpdatePropertyResponse.ToString ( )
inline

◆ WriteTo()

void LeanCloud.Play.Protocol.UpdatePropertyResponse.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ ActorIdFieldNumber

const int LeanCloud.Play.Protocol.UpdatePropertyResponse.ActorIdFieldNumber = 2
static

Field number for the "actor_id" field.

◆ AttrFieldNumber

const int LeanCloud.Play.Protocol.UpdatePropertyResponse.AttrFieldNumber = 1
static

Field number for the "attr" field.

Property Documentation

◆ ActorId

int LeanCloud.Play.Protocol.UpdatePropertyResponse.ActorId
getset

◆ Attr

pb.ByteString LeanCloud.Play.Protocol.UpdatePropertyResponse.Attr
getset

◆ Descriptor

pbr.MessageDescriptor LeanCloud.Play.Protocol.UpdatePropertyResponse.Descriptor
staticget

◆ Parser

pb.MessageParser<UpdatePropertyResponse> LeanCloud.Play.Protocol.UpdatePropertyResponse.Parser
staticget

The documentation for this class was generated from the following file: