public final class AzureBlobStorageData
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Storage Transfer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AzureBlobStorageData() |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobStorageData |
clone() |
AzureCredentials |
getAzureCredentials()
Required.
|
String |
getContainer()
Required.
|
String |
getCredentialsSecret()
Optional.
|
String |
getPath()
Root path to transfer objects.
|
String |
getStorageAccount()
Required.
|
AzureBlobStorageData |
set(String fieldName,
Object value) |
AzureBlobStorageData |
setAzureCredentials(AzureCredentials azureCredentials)
Required.
|
AzureBlobStorageData |
setContainer(String container)
Required.
|
AzureBlobStorageData |
setCredentialsSecret(String credentialsSecret)
Optional.
|
AzureBlobStorageData |
setPath(String path)
Root path to transfer objects.
|
AzureBlobStorageData |
setStorageAccount(String storageAccount)
Required.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AzureCredentials getAzureCredentials()
null for nonepublic AzureBlobStorageData setAzureCredentials(AzureCredentials azureCredentials)
azureCredentials - azureCredentials or null for nonepublic String getContainer()
null for nonepublic AzureBlobStorageData setContainer(String container)
container - container or null for nonepublic String getCredentialsSecret()
null for nonepublic AzureBlobStorageData setCredentialsSecret(String credentialsSecret)
credentialsSecret - credentialsSecret or null for nonepublic String getPath()
null for nonepublic AzureBlobStorageData setPath(String path)
path - path or null for nonepublic String getStorageAccount()
null for nonepublic AzureBlobStorageData setStorageAccount(String storageAccount)
storageAccount - storageAccount or null for nonepublic AzureBlobStorageData set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AzureBlobStorageData clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.