Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class UpdateLinkRequest.Types.AzureBlobLink

    Inheritance
    object
    UpdateLinkRequest.Types.AzureBlobLink
    Implements
    IMessage<UpdateLinkRequest.Types.AzureBlobLink>
    IEquatable<UpdateLinkRequest.Types.AzureBlobLink>
    IDeepCloneable<UpdateLinkRequest.Types.AzureBlobLink>
    IBufferMessage
    IMessage
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Protostellar.Admin.Analytics.V1
    Assembly: Couchbase.NetClient.dll
    Syntax
    public sealed class UpdateLinkRequest.Types.AzureBlobLink : IMessage<UpdateLinkRequest.Types.AzureBlobLink>, IEquatable<UpdateLinkRequest.Types.AzureBlobLink>, IDeepCloneable<UpdateLinkRequest.Types.AzureBlobLink>, IBufferMessage, IMessage

    Constructors

    | Edit this page View Source

    AzureBlobLink()

    Declaration
    public AzureBlobLink()
    | Edit this page View Source

    AzureBlobLink(AzureBlobLink)

    Declaration
    public AzureBlobLink(UpdateLinkRequest.Types.AzureBlobLink other)
    Parameters
    Type Name Description
    UpdateLinkRequest.Types.AzureBlobLink other

    Fields

    | Edit this page View Source

    AccountKeyFieldNumber

    Field number for the "account_key" field.

    Declaration
    public const int AccountKeyFieldNumber = 2
    Field Value
    Type Description
    int
    | Edit this page View Source

    AccountNameFieldNumber

    Field number for the "account_name" field.

    Declaration
    public const int AccountNameFieldNumber = 1
    Field Value
    Type Description
    int
    | Edit this page View Source

    ClientCertificatePasswordFieldNumber

    Field number for the "client_certificate_password" field.

    Declaration
    public const int ClientCertificatePasswordFieldNumber = 8
    Field Value
    Type Description
    int
    | Edit this page View Source

    ClientIdFieldNumber

    Field number for the "client_id" field.

    Declaration
    public const int ClientIdFieldNumber = 5
    Field Value
    Type Description
    int
    | Edit this page View Source

    ClientSecretFieldNumber

    Field number for the "client_secret" field.

    Declaration
    public const int ClientSecretFieldNumber = 7
    Field Value
    Type Description
    int
    | Edit this page View Source

    EndpointFieldNumber

    Field number for the "endpoint" field.

    Declaration
    public const int EndpointFieldNumber = 9
    Field Value
    Type Description
    int
    | Edit this page View Source

    ManagedIdentityIdFieldNumber

    Field number for the "managed_identity_id" field.

    Declaration
    public const int ManagedIdentityIdFieldNumber = 4
    Field Value
    Type Description
    int
    | Edit this page View Source

    SharedAccessSignatureFieldNumber

    Field number for the "shared_access_signature" field.

    Declaration
    public const int SharedAccessSignatureFieldNumber = 3
    Field Value
    Type Description
    int
    | Edit this page View Source

    TenantIdFieldNumber

    Field number for the "tenant_id" field.

    Declaration
    public const int TenantIdFieldNumber = 6
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    AccountKey

    Declaration
    public string AccountKey { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    AccountName

    Declaration
    public string AccountName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ClientCertificatePassword

    Declaration
    public string ClientCertificatePassword { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ClientId

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ClientSecret

    Declaration
    public string ClientSecret { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Descriptor

    Declaration
    public static MessageDescriptor Descriptor { get; }
    Property Value
    Type Description
    MessageDescriptor
    | Edit this page View Source

    Endpoint

    Declaration
    public string Endpoint { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    HasAccountKey

    Gets whether the "account_key" field is set

    Declaration
    public bool HasAccountKey { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasAccountName

    Gets whether the "account_name" field is set

    Declaration
    public bool HasAccountName { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasClientCertificatePassword

    Gets whether the "client_certificate_password" field is set

    Declaration
    public bool HasClientCertificatePassword { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasClientId

    Gets whether the "client_id" field is set

    Declaration
    public bool HasClientId { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasClientSecret

    Gets whether the "client_secret" field is set

    Declaration
    public bool HasClientSecret { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasEndpoint

    Gets whether the "endpoint" field is set

    Declaration
    public bool HasEndpoint { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasManagedIdentityId

    Gets whether the "managed_identity_id" field is set

    Declaration
    public bool HasManagedIdentityId { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasSharedAccessSignature

    Gets whether the "shared_access_signature" field is set

    Declaration
    public bool HasSharedAccessSignature { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    HasTenantId

    Gets whether the "tenant_id" field is set

    Declaration
    public bool HasTenantId { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ManagedIdentityId

    Declaration
    public string ManagedIdentityId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Parser

    Declaration
    public static MessageParser<UpdateLinkRequest.Types.AzureBlobLink> Parser { get; }
    Property Value
    Type Description
    MessageParser<UpdateLinkRequest.Types.AzureBlobLink>
    | Edit this page View Source

    SharedAccessSignature

    Declaration
    public string SharedAccessSignature { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TenantId

    Declaration
    public string TenantId { get; set; }
    Property Value
    Type Description
    string

    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

    ClearAccountKey()

    Clears the value of the "account_key" field

    Declaration
    public void ClearAccountKey()
    | Edit this page View Source

    ClearAccountName()

    Clears the value of the "account_name" field

    Declaration
    public void ClearAccountName()
    | Edit this page View Source

    ClearClientCertificatePassword()

    Clears the value of the "client_certificate_password" field

    Declaration
    public void ClearClientCertificatePassword()
    | Edit this page View Source

    ClearClientId()

    Clears the value of the "client_id" field

    Declaration
    public void ClearClientId()
    | Edit this page View Source

    ClearClientSecret()

    Clears the value of the "client_secret" field

    Declaration
    public void ClearClientSecret()
    | Edit this page View Source

    ClearEndpoint()

    Clears the value of the "endpoint" field

    Declaration
    public void ClearEndpoint()
    | Edit this page View Source

    ClearManagedIdentityId()

    Clears the value of the "managed_identity_id" field

    Declaration
    public void ClearManagedIdentityId()
    | Edit this page View Source

    ClearSharedAccessSignature()

    Clears the value of the "shared_access_signature" field

    Declaration
    public void ClearSharedAccessSignature()
    | Edit this page View Source

    ClearTenantId()

    Clears the value of the "tenant_id" field

    Declaration
    public void ClearTenantId()
    | Edit this page View Source

    Clone()

    Creates a deep clone of this object.

    Declaration
    public UpdateLinkRequest.Types.AzureBlobLink Clone()
    Returns
    Type Description
    UpdateLinkRequest.Types.AzureBlobLink

    A deep clone of this object.

    | Edit this page View Source

    Equals(AzureBlobLink)

    Declaration
    public bool Equals(UpdateLinkRequest.Types.AzureBlobLink other)
    Parameters
    Type Name Description
    UpdateLinkRequest.Types.AzureBlobLink other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    MergeFrom(AzureBlobLink)

    Merges the given message into this one.

    Declaration
    public void MergeFrom(UpdateLinkRequest.Types.AzureBlobLink other)
    Parameters
    Type Name Description
    UpdateLinkRequest.Types.AzureBlobLink other
    Remarks

    See the user guide for precise merge semantics.

    | Edit this page View Source

    MergeFrom(CodedInputStream)

    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
    Remarks

    See the user guide for precise merge semantics.

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    | 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>
    IEquatable<T>
    Google.Protobuf.IDeepCloneable<T>
    Google.Protobuf.IBufferMessage
    Google.Protobuf.IMessage
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.