public sealed class GetVersionOperationMetadataSbomInfo : IMessage<GetVersionOperationMetadataSbomInfo>, IEquatable<GetVersionOperationMetadataSbomInfo>, IDeepCloneable<GetVersionOperationMetadataSbomInfo>, IBufferMessage, IMessageImplements
IMessageGetVersionOperationMetadataSbomInfo, IEquatableGetVersionOperationMetadataSbomInfo, IDeepCloneableGetVersionOperationMetadataSbomInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetVersionOperationMetadataSbomInfo()
public GetVersionOperationMetadataSbomInfo()GetVersionOperationMetadataSbomInfo(GetVersionOperationMetadataSbomInfo)
public GetVersionOperationMetadataSbomInfo(GetVersionOperationMetadataSbomInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
GetVersionOperationMetadataSbomInfo |
Properties
CurrentComponentVersions
public MapField<string, string> CurrentComponentVersions { get; }A mapping of components to their currently-applied versions or other appropriate identifiers.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
TargetComponentVersions
public MapField<string, string> TargetComponentVersions { get; }A mapping of components to their target versions or other appropriate identifiers.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|