public interface AcceleratorsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getGuestAcceleratorCount()
Number of accelerator cards exposed to the guest.
|
String |
getGuestAcceleratorType()
The accelerator type resource name, not a full URL, e.g.
|
com.google.protobuf.ByteString |
getGuestAcceleratorTypeBytes()
The accelerator type resource name, not a full URL, e.g.
|
boolean |
hasGuestAcceleratorCount()
Number of accelerator cards exposed to the guest.
|
boolean |
hasGuestAcceleratorType()
The accelerator type resource name, not a full URL, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGuestAcceleratorCount()
Number of accelerator cards exposed to the guest.
optional int32 guest_accelerator_count = 479079316;int getGuestAcceleratorCount()
Number of accelerator cards exposed to the guest.
optional int32 guest_accelerator_count = 479079316;boolean hasGuestAcceleratorType()
The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.
optional string guest_accelerator_type = 293064725;String getGuestAcceleratorType()
The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.
optional string guest_accelerator_type = 293064725;com.google.protobuf.ByteString getGuestAcceleratorTypeBytes()
The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.
optional string guest_accelerator_type = 293064725;Copyright © 2023 Google LLC. All rights reserved.