| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.clone() |
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.set(String fieldName,
Object value) |
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setAnnotations(Map<String,String> annotations)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setClient(String client)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setClientVersion(String clientVersion)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setContainers(List<GoogleCloudRunV2Container> containers)
Holds the list which define the units of execution for this Revision.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setCreateTime(String createTime)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setCreator(String creator)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setDeleteTime(String deleteTime)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setEncryptionKey(String encryptionKey)
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setEncryptionKeyRevocationAction(String encryptionKeyRevocationAction)
The action to take if the encryption key is revoked.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setEncryptionKeyShutdownDuration(String encryptionKeyShutdownDuration)
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all
instances.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setEtag(String etag)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setExecutionEnvironment(String executionEnvironment)
The execution environment being used to host this Revision.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setExpireTime(String expireTime)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setGeneration(Long generation)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setGpuZonalRedundancyDisabled(Boolean gpuZonalRedundancyDisabled)
Optional.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setLabels(Map<String,String> labels)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setLaunchStage(String launchStage)
The least stable launch stage needed to create this resource, as defined by [Google Cloud
Platform Launch Stages](https://cloud.google.com/terms/launch-stages).
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setLogUri(String logUri)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setMaxInstanceRequestConcurrency(Integer maxInstanceRequestConcurrency)
Sets the maximum number of requests that each serving instance can receive.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setName(String name)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setNodeSelector(GoogleCloudRunV2NodeSelector nodeSelector)
The node selector for the revision.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setObservedGeneration(Long observedGeneration)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setReconciling(Boolean reconciling)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setSatisfiesPzs(Boolean satisfiesPzs)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setScaling(GoogleCloudRunV2RevisionScaling scaling)
Scaling settings for this revision.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setScalingStatus(GoogleCloudRunV2RevisionScalingStatus scalingStatus)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setService(String service)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setServiceAccount(String serviceAccount)
Email address of the IAM service account associated with the revision of the service.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setServiceMesh(GoogleCloudRunV2ServiceMesh serviceMesh)
Enables service mesh connectivity.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setSessionAffinity(Boolean sessionAffinity)
Enable session affinity.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setTimeout(String timeout)
Max allowed time for an instance to respond to a request.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setUid(String uid)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setUpdateTime(String updateTime)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setVolumes(List<GoogleCloudRunV2Volume> volumes)
A list of Volumes to make available to containers.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setVpcAccess(GoogleCloudRunV2VpcAccess vpcAccess)
VPC Access configuration for this Revision.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2Revision> |
GoogleCloudRunV2ListRevisionsResponse.getRevisions()
The resulting list of Revisions.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2ListRevisionsResponse |
GoogleCloudRunV2ListRevisionsResponse.setRevisions(List<GoogleCloudRunV2Revision> revisions)
The resulting list of Revisions.
|
Copyright © 2011–2026 Google. All rights reserved.