| Package | Description |
|---|---|
| com.google.api.services.run.v2 | |
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudRun.Projects.Locations.WorkerPools.Create |
CloudRun.Projects.Locations.WorkerPools.create(String parent,
GoogleCloudRunV2WorkerPool content)
Creates a new WorkerPool in a given project and location.
|
CloudRun.Projects.Locations.WorkerPools.Patch |
CloudRun.Projects.Locations.WorkerPools.patch(String name,
GoogleCloudRunV2WorkerPool content)
Updates a WorkerPool.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudRunV2WorkerPool content)
Creates a new WorkerPool in a given project and location.
|
Patch(String name,
GoogleCloudRunV2WorkerPool content)
Updates a WorkerPool.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.clone() |
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.set(String fieldName,
Object value) |
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setAnnotations(Map<String,String> annotations)
Optional.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setBinaryAuthorization(GoogleCloudRunV2BinaryAuthorization binaryAuthorization)
Optional.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setClient(String client)
Arbitrary identifier for the API client.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setClientVersion(String clientVersion)
Arbitrary version identifier for the API client.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setCreateTime(String createTime)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setCreator(String creator)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setCustomAudiences(List<String> customAudiences)
Deprecated: Not supported, and ignored by Cloud Run.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setDeleteTime(String deleteTime)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setDescription(String description)
User-provided description of the WorkerPool.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setEtag(String etag)
Optional.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setExpireTime(String expireTime)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setGeneration(Long generation)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setInstanceSplits(List<GoogleCloudRunV2InstanceSplit> instanceSplits)
Optional.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setInstanceSplitStatuses(List<GoogleCloudRunV2InstanceSplitStatus> instanceSplitStatuses)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setLabels(Map<String,String> labels)
Optional.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setLastModifier(String lastModifier)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setLatestCreatedRevision(String latestCreatedRevision)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setLatestReadyRevision(String latestReadyRevision)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setLaunchStage(String launchStage)
Optional.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setName(String name)
The fully qualified name of this WorkerPool.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setObservedGeneration(Long observedGeneration)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setReconciling(Boolean reconciling)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setSatisfiesPzs(Boolean satisfiesPzs)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setScaling(GoogleCloudRunV2WorkerPoolScaling scaling)
Optional.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setTemplate(GoogleCloudRunV2WorkerPoolRevisionTemplate template)
Required.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setThreatDetectionEnabled(Boolean threatDetectionEnabled)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setUid(String uid)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2WorkerPool> |
GoogleCloudRunV2ListWorkerPoolsResponse.getWorkerPools()
The resulting list of WorkerPools.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2ListWorkerPoolsResponse |
GoogleCloudRunV2ListWorkerPoolsResponse.setWorkerPools(List<GoogleCloudRunV2WorkerPool> workerPools)
The resulting list of WorkerPools.
|
Copyright © 2011–2026 Google. All rights reserved.