Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::GetVersionOperationMetadataSbomInfo (v3.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GetVersionOperationMetadataSbomInfo.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#current_component_versions

def current_component_versions() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — SBOM versions currently applied to the resource. The key is the component name and the value is the version.

#current_component_versions=

def current_component_versions=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — SBOM versions currently applied to the resource. The key is the component name and the value is the version.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — SBOM versions currently applied to the resource. The key is the component name and the value is the version.

#target_component_versions

def target_component_versions() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

#target_component_versions=

def target_component_versions=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.