Class GetLinkResponse.Types.AzureBlobLink
Inheritance
GetLinkResponse.Types.AzureBlobLink
Implements
IBufferMessage
IMessage
Assembly: Couchbase.NetClient.dll
Syntax
public sealed class GetLinkResponse.Types.AzureBlobLink : IMessage<GetLinkResponse.Types.AzureBlobLink>, IEquatable<GetLinkResponse.Types.AzureBlobLink>, IDeepCloneable<GetLinkResponse.Types.AzureBlobLink>, IBufferMessage, IMessage
Constructors
|
Edit this page
View Source
AzureBlobLink()
Declaration
|
Edit this page
View Source
AzureBlobLink(AzureBlobLink)
Declaration
public AzureBlobLink(GetLinkResponse.Types.AzureBlobLink other)
Parameters
Fields
|
Edit this page
View Source
AccountNameFieldNumber
Field number for the "account_name" field.
Declaration
public const int AccountNameFieldNumber = 1
Field Value
|
Edit this page
View Source
ClientIdFieldNumber
Field number for the "client_id" field.
Declaration
public const int ClientIdFieldNumber = 2
Field Value
|
Edit this page
View Source
EndpointFieldNumber
Field number for the "endpoint" field.
Declaration
public const int EndpointFieldNumber = 3
Field Value
|
Edit this page
View Source
ManagedIdentityIdFieldNumber
Field number for the "managed_identity_id" field.
Declaration
public const int ManagedIdentityIdFieldNumber = 4
Field Value
|
Edit this page
View Source
TenantIdFieldNumber
Field number for the "tenant_id" field.
Declaration
public const int TenantIdFieldNumber = 5
Field Value
Properties
|
Edit this page
View Source
AccountName
Declaration
public string AccountName { get; set; }
Property Value
|
Edit this page
View Source
ClientId
client_certificate
client_certificate_password
Declaration
public string ClientId { 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
Endpoint
Declaration
public string Endpoint { get; set; }
Property Value
|
Edit this page
View Source
HasAccountName
Gets whether the "account_name" field is set
Declaration
public bool HasAccountName { get; }
Property Value
|
Edit this page
View Source
HasClientId
Gets whether the "client_id" field is set
Declaration
public bool HasClientId { get; }
Property Value
|
Edit this page
View Source
HasManagedIdentityId
Gets whether the "managed_identity_id" field is set
Declaration
public bool HasManagedIdentityId { get; }
Property Value
|
Edit this page
View Source
HasTenantId
Gets whether the "tenant_id" field is set
Declaration
public bool HasTenantId { get; }
Property Value
|
Edit this page
View Source
ManagedIdentityId
Declaration
public string ManagedIdentityId { get; set; }
Property Value
|
Edit this page
View Source
Parser
Declaration
public static MessageParser<GetLinkResponse.Types.AzureBlobLink> Parser { get; }
Property Value
|
Edit this page
View Source
TenantId
Declaration
public string TenantId { 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
ClearAccountName()
Clears the value of the "account_name" field
Declaration
public void ClearAccountName()
|
Edit this page
View Source
ClearClientId()
Clears the value of the "client_id" field
Declaration
public void ClearClientId()
|
Edit this page
View Source
ClearManagedIdentityId()
Clears the value of the "managed_identity_id" field
Declaration
public void ClearManagedIdentityId()
|
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 GetLinkResponse.Types.AzureBlobLink Clone()
Returns
|
Edit this page
View Source
Equals(AzureBlobLink)
Declaration
public bool Equals(GetLinkResponse.Types.AzureBlobLink 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(AzureBlobLink)
Merges the given message into this one.
Declaration
public void MergeFrom(GetLinkResponse.Types.AzureBlobLink 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