public interface DriverSchedulingConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMemoryMb()
Required.
|
int |
getVcores()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMemoryMb()
Required. The amount of memory in MB the driver is requesting.
int32 memory_mb = 1 [(.google.api.field_behavior) = REQUIRED];int getVcores()
Required. The number of vCPUs the driver is requesting.
int32 vcores = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.