public sealed class HostsGetVersionRequest : IMessage<HostsGetVersionRequest>, IEquatable<HostsGetVersionRequest>, IDeepCloneable<HostsGetVersionRequest>, IBufferMessage, IMessageImplements
IMessageHostsGetVersionRequest, IEquatableHostsGetVersionRequest, IDeepCloneableHostsGetVersionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HostsGetVersionRequest()
public HostsGetVersionRequest()HostsGetVersionRequest(HostsGetVersionRequest)
public HostsGetVersionRequest(HostsGetVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
HostsGetVersionRequest |
Properties
SbomSelections
public RepeatedField<string> SbomSelections { get; }The SBOM selection to return. Duplicate values in the list will be ignored. Check the SbomSelections enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|