Interface GetVersionOperationMetadataSbomInfoOrBuilder (1.105.0)

public interface GetVersionOperationMetadataSbomInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsCurrentComponentVersions(String key)

public abstract boolean containsCurrentComponentVersions(String key)

A mapping of components to their currently-applied versions or other appropriate identifiers.

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)

A mapping of components to their target versions or other appropriate identifiers.

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()

A mapping of components to their currently-applied versions or other appropriate identifiers.

map<string, string> current_component_versions = 273325091;

Returns
Type Description
int

getCurrentComponentVersionsMap()

public abstract Map<String,String> getCurrentComponentVersionsMap()

A mapping of components to their currently-applied versions or other appropriate identifiers.

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)

A mapping of components to their currently-applied versions or other appropriate identifiers.

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)

A mapping of components to their currently-applied versions or other appropriate identifiers.

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()

A mapping of components to their target versions or other appropriate identifiers.

map<string, string> target_component_versions = 345997579;

Returns
Type Description
int

getTargetComponentVersionsMap()

public abstract Map<String,String> getTargetComponentVersionsMap()

A mapping of components to their target versions or other appropriate identifiers.

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)

A mapping of components to their target versions or other appropriate identifiers.

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)

A mapping of components to their target versions or other appropriate identifiers.

map<string, string> target_component_versions = 345997579;

Parameter
Name Description
key String
Returns
Type Description
String