Interface TransferTypes.AzureCredentialsOrBuilder (1.41.0)

public static interface TransferTypes.AzureCredentialsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSasToken()

public abstract String getSasToken()

Required. Azure shared access signature (SAS).

For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).

string sas_token = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The sasToken.

getSasTokenBytes()

public abstract ByteString getSasTokenBytes()

Required. Azure shared access signature (SAS).

For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).

string sas_token = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for sasToken.