Package-level declarations

Types

Link copied to clipboard
data class GetInstanceResult(val featurePolicy: GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyResponse, val location: String, val loggingEnabled: Boolean, val name: String, val state: String)
Link copied to clipboard
data class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfigResponse(val acceleratorCount: String, val acceleratorType: String)

AcceleratorConfig defines the accelerator cards to attach to the VM.

Autoscale defines the autoscaling policy of a worker pool.

Defines whether a feature can be used or what values are accepted.

data class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfigResponse(val accelerator: GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfigResponse, val diskSizeGb: String, val diskType: String, val labels: Map<String, String>, val machineType: String, val maxConcurrentActions: String, val minCpuPlatform: String, val networkAccess: String, val reserved: Boolean, val soleTenantNodeType: String, val vmImage: String)

Defines the configuration to be used for creating workers in the worker pool.