Class UpdateLinkRequest.Types.CouchbaseLink
Inheritance
UpdateLinkRequest.Types.CouchbaseLink
Implements
IBufferMessage
IMessage
Assembly: Couchbase.NetClient.dll
Syntax
public sealed class UpdateLinkRequest.Types.CouchbaseLink : IMessage<UpdateLinkRequest.Types.CouchbaseLink>, IEquatable<UpdateLinkRequest.Types.CouchbaseLink>, IDeepCloneable<UpdateLinkRequest.Types.CouchbaseLink>, IBufferMessage, IMessage
Constructors
|
Edit this page
View Source
CouchbaseLink()
Declaration
|
Edit this page
View Source
CouchbaseLink(CouchbaseLink)
Declaration
public CouchbaseLink(UpdateLinkRequest.Types.CouchbaseLink other)
Parameters
Fields
|
Edit this page
View Source
CertificateFieldNumber
Field number for the "certificate" field.
Declaration
public const int CertificateFieldNumber = 5
Field Value
|
Edit this page
View Source
ClientCertificateFieldNumber
Field number for the "client_certificate" field.
Declaration
public const int ClientCertificateFieldNumber = 6
Field Value
|
Edit this page
View Source
ClientKeyFieldNumber
Field number for the "client_key" field.
Declaration
public const int ClientKeyFieldNumber = 7
Field Value
|
Edit this page
View Source
EncryptionModeFieldNumber
Field number for the "encryption_mode" field.
Declaration
public const int EncryptionModeFieldNumber = 2
Field Value
|
Edit this page
View Source
HostnameFieldNumber
Field number for the "hostname" field.
Declaration
public const int HostnameFieldNumber = 1
Field Value
|
Edit this page
View Source
PasswordFieldNumber
Field number for the "password" field.
Declaration
public const int PasswordFieldNumber = 4
Field Value
|
Edit this page
View Source
UsernameFieldNumber
Field number for the "username" field.
Declaration
public const int UsernameFieldNumber = 3
Field Value
Properties
|
Edit this page
View Source
Certificate
Declaration
public string Certificate { get; set; }
Property Value
|
Edit this page
View Source
ClientCertificate
Declaration
public string ClientCertificate { get; set; }
Property Value
|
Edit this page
View Source
ClientKey
Declaration
public string ClientKey { get; set; }
Property Value
|
Edit this page
View Source
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
| Type |
Description |
| MessageDescriptor |
|
|
Edit this page
View Source
EncryptionMode
Declaration
public CouchbaseEncryptionMode EncryptionMode { get; set; }
Property Value
|
Edit this page
View Source
HasCertificate
Gets whether the "certificate" field is set
Declaration
public bool HasCertificate { get; }
Property Value
|
Edit this page
View Source
HasClientCertificate
Gets whether the "client_certificate" field is set
Declaration
public bool HasClientCertificate { get; }
Property Value
|
Edit this page
View Source
HasClientKey
Gets whether the "client_key" field is set
Declaration
public bool HasClientKey { get; }
Property Value
|
Edit this page
View Source
HasPassword
Gets whether the "password" field is set
Declaration
public bool HasPassword { get; }
Property Value
|
Edit this page
View Source
HasUsername
Gets whether the "username" field is set
Declaration
public bool HasUsername { get; }
Property Value
|
Edit this page
View Source
Hostname
Declaration
public string Hostname { get; set; }
Property Value
|
Edit this page
View Source
Parser
Declaration
public static MessageParser<UpdateLinkRequest.Types.CouchbaseLink> Parser { get; }
Property Value
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Methods
|
Edit this page
View Source
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
Declaration
public int CalculateSize()
Returns
| Type |
Description |
| int |
The number of bytes required to write this message
to a coded output stream.
|
|
Edit this page
View Source
ClearCertificate()
Clears the value of the "certificate" field
Declaration
public void ClearCertificate()
|
Edit this page
View Source
ClearClientCertificate()
Clears the value of the "client_certificate" field
Declaration
public void ClearClientCertificate()
|
Edit this page
View Source
ClearClientKey()
Clears the value of the "client_key" field
Declaration
public void ClearClientKey()
|
Edit this page
View Source
ClearPassword()
Clears the value of the "password" field
Declaration
public void ClearPassword()
|
Edit this page
View Source
ClearUsername()
Clears the value of the "username" field
Declaration
public void ClearUsername()
|
Edit this page
View Source
Clone()
Creates a deep clone of this object.
Declaration
public UpdateLinkRequest.Types.CouchbaseLink Clone()
Returns
|
Edit this page
View Source
Equals(CouchbaseLink)
Declaration
public bool Equals(UpdateLinkRequest.Types.CouchbaseLink other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object other)
Parameters
| Type |
Name |
Description |
| object |
other |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
MergeFrom(CouchbaseLink)
Merges the given message into this one.
Declaration
public void MergeFrom(UpdateLinkRequest.Types.CouchbaseLink other)
Parameters
|
Edit this page
View Source
Merges the data from the specified coded input stream with the current message.
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
| Type |
Name |
Description |
| CodedInputStream |
input |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Edit this page
View Source
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
| Type |
Name |
Description |
| CodedOutputStream |
output |
Coded output stream to write the data to. Must not be null.
|
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IDeepCloneable<T>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage