public final class GoogleCloudApigeeV1ArchiveDeployment
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 Apigee 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 |
|---|
GoogleCloudApigeeV1ArchiveDeployment() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ArchiveDeployment |
clone() |
Long |
getCreatedAt()
Output only.
|
String |
getGcsUri()
Input only.
|
Map<String,String> |
getLabels()
User-supplied key-value pairs used to organize ArchiveDeployments.
|
String |
getName()
Name of the Archive Deployment in the following format:
`organizations/{org}/environments/{env}/archiveDeployments/{id}`.
|
String |
getOperation()
Output only.
|
Long |
getUpdatedAt()
Output only.
|
GoogleCloudApigeeV1ArchiveDeployment |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1ArchiveDeployment |
setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1ArchiveDeployment |
setGcsUri(String gcsUri)
Input only.
|
GoogleCloudApigeeV1ArchiveDeployment |
setLabels(Map<String,String> labels)
User-supplied key-value pairs used to organize ArchiveDeployments.
|
GoogleCloudApigeeV1ArchiveDeployment |
setName(String name)
Name of the Archive Deployment in the following format:
`organizations/{org}/environments/{env}/archiveDeployments/{id}`.
|
GoogleCloudApigeeV1ArchiveDeployment |
setOperation(String operation)
Output only.
|
GoogleCloudApigeeV1ArchiveDeployment |
setUpdatedAt(Long updatedAt)
Output only.
|
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 GoogleCloudApigeeV1ArchiveDeployment()
public Long getCreatedAt()
null for nonepublic GoogleCloudApigeeV1ArchiveDeployment setCreatedAt(Long createdAt)
createdAt - createdAt or null for nonepublic String getGcsUri()
null for nonepublic GoogleCloudApigeeV1ArchiveDeployment setGcsUri(String gcsUri)
gcsUri - gcsUri or null for nonepublic Map<String,String> getLabels()
null for nonepublic GoogleCloudApigeeV1ArchiveDeployment setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1ArchiveDeployment setName(String name)
name - name or null for nonepublic String getOperation()
null for nonepublic GoogleCloudApigeeV1ArchiveDeployment setOperation(String operation)
operation - operation or null for nonepublic Long getUpdatedAt()
null for nonepublic GoogleCloudApigeeV1ArchiveDeployment setUpdatedAt(Long updatedAt)
updatedAt - updatedAt or null for nonepublic GoogleCloudApigeeV1ArchiveDeployment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1ArchiveDeployment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.