Class DeployAgentV2Request
public sealed class DeployAgentV2Request : IMessage<DeployAgentV2Request>, IEquatable<DeployAgentV2Request>, IDeepCloneable<DeployAgentV2Request>, IBufferMessage, IMessage
- Inheritance
-
DeployAgentV2Request
- Implements
-
IMessage<DeployAgentV2Request>IDeepCloneable<DeployAgentV2Request>IBufferMessageIMessage
- Inherited Members
Constructors
DeployAgentV2Request()
public DeployAgentV2Request()
DeployAgentV2Request(DeployAgentV2Request)
public DeployAgentV2Request(DeployAgentV2Request other)
Parameters
otherDeployAgentV2Request
Fields
AgentIdFieldNumber
Field number for the "agent_id" field.
public const int AgentIdFieldNumber = 1
Field Value
DeploymentFieldNumber
Field number for the "deployment" field.
public const int DeploymentFieldNumber = 3
Field Value
SecretsFieldNumber
Field number for the "secrets" field.
public const int SecretsFieldNumber = 2
Field Value
Properties
AgentId
public string AgentId { get; set; }
Property Value
Deployment
public string Deployment { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static MessageParser<DeployAgentV2Request> Parser { get; }
Property Value
- MessageParser<DeployAgentV2Request>
Secrets
public RepeatedField<AgentSecret> Secrets { get; }
Property Value
- RepeatedField<AgentSecret>
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 DeployAgentV2Request Clone()
Returns
- DeployAgentV2Request
A deep clone of this object.
Equals(DeployAgentV2Request)
public bool Equals(DeployAgentV2Request other)
Parameters
otherDeployAgentV2Request
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(DeployAgentV2Request)
Merges the given message into this one.
public void MergeFrom(DeployAgentV2Request other)
Parameters
otherDeployAgentV2Request
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.