public static interface NvidiaAttestation.SinglePassthroughAttestationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |