Class RunningAgentJobInfo
public sealed class RunningAgentJobInfo : IMessage<RunningAgentJobInfo>, IEquatable<RunningAgentJobInfo>, IDeepCloneable<RunningAgentJobInfo>, IBufferMessage, IMessage
- Inheritance
-
RunningAgentJobInfo
- Implements
-
IMessage<RunningAgentJobInfo>IDeepCloneable<RunningAgentJobInfo>IBufferMessageIMessage
- Inherited Members
Constructors
RunningAgentJobInfo()
public RunningAgentJobInfo()
RunningAgentJobInfo(RunningAgentJobInfo)
public RunningAgentJobInfo(RunningAgentJobInfo other)
Parameters
otherRunningAgentJobInfo
Fields
AcceptIdentityFieldNumber
Field number for the "accept_identity" field.
public const int AcceptIdentityFieldNumber = 3
Field Value
AcceptMetadataFieldNumber
Field number for the "accept_metadata" field.
public const int AcceptMetadataFieldNumber = 4
Field Value
AcceptNameFieldNumber
Field number for the "accept_name" field.
public const int AcceptNameFieldNumber = 2
Field Value
JobFieldNumber
Field number for the "job" field.
public const int JobFieldNumber = 1
Field Value
MockJobFieldNumber
Field number for the "mock_job" field.
public const int MockJobFieldNumber = 8
Field Value
TokenFieldNumber
Field number for the "token" field.
public const int TokenFieldNumber = 6
Field Value
UrlFieldNumber
Field number for the "url" field.
public const int UrlFieldNumber = 5
Field Value
WorkerIdFieldNumber
Field number for the "worker_id" field.
public const int WorkerIdFieldNumber = 7
Field Value
Properties
AcceptIdentity
public string AcceptIdentity { get; set; }
Property Value
AcceptMetadata
public string AcceptMetadata { get; set; }
Property Value
AcceptName
public string AcceptName { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Job
public ByteString Job { get; set; }
Property Value
- ByteString
MockJob
public bool MockJob { get; set; }
Property Value
Parser
public static MessageParser<RunningAgentJobInfo> Parser { get; }
Property Value
- MessageParser<RunningAgentJobInfo>
Token
public string Token { get; set; }
Property Value
Url
public string Url { get; set; }
Property Value
WorkerId
public string WorkerId { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public RunningAgentJobInfo Clone()
Returns
- RunningAgentJobInfo
A deep clone of this object.
Equals(RunningAgentJobInfo)
public bool Equals(RunningAgentJobInfo other)
Parameters
otherRunningAgentJobInfo
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(RunningAgentJobInfo)
Merges the given message into this one.
public void MergeFrom(RunningAgentJobInfo other)
Parameters
otherRunningAgentJobInfo
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.