public final class S3CompatibleMetadata
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 |
|---|
S3CompatibleMetadata() |
| Modifier and Type | Method and Description |
|---|---|
S3CompatibleMetadata |
clone() |
String |
getAuthMethod()
Specifies the authentication and authorization method used by the storage service.
|
String |
getListApi()
The Listing API to use for discovering objects.
|
String |
getProtocol()
Specifies the network protocol of the agent.
|
String |
getRequestModel()
Specifies the API request model used to call the storage service.
|
S3CompatibleMetadata |
set(String fieldName,
Object value) |
S3CompatibleMetadata |
setAuthMethod(String authMethod)
Specifies the authentication and authorization method used by the storage service.
|
S3CompatibleMetadata |
setListApi(String listApi)
The Listing API to use for discovering objects.
|
S3CompatibleMetadata |
setProtocol(String protocol)
Specifies the network protocol of the agent.
|
S3CompatibleMetadata |
setRequestModel(String requestModel)
Specifies the API request model used to call the storage service.
|
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 String getAuthMethod()
null for nonepublic S3CompatibleMetadata setAuthMethod(String authMethod)
authMethod - authMethod or null for nonepublic String getListApi()
null for nonepublic S3CompatibleMetadata setListApi(String listApi)
listApi - listApi or null for nonepublic String getProtocol()
null for nonepublic S3CompatibleMetadata setProtocol(String protocol)
protocol - protocol or null for nonepublic String getRequestModel()
null for nonepublic S3CompatibleMetadata setRequestModel(String requestModel)
requestModel - requestModel or null for nonepublic S3CompatibleMetadata set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic S3CompatibleMetadata clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.