Interface TransferTypes.AzureCredentialsOrBuilder (1.0.4)

public static interface TransferTypes.AzureCredentialsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSasToken()

public abstract String getSasToken()

Required. Azure shared access signature (SAS). <aside class="note"> <strong>Note:</strong>Copying data from Azure Data Lake Storage (ADLS) Gen 2 is in Preview. During Preview, if you are copying data from ADLS Gen 2, you must use an account SAS. </aside> 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). <aside class="note"> <strong>Note:</strong>Copying data from Azure Data Lake Storage (ADLS) Gen 2 is in Preview. During Preview, if you are copying data from ADLS Gen 2, you must use an account SAS. </aside> 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.