Interface GetVersionOperationMetadataSbomInfoOrBuilder (1.98.0)

public interface GetVersionOperationMetadataSbomInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsCurrentComponentVersions(String key)

public abstract boolean containsCurrentComponentVersions(String key)

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

map<string, string> current_component_versions = 273325091;

Parameter
Name Description
key String
Returns
Type Description
boolean

containsTargetComponentVersions(String key)

public abstract boolean containsTargetComponentVersions(String key)

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

map<string, string> target_component_versions = 345997579;

Parameter
Name Description
key String
Returns
Type Description
boolean

getCurrentComponentVersions() (deprecated)

public abstract Map<String,String> getCurrentComponentVersions()
Returns
Type Description
Map<String,String>

getCurrentComponentVersionsCount()

public abstract int getCurrentComponentVersionsCount()

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

map<string, string> current_component_versions = 273325091;

Returns
Type Description
int

getCurrentComponentVersionsMap()

public abstract Map<String,String> getCurrentComponentVersionsMap()

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

map<string, string> current_component_versions = 273325091;

Returns
Type Description
Map<String,String>

getCurrentComponentVersionsOrDefault(String key, String defaultValue)

public abstract String getCurrentComponentVersionsOrDefault(String key, String defaultValue)

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

map<string, string> current_component_versions = 273325091;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getCurrentComponentVersionsOrThrow(String key)

public abstract String getCurrentComponentVersionsOrThrow(String key)

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

map<string, string> current_component_versions = 273325091;

Parameter
Name Description
key String
Returns
Type Description
String

getTargetComponentVersions() (deprecated)

public abstract Map<String,String> getTargetComponentVersions()
Returns
Type Description
Map<String,String>

getTargetComponentVersionsCount()

public abstract int getTargetComponentVersionsCount()

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

map<string, string> target_component_versions = 345997579;

Returns
Type Description
int

getTargetComponentVersionsMap()

public abstract Map<String,String> getTargetComponentVersionsMap()

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

map<string, string> target_component_versions = 345997579;

Returns
Type Description
Map<String,String>

getTargetComponentVersionsOrDefault(String key, String defaultValue)

public abstract String getTargetComponentVersionsOrDefault(String key, String defaultValue)

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

map<string, string> target_component_versions = 345997579;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getTargetComponentVersionsOrThrow(String key)

public abstract String getTargetComponentVersionsOrThrow(String key)

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

map<string, string> target_component_versions = 345997579;

Parameter
Name Description
key String
Returns
Type Description
String