Interface NvidiaAttestation.SinglePassthroughAttestationOrBuilder (0.71.0)

public static interface NvidiaAttestation.SinglePassthroughAttestationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGpuQuote()

public abstract NvidiaAttestation.GpuInfo getGpuQuote()

Optional. Single GPU quote.

.google.cloud.confidentialcomputing.v1.NvidiaAttestation.GpuInfo gpu_quote = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NvidiaAttestation.GpuInfo

The gpuQuote.

getGpuQuoteOrBuilder()

public abstract NvidiaAttestation.GpuInfoOrBuilder getGpuQuoteOrBuilder()

Optional. Single GPU quote.

.google.cloud.confidentialcomputing.v1.NvidiaAttestation.GpuInfo gpu_quote = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NvidiaAttestation.GpuInfoOrBuilder

hasGpuQuote()

public abstract boolean hasGpuQuote()

Optional. Single GPU quote.

.google.cloud.confidentialcomputing.v1.NvidiaAttestation.GpuInfo gpu_quote = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the gpuQuote field is set.