Class CloudEvent.Types.CloudEventAttributeValue
public sealed class CloudEvent.Types.CloudEventAttributeValue : IMessage<CloudEvent.Types.CloudEventAttributeValue>, IEquatable<CloudEvent.Types.CloudEventAttributeValue>, IDeepCloneable<CloudEvent.Types.CloudEventAttributeValue>, IBufferMessage, IMessage
- Inheritance
-
Cloud
Event. Types. Cloud Event Attribute Value
- Implements
-
IBuffer
Message IMessage
- Inherited Members
Constructors
CloudEventAttributeValue()
CloudEventAttributeValue(CloudEventAttributeValue)
Parameters
Fields
CeBooleanFieldNumber
Field number for the "ce_boolean" field.
Field Value
CeBytesFieldNumber
Field number for the "ce_bytes" field.
Field Value
CeIntegerFieldNumber
Field number for the "ce_integer" field.
Field Value
CeStringFieldNumber
Field number for the "ce_string" field.
Field Value
CeTimestampFieldNumber
Field number for the "ce_timestamp" field.
Field Value
CeUriFieldNumber
Field number for the "ce_uri" field.
Field Value
CeUriRefFieldNumber
Field number for the "ce_uri_ref" field.
Field Value
Properties
AttrCase
Property Value
CeBoolean
Property Value
CeBytes
Property Value
- Byte
String
CeInteger
Property Value
CeString
Property Value
CeTimestamp
Property Value
- Timestamp
CeUri
Property Value
CeUriRef
Property Value
Descriptor
Property Value
- Message
Descriptor
HasCeBoolean
Gets whether the "ce_boolean" field is set
Property Value
HasCeBytes
Gets whether the "ce_bytes" field is set
Property Value
HasCeInteger
Gets whether the "ce_integer" field is set
Property Value
HasCeString
Gets whether the "ce_string" field is set
Property Value
HasCeUri
Gets whether the "ce_uri" field is set
Property Value
HasCeUriRef
Gets whether the "ce_uri_ref" field is set
Property Value
Parser
Property Value
- Message
Parser <CloudEvent .Types.CloudEvent >Attribute Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
Returns
- int
The number of bytes required to write this message to a coded output stream.
ClearAttr()
ClearCeBoolean()
Clears the value of the oneof if it's currently set to "ce_boolean"
ClearCeBytes()
Clears the value of the oneof if it's currently set to "ce_bytes"
ClearCeInteger()
Clears the value of the oneof if it's currently set to "ce_integer"
ClearCeString()
Clears the value of the oneof if it's currently set to "ce_string"
ClearCeUri()
Clears the value of the oneof if it's currently set to "ce_uri"
ClearCeUriRef()
Clears the value of the oneof if it's currently set to "ce_uri_ref"
Clone()
Creates a deep clone of this object.
Returns
- Cloud
Event .Types.CloudEvent Attribute Value A deep clone of this object.
Equals(CloudEventAttributeValue)
Indicates whether the current object is equal to another object of the same type.
Parameters
other
CloudEvent .Types.CloudEvent Attribute Value An object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
Parameters
other
object
Returns
GetHashCode()
Serves as the default hash function.
Returns
- int
A hash code for the current object.
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
Parameters
input
CodedInput Stream
Remarks
See the user guide for precise merge semantics.
MergeFrom(CloudEventAttributeValue)
Merges the given message into this one.
Parameters
Remarks
See the user guide for precise merge semantics.
ToString()
Returns a string that represents the current object.
Returns
- string
A string that represents the current object.
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
Parameters
output
CodedOutput Stream Coded output stream to write the data to. Must not be null.