public final class GetVersionOperationMetadataSbomInfo
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 Cloud Deployment Manager V2 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 |
|---|
GetVersionOperationMetadataSbomInfo() |
| Modifier and Type | Method and Description |
|---|---|
GetVersionOperationMetadataSbomInfo |
clone() |
Map<String,String> |
getCurrentComponentVersions()
SBOM versions currently applied to the resource.
|
Map<String,String> |
getTargetComponentVersions()
SBOM versions scheduled for the next maintenance.
|
GetVersionOperationMetadataSbomInfo |
set(String fieldName,
Object value) |
GetVersionOperationMetadataSbomInfo |
setCurrentComponentVersions(Map<String,String> currentComponentVersions)
SBOM versions currently applied to the resource.
|
GetVersionOperationMetadataSbomInfo |
setTargetComponentVersions(Map<String,String> targetComponentVersions)
SBOM versions scheduled for the next maintenance.
|
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 Map<String,String> getCurrentComponentVersions()
null for nonepublic GetVersionOperationMetadataSbomInfo setCurrentComponentVersions(Map<String,String> currentComponentVersions)
currentComponentVersions - currentComponentVersions or null for nonepublic Map<String,String> getTargetComponentVersions()
null for nonepublic GetVersionOperationMetadataSbomInfo setTargetComponentVersions(Map<String,String> targetComponentVersions)
targetComponentVersions - targetComponentVersions or null for nonepublic GetVersionOperationMetadataSbomInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GetVersionOperationMetadataSbomInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.