public static final class Revision.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder> implements RevisionOrBuilder
A Revision is an immutable snapshot of code and configuration. A Revision references a container image. Revisions are only created by updates to its parent Service.Protobuf type
google.cloud.run.v2.Revision| Modifier and Type | Method and Description |
|---|---|
Revision.Builder |
addAllConditions(Iterable<? extends Condition> values)
Output only.
|
Revision.Builder |
addAllContainers(Iterable<? extends Container> values)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
addAllVolumes(Iterable<? extends Volume> values)
A list of Volumes to make available to containers.
|
Revision.Builder |
addConditions(Condition.Builder builderForValue)
Output only.
|
Revision.Builder |
addConditions(Condition value)
Output only.
|
Revision.Builder |
addConditions(int index,
Condition.Builder builderForValue)
Output only.
|
Revision.Builder |
addConditions(int index,
Condition value)
Output only.
|
Condition.Builder |
addConditionsBuilder()
Output only.
|
Condition.Builder |
addConditionsBuilder(int index)
Output only.
|
Revision.Builder |
addContainers(Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
addContainers(Container value)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
addContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
addContainers(int index,
Container value)
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
addContainersBuilder()
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
addContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Revision.Builder |
addVolumes(int index,
Volume.Builder builderForValue)
A list of Volumes to make available to containers.
|
Revision.Builder |
addVolumes(int index,
Volume value)
A list of Volumes to make available to containers.
|
Revision.Builder |
addVolumes(Volume.Builder builderForValue)
A list of Volumes to make available to containers.
|
Revision.Builder |
addVolumes(Volume value)
A list of Volumes to make available to containers.
|
Volume.Builder |
addVolumesBuilder()
A list of Volumes to make available to containers.
|
Volume.Builder |
addVolumesBuilder(int index)
A list of Volumes to make available to containers.
|
Revision |
build() |
Revision |
buildPartial() |
Revision.Builder |
clear() |
Revision.Builder |
clearAnnotations() |
Revision.Builder |
clearConditions()
Output only.
|
Revision.Builder |
clearContainers()
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
clearCreateTime()
Output only.
|
Revision.Builder |
clearCreator()
Output only.
|
Revision.Builder |
clearDeleteTime()
Output only.
|
Revision.Builder |
clearEncryptionKey()
A reference to a customer managed encryption key (CMEK) to use to encrypt
this container image.
|
Revision.Builder |
clearEncryptionKeyRevocationAction()
The action to take if the encryption key is revoked.
|
Revision.Builder |
clearEncryptionKeyShutdownDuration()
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
Revision.Builder |
clearEtag()
Output only.
|
Revision.Builder |
clearExecutionEnvironment()
The execution environment being used to host this Revision.
|
Revision.Builder |
clearExpireTime()
Output only.
|
Revision.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Revision.Builder |
clearGeneration()
Output only.
|
Revision.Builder |
clearGpuZonalRedundancyDisabled()
Optional.
|
Revision.Builder |
clearLabels() |
Revision.Builder |
clearLaunchStage()
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).
|
Revision.Builder |
clearLogUri()
Output only.
|
Revision.Builder |
clearMaxInstanceRequestConcurrency()
Sets the maximum number of requests that each serving instance can receive.
|
Revision.Builder |
clearName()
Output only.
|
Revision.Builder |
clearNodeSelector()
The node selector for the revision.
|
Revision.Builder |
clearObservedGeneration()
Output only.
|
Revision.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Revision.Builder |
clearReconciling()
Output only.
|
Revision.Builder |
clearSatisfiesPzs()
Output only.
|
Revision.Builder |
clearScaling()
Scaling settings for this revision.
|
Revision.Builder |
clearScalingStatus()
Output only.
|
Revision.Builder |
clearService()
Output only.
|
Revision.Builder |
clearServiceAccount()
Email address of the IAM service account associated with the revision of
the service.
|
Revision.Builder |
clearServiceMesh()
Enables service mesh connectivity.
|
Revision.Builder |
clearSessionAffinity()
Enable session affinity.
|
Revision.Builder |
clearTimeout()
Max allowed time for an instance to respond to a request.
|
Revision.Builder |
clearUid()
Output only.
|
Revision.Builder |
clearUpdateTime()
Output only.
|
Revision.Builder |
clearVolumes()
A list of Volumes to make available to containers.
|
Revision.Builder |
clearVpcAccess()
VPC Access configuration for this Revision.
|
Revision.Builder |
clone() |
boolean |
containsAnnotations(String key)
Output only.
|
boolean |
containsLabels(String key)
Output only.
|
Map<String,String> |
getAnnotations()
Deprecated.
|
int |
getAnnotationsCount()
Output only.
|
Map<String,String> |
getAnnotationsMap()
Output only.
|
String |
getAnnotationsOrDefault(String key,
String defaultValue)
Output only.
|
String |
getAnnotationsOrThrow(String key)
Output only.
|
Condition |
getConditions(int index)
Output only.
|
Condition.Builder |
getConditionsBuilder(int index)
Output only.
|
List<Condition.Builder> |
getConditionsBuilderList()
Output only.
|
int |
getConditionsCount()
Output only.
|
List<Condition> |
getConditionsList()
Output only.
|
ConditionOrBuilder |
getConditionsOrBuilder(int index)
Output only.
|
List<? extends ConditionOrBuilder> |
getConditionsOrBuilderList()
Output only.
|
Container |
getContainers(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
getContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
List<Container.Builder> |
getContainersBuilderList()
Holds the single container that defines the unit of execution for this
Revision.
|
int |
getContainersCount()
Holds the single container that defines the unit of execution for this
Revision.
|
List<Container> |
getContainersList()
Holds the single container that defines the unit of execution for this
Revision.
|
ContainerOrBuilder |
getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
List<? extends ContainerOrBuilder> |
getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this
Revision.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getCreator()
Output only.
|
com.google.protobuf.ByteString |
getCreatorBytes()
Output only.
|
Revision |
getDefaultInstanceForType() |
com.google.protobuf.Timestamp |
getDeleteTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getDeleteTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getDeleteTimeOrBuilder()
Output only.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEncryptionKey()
A reference to a customer managed encryption key (CMEK) to use to encrypt
this container image.
|
com.google.protobuf.ByteString |
getEncryptionKeyBytes()
A reference to a customer managed encryption key (CMEK) to use to encrypt
this container image.
|
EncryptionKeyRevocationAction |
getEncryptionKeyRevocationAction()
The action to take if the encryption key is revoked.
|
int |
getEncryptionKeyRevocationActionValue()
The action to take if the encryption key is revoked.
|
com.google.protobuf.Duration |
getEncryptionKeyShutdownDuration()
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
com.google.protobuf.Duration.Builder |
getEncryptionKeyShutdownDurationBuilder()
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
com.google.protobuf.DurationOrBuilder |
getEncryptionKeyShutdownDurationOrBuilder()
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
String |
getEtag()
Output only.
|
com.google.protobuf.ByteString |
getEtagBytes()
Output only.
|
ExecutionEnvironment |
getExecutionEnvironment()
The execution environment being used to host this Revision.
|
int |
getExecutionEnvironmentValue()
The execution environment being used to host this Revision.
|
com.google.protobuf.Timestamp |
getExpireTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getExpireTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getExpireTimeOrBuilder()
Output only.
|
long |
getGeneration()
Output only.
|
boolean |
getGpuZonalRedundancyDisabled()
Optional.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Output only.
|
Map<String,String> |
getLabelsMap()
Output only.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Output only.
|
String |
getLabelsOrThrow(String key)
Output only.
|
com.google.api.LaunchStage |
getLaunchStage()
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).
|
int |
getLaunchStageValue()
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).
|
String |
getLogUri()
Output only.
|
com.google.protobuf.ByteString |
getLogUriBytes()
Output only.
|
int |
getMaxInstanceRequestConcurrency()
Sets the maximum number of requests that each serving instance can receive.
|
Map<String,String> |
getMutableAnnotations()
Deprecated.
|
Map<String,String> |
getMutableLabels()
Deprecated.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
NodeSelector |
getNodeSelector()
The node selector for the revision.
|
NodeSelector.Builder |
getNodeSelectorBuilder()
The node selector for the revision.
|
NodeSelectorOrBuilder |
getNodeSelectorOrBuilder()
The node selector for the revision.
|
long |
getObservedGeneration()
Output only.
|
boolean |
getReconciling()
Output only.
|
boolean |
getSatisfiesPzs()
Output only.
|
RevisionScaling |
getScaling()
Scaling settings for this revision.
|
RevisionScaling.Builder |
getScalingBuilder()
Scaling settings for this revision.
|
RevisionScalingOrBuilder |
getScalingOrBuilder()
Scaling settings for this revision.
|
RevisionScalingStatus |
getScalingStatus()
Output only.
|
RevisionScalingStatus.Builder |
getScalingStatusBuilder()
Output only.
|
RevisionScalingStatusOrBuilder |
getScalingStatusOrBuilder()
Output only.
|
String |
getService()
Output only.
|
String |
getServiceAccount()
Email address of the IAM service account associated with the revision of
the service.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Email address of the IAM service account associated with the revision of
the service.
|
com.google.protobuf.ByteString |
getServiceBytes()
Output only.
|
ServiceMesh |
getServiceMesh()
Enables service mesh connectivity.
|
ServiceMesh.Builder |
getServiceMeshBuilder()
Enables service mesh connectivity.
|
ServiceMeshOrBuilder |
getServiceMeshOrBuilder()
Enables service mesh connectivity.
|
boolean |
getSessionAffinity()
Enable session affinity.
|
com.google.protobuf.Duration |
getTimeout()
Max allowed time for an instance to respond to a request.
|
com.google.protobuf.Duration.Builder |
getTimeoutBuilder()
Max allowed time for an instance to respond to a request.
|
com.google.protobuf.DurationOrBuilder |
getTimeoutOrBuilder()
Max allowed time for an instance to respond to a request.
|
String |
getUid()
Output only.
|
com.google.protobuf.ByteString |
getUidBytes()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
Volume |
getVolumes(int index)
A list of Volumes to make available to containers.
|
Volume.Builder |
getVolumesBuilder(int index)
A list of Volumes to make available to containers.
|
List<Volume.Builder> |
getVolumesBuilderList()
A list of Volumes to make available to containers.
|
int |
getVolumesCount()
A list of Volumes to make available to containers.
|
List<Volume> |
getVolumesList()
A list of Volumes to make available to containers.
|
VolumeOrBuilder |
getVolumesOrBuilder(int index)
A list of Volumes to make available to containers.
|
List<? extends VolumeOrBuilder> |
getVolumesOrBuilderList()
A list of Volumes to make available to containers.
|
VpcAccess |
getVpcAccess()
VPC Access configuration for this Revision.
|
VpcAccess.Builder |
getVpcAccessBuilder()
VPC Access configuration for this Revision.
|
VpcAccessOrBuilder |
getVpcAccessOrBuilder()
VPC Access configuration for this Revision.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDeleteTime()
Output only.
|
boolean |
hasEncryptionKeyShutdownDuration()
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
boolean |
hasExpireTime()
Output only.
|
boolean |
hasGpuZonalRedundancyDisabled()
Optional.
|
boolean |
hasNodeSelector()
The node selector for the revision.
|
boolean |
hasScaling()
Scaling settings for this revision.
|
boolean |
hasScalingStatus()
Output only.
|
boolean |
hasServiceMesh()
Enables service mesh connectivity.
|
boolean |
hasTimeout()
Max allowed time for an instance to respond to a request.
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasVpcAccess()
VPC Access configuration for this Revision.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
Revision.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
mergeDeleteTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
mergeEncryptionKeyShutdownDuration(com.google.protobuf.Duration value)
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
Revision.Builder |
mergeExpireTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Revision.Builder |
mergeFrom(com.google.protobuf.Message other) |
Revision.Builder |
mergeFrom(Revision other) |
Revision.Builder |
mergeNodeSelector(NodeSelector value)
The node selector for the revision.
|
Revision.Builder |
mergeScaling(RevisionScaling value)
Scaling settings for this revision.
|
Revision.Builder |
mergeScalingStatus(RevisionScalingStatus value)
Output only.
|
Revision.Builder |
mergeServiceMesh(ServiceMesh value)
Enables service mesh connectivity.
|
Revision.Builder |
mergeTimeout(com.google.protobuf.Duration value)
Max allowed time for an instance to respond to a request.
|
Revision.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Revision.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
mergeVpcAccess(VpcAccess value)
VPC Access configuration for this Revision.
|
Revision.Builder |
putAllAnnotations(Map<String,String> values)
Output only.
|
Revision.Builder |
putAllLabels(Map<String,String> values)
Output only.
|
Revision.Builder |
putAnnotations(String key,
String value)
Output only.
|
Revision.Builder |
putLabels(String key,
String value)
Output only.
|
Revision.Builder |
removeAnnotations(String key)
Output only.
|
Revision.Builder |
removeConditions(int index)
Output only.
|
Revision.Builder |
removeContainers(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
removeLabels(String key)
Output only.
|
Revision.Builder |
removeVolumes(int index)
A list of Volumes to make available to containers.
|
Revision.Builder |
setConditions(int index,
Condition.Builder builderForValue)
Output only.
|
Revision.Builder |
setConditions(int index,
Condition value)
Output only.
|
Revision.Builder |
setContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
setContainers(int index,
Container value)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Revision.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
setCreator(String value)
Output only.
|
Revision.Builder |
setCreatorBytes(com.google.protobuf.ByteString value)
Output only.
|
Revision.Builder |
setDeleteTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Revision.Builder |
setDeleteTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
setEncryptionKey(String value)
A reference to a customer managed encryption key (CMEK) to use to encrypt
this container image.
|
Revision.Builder |
setEncryptionKeyBytes(com.google.protobuf.ByteString value)
A reference to a customer managed encryption key (CMEK) to use to encrypt
this container image.
|
Revision.Builder |
setEncryptionKeyRevocationAction(EncryptionKeyRevocationAction value)
The action to take if the encryption key is revoked.
|
Revision.Builder |
setEncryptionKeyRevocationActionValue(int value)
The action to take if the encryption key is revoked.
|
Revision.Builder |
setEncryptionKeyShutdownDuration(com.google.protobuf.Duration.Builder builderForValue)
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
Revision.Builder |
setEncryptionKeyShutdownDuration(com.google.protobuf.Duration value)
If encryption_key_revocation_action is SHUTDOWN, the duration before
shutting down all instances.
|
Revision.Builder |
setEtag(String value)
Output only.
|
Revision.Builder |
setEtagBytes(com.google.protobuf.ByteString value)
Output only.
|
Revision.Builder |
setExecutionEnvironment(ExecutionEnvironment value)
The execution environment being used to host this Revision.
|
Revision.Builder |
setExecutionEnvironmentValue(int value)
The execution environment being used to host this Revision.
|
Revision.Builder |
setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Revision.Builder |
setExpireTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Revision.Builder |
setGeneration(long value)
Output only.
|
Revision.Builder |
setGpuZonalRedundancyDisabled(boolean value)
Optional.
|
Revision.Builder |
setLaunchStage(com.google.api.LaunchStage value)
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).
|
Revision.Builder |
setLaunchStageValue(int value)
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).
|
Revision.Builder |
setLogUri(String value)
Output only.
|
Revision.Builder |
setLogUriBytes(com.google.protobuf.ByteString value)
Output only.
|
Revision.Builder |
setMaxInstanceRequestConcurrency(int value)
Sets the maximum number of requests that each serving instance can receive.
|
Revision.Builder |
setName(String value)
Output only.
|
Revision.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
Revision.Builder |
setNodeSelector(NodeSelector.Builder builderForValue)
The node selector for the revision.
|
Revision.Builder |
setNodeSelector(NodeSelector value)
The node selector for the revision.
|
Revision.Builder |
setObservedGeneration(long value)
Output only.
|
Revision.Builder |
setReconciling(boolean value)
Output only.
|
Revision.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Revision.Builder |
setSatisfiesPzs(boolean value)
Output only.
|
Revision.Builder |
setScaling(RevisionScaling.Builder builderForValue)
Scaling settings for this revision.
|
Revision.Builder |
setScaling(RevisionScaling value)
Scaling settings for this revision.
|
Revision.Builder |
setScalingStatus(RevisionScalingStatus.Builder builderForValue)
Output only.
|
Revision.Builder |
setScalingStatus(RevisionScalingStatus value)
Output only.
|
Revision.Builder |
setService(String value)
Output only.
|
Revision.Builder |
setServiceAccount(String value)
Email address of the IAM service account associated with the revision of
the service.
|
Revision.Builder |
setServiceAccountBytes(com.google.protobuf.ByteString value)
Email address of the IAM service account associated with the revision of
the service.
|
Revision.Builder |
setServiceBytes(com.google.protobuf.ByteString value)
Output only.
|
Revision.Builder |
setServiceMesh(ServiceMesh.Builder builderForValue)
Enables service mesh connectivity.
|
Revision.Builder |
setServiceMesh(ServiceMesh value)
Enables service mesh connectivity.
|
Revision.Builder |
setSessionAffinity(boolean value)
Enable session affinity.
|
Revision.Builder |
setTimeout(com.google.protobuf.Duration.Builder builderForValue)
Max allowed time for an instance to respond to a request.
|
Revision.Builder |
setTimeout(com.google.protobuf.Duration value)
Max allowed time for an instance to respond to a request.
|
Revision.Builder |
setUid(String value)
Output only.
|
Revision.Builder |
setUidBytes(com.google.protobuf.ByteString value)
Output only.
|
Revision.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Revision.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Revision.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Revision.Builder |
setVolumes(int index,
Volume.Builder builderForValue)
A list of Volumes to make available to containers.
|
Revision.Builder |
setVolumes(int index,
Volume value)
A list of Volumes to make available to containers.
|
Revision.Builder |
setVpcAccess(VpcAccess.Builder builderForValue)
VPC Access configuration for this Revision.
|
Revision.Builder |
setVpcAccess(VpcAccess value)
VPC Access configuration for this Revision.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Revision build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Revision buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Revision.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Revision.Builder>public Revision.Builder mergeFrom(Revision other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public Revision.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Revision.Builder>IOExceptionpublic String getName()
Output only. The unique name of this Revision.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The unique name of this Revision.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface RevisionOrBuilderpublic Revision.Builder setName(String value)
Output only. The unique name of this Revision.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The name to set.public Revision.Builder clearName()
Output only. The unique name of this Revision.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public Revision.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The unique name of this Revision.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for name to set.public String getUid()
Output only. Server assigned unique identifier for the Revision. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getUid in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getUidBytes()
Output only. Server assigned unique identifier for the Revision. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getUidBytes in interface RevisionOrBuilderpublic Revision.Builder setUid(String value)
Output only. Server assigned unique identifier for the Revision. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The uid to set.public Revision.Builder clearUid()
Output only. Server assigned unique identifier for the Revision. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];public Revision.Builder setUidBytes(com.google.protobuf.ByteString value)
Output only. Server assigned unique identifier for the Revision. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for uid to set.public long getGeneration()
Output only. A number that monotonically increases every time the user modifies the desired state.
int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getGeneration in interface RevisionOrBuilderpublic Revision.Builder setGeneration(long value)
Output only. A number that monotonically increases every time the user modifies the desired state.
int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The generation to set.public Revision.Builder clearGeneration()
Output only. A number that monotonically increases every time the user modifies the desired state.
int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];public int getLabelsCount()
RevisionOrBuilderOutput only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getLabelsCount in interface RevisionOrBuilderpublic boolean containsLabels(String key)
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
containsLabels in interface RevisionOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface RevisionOrBuilderpublic Map<String,String> getLabelsMap()
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLabelsMap in interface RevisionOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLabelsOrDefault in interface RevisionOrBuilderpublic String getLabelsOrThrow(String key)
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLabelsOrThrow in interface RevisionOrBuilderpublic Revision.Builder clearLabels()
public Revision.Builder removeLabels(String key)
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated public Map<String,String> getMutableLabels()
public Revision.Builder putLabels(String key, String value)
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder putAllLabels(Map<String,String> values)
Output only. Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getAnnotationsCount()
RevisionOrBuilderOutput only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAnnotationsCount in interface RevisionOrBuilderpublic boolean containsAnnotations(String key)
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
containsAnnotations in interface RevisionOrBuilder@Deprecated public Map<String,String> getAnnotations()
getAnnotationsMap() instead.getAnnotations in interface RevisionOrBuilderpublic Map<String,String> getAnnotationsMap()
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAnnotationsMap in interface RevisionOrBuilderpublic String getAnnotationsOrDefault(String key, String defaultValue)
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAnnotationsOrDefault in interface RevisionOrBuilderpublic String getAnnotationsOrThrow(String key)
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAnnotationsOrThrow in interface RevisionOrBuilderpublic Revision.Builder clearAnnotations()
public Revision.Builder removeAnnotations(String key)
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated public Map<String,String> getMutableAnnotations()
public Revision.Builder putAnnotations(String key, String value)
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder putAllAnnotations(Map<String,String> values)
Output only. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public boolean hasCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface RevisionOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface RevisionOrBuilderpublic Revision.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder clearCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface RevisionOrBuilderpublic boolean hasUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface RevisionOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface RevisionOrBuilderpublic Revision.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder clearUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface RevisionOrBuilderpublic boolean hasDeleteTime()
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasDeleteTime in interface RevisionOrBuilderpublic com.google.protobuf.Timestamp getDeleteTime()
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeleteTime in interface RevisionOrBuilderpublic Revision.Builder setDeleteTime(com.google.protobuf.Timestamp value)
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder setDeleteTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder mergeDeleteTime(com.google.protobuf.Timestamp value)
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder clearDeleteTime()
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getDeleteTimeBuilder()
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder()
Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeleteTimeOrBuilder in interface RevisionOrBuilderpublic boolean hasExpireTime()
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasExpireTime in interface RevisionOrBuilderpublic com.google.protobuf.Timestamp getExpireTime()
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExpireTime in interface RevisionOrBuilderpublic Revision.Builder setExpireTime(com.google.protobuf.Timestamp value)
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder mergeExpireTime(com.google.protobuf.Timestamp value)
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder clearExpireTime()
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder()
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
.google.protobuf.Timestamp expire_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExpireTimeOrBuilder in interface RevisionOrBuilderpublic int getLaunchStageValue()
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). Cloud Run supports `ALPHA`, `BETA`, and `GA`. Note that this value might not be what was used as input. For example, if ALPHA was provided as input in the parent resource, but only BETA and GA-level features are were, this field will be BETA.
.google.api.LaunchStage launch_stage = 10;getLaunchStageValue in interface RevisionOrBuilderpublic Revision.Builder setLaunchStageValue(int value)
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). Cloud Run supports `ALPHA`, `BETA`, and `GA`. Note that this value might not be what was used as input. For example, if ALPHA was provided as input in the parent resource, but only BETA and GA-level features are were, this field will be BETA.
.google.api.LaunchStage launch_stage = 10;value - The enum numeric value on the wire for launchStage to set.public com.google.api.LaunchStage getLaunchStage()
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). Cloud Run supports `ALPHA`, `BETA`, and `GA`. Note that this value might not be what was used as input. For example, if ALPHA was provided as input in the parent resource, but only BETA and GA-level features are were, this field will be BETA.
.google.api.LaunchStage launch_stage = 10;getLaunchStage in interface RevisionOrBuilderpublic Revision.Builder setLaunchStage(com.google.api.LaunchStage value)
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). Cloud Run supports `ALPHA`, `BETA`, and `GA`. Note that this value might not be what was used as input. For example, if ALPHA was provided as input in the parent resource, but only BETA and GA-level features are were, this field will be BETA.
.google.api.LaunchStage launch_stage = 10;value - The launchStage to set.public Revision.Builder clearLaunchStage()
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). Cloud Run supports `ALPHA`, `BETA`, and `GA`. Note that this value might not be what was used as input. For example, if ALPHA was provided as input in the parent resource, but only BETA and GA-level features are were, this field will be BETA.
.google.api.LaunchStage launch_stage = 10;public String getService()
Output only. The name of the parent service.
string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getService in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getServiceBytes()
Output only. The name of the parent service.
string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getServiceBytes in interface RevisionOrBuilderpublic Revision.Builder setService(String value)
Output only. The name of the parent service.
string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The service to set.public Revision.Builder clearService()
Output only. The name of the parent service.
string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
public Revision.Builder setServiceBytes(com.google.protobuf.ByteString value)
Output only. The name of the parent service.
string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
value - The bytes for service to set.public boolean hasScaling()
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;hasScaling in interface RevisionOrBuilderpublic RevisionScaling getScaling()
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;getScaling in interface RevisionOrBuilderpublic Revision.Builder setScaling(RevisionScaling value)
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;public Revision.Builder setScaling(RevisionScaling.Builder builderForValue)
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;public Revision.Builder mergeScaling(RevisionScaling value)
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;public Revision.Builder clearScaling()
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;public RevisionScaling.Builder getScalingBuilder()
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;public RevisionScalingOrBuilder getScalingOrBuilder()
Scaling settings for this revision.
.google.cloud.run.v2.RevisionScaling scaling = 12;getScalingOrBuilder in interface RevisionOrBuilderpublic boolean hasVpcAccess()
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;hasVpcAccess in interface RevisionOrBuilderpublic VpcAccess getVpcAccess()
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;getVpcAccess in interface RevisionOrBuilderpublic Revision.Builder setVpcAccess(VpcAccess value)
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;public Revision.Builder setVpcAccess(VpcAccess.Builder builderForValue)
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;public Revision.Builder mergeVpcAccess(VpcAccess value)
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;public Revision.Builder clearVpcAccess()
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;public VpcAccess.Builder getVpcAccessBuilder()
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;public VpcAccessOrBuilder getVpcAccessOrBuilder()
VPC Access configuration for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
.google.cloud.run.v2.VpcAccess vpc_access = 13;getVpcAccessOrBuilder in interface RevisionOrBuilderpublic int getMaxInstanceRequestConcurrency()
Sets the maximum number of requests that each serving instance can receive.
int32 max_instance_request_concurrency = 34;getMaxInstanceRequestConcurrency in interface RevisionOrBuilderpublic Revision.Builder setMaxInstanceRequestConcurrency(int value)
Sets the maximum number of requests that each serving instance can receive.
int32 max_instance_request_concurrency = 34;value - The maxInstanceRequestConcurrency to set.public Revision.Builder clearMaxInstanceRequestConcurrency()
Sets the maximum number of requests that each serving instance can receive.
int32 max_instance_request_concurrency = 34;public boolean hasTimeout()
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;hasTimeout in interface RevisionOrBuilderpublic com.google.protobuf.Duration getTimeout()
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;getTimeout in interface RevisionOrBuilderpublic Revision.Builder setTimeout(com.google.protobuf.Duration value)
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;public Revision.Builder setTimeout(com.google.protobuf.Duration.Builder builderForValue)
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;public Revision.Builder mergeTimeout(com.google.protobuf.Duration value)
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;public Revision.Builder clearTimeout()
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;public com.google.protobuf.Duration.Builder getTimeoutBuilder()
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 15;getTimeoutOrBuilder in interface RevisionOrBuilderpublic String getServiceAccount()
Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has.
string service_account = 16;getServiceAccount in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getServiceAccountBytes()
Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has.
string service_account = 16;getServiceAccountBytes in interface RevisionOrBuilderpublic Revision.Builder setServiceAccount(String value)
Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has.
string service_account = 16;value - The serviceAccount to set.public Revision.Builder clearServiceAccount()
Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has.
string service_account = 16;public Revision.Builder setServiceAccountBytes(com.google.protobuf.ByteString value)
Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has.
string service_account = 16;value - The bytes for serviceAccount to set.public List<Container> getContainersList()
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;getContainersList in interface RevisionOrBuilderpublic int getContainersCount()
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;getContainersCount in interface RevisionOrBuilderpublic Container getContainers(int index)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;getContainers in interface RevisionOrBuilderpublic Revision.Builder setContainers(int index, Container value)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder setContainers(int index, Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder addContainers(Container value)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder addContainers(int index, Container value)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder addContainers(Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder addContainers(int index, Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder addAllContainers(Iterable<? extends Container> values)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder clearContainers()
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Revision.Builder removeContainers(int index)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Container.Builder getContainersBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public ContainerOrBuilder getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;getContainersOrBuilder in interface RevisionOrBuilderpublic List<? extends ContainerOrBuilder> getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;getContainersOrBuilderList in interface RevisionOrBuilderpublic Container.Builder addContainersBuilder()
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public Container.Builder addContainersBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public List<Container.Builder> getContainersBuilderList()
Holds the single container that defines the unit of execution for this Revision.
repeated .google.cloud.run.v2.Container containers = 17;public List<Volume> getVolumesList()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;getVolumesList in interface RevisionOrBuilderpublic int getVolumesCount()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;getVolumesCount in interface RevisionOrBuilderpublic Volume getVolumes(int index)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;getVolumes in interface RevisionOrBuilderpublic Revision.Builder setVolumes(int index, Volume value)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder setVolumes(int index, Volume.Builder builderForValue)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder addVolumes(Volume value)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder addVolumes(int index, Volume value)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder addVolumes(Volume.Builder builderForValue)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder addVolumes(int index, Volume.Builder builderForValue)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder addAllVolumes(Iterable<? extends Volume> values)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder clearVolumes()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Revision.Builder removeVolumes(int index)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Volume.Builder getVolumesBuilder(int index)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public VolumeOrBuilder getVolumesOrBuilder(int index)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;getVolumesOrBuilder in interface RevisionOrBuilderpublic List<? extends VolumeOrBuilder> getVolumesOrBuilderList()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;getVolumesOrBuilderList in interface RevisionOrBuilderpublic Volume.Builder addVolumesBuilder()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public Volume.Builder addVolumesBuilder(int index)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public List<Volume.Builder> getVolumesBuilderList()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 18;public int getExecutionEnvironmentValue()
The execution environment being used to host this Revision.
.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;getExecutionEnvironmentValue in interface RevisionOrBuilderpublic Revision.Builder setExecutionEnvironmentValue(int value)
The execution environment being used to host this Revision.
.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;value - The enum numeric value on the wire for executionEnvironment to set.public ExecutionEnvironment getExecutionEnvironment()
The execution environment being used to host this Revision.
.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;getExecutionEnvironment in interface RevisionOrBuilderpublic Revision.Builder setExecutionEnvironment(ExecutionEnvironment value)
The execution environment being used to host this Revision.
.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;value - The executionEnvironment to set.public Revision.Builder clearExecutionEnvironment()
The execution environment being used to host this Revision.
.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;public String getEncryptionKey()
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
string encryption_key = 21 [(.google.api.resource_reference) = { ... }getEncryptionKey in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getEncryptionKeyBytes()
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
string encryption_key = 21 [(.google.api.resource_reference) = { ... }getEncryptionKeyBytes in interface RevisionOrBuilderpublic Revision.Builder setEncryptionKey(String value)
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
string encryption_key = 21 [(.google.api.resource_reference) = { ... }value - The encryptionKey to set.public Revision.Builder clearEncryptionKey()
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
string encryption_key = 21 [(.google.api.resource_reference) = { ... }public Revision.Builder setEncryptionKeyBytes(com.google.protobuf.ByteString value)
A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
string encryption_key = 21 [(.google.api.resource_reference) = { ... }value - The bytes for encryptionKey to set.public boolean hasServiceMesh()
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;hasServiceMesh in interface RevisionOrBuilderpublic ServiceMesh getServiceMesh()
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;getServiceMesh in interface RevisionOrBuilderpublic Revision.Builder setServiceMesh(ServiceMesh value)
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;public Revision.Builder setServiceMesh(ServiceMesh.Builder builderForValue)
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;public Revision.Builder mergeServiceMesh(ServiceMesh value)
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;public Revision.Builder clearServiceMesh()
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;public ServiceMesh.Builder getServiceMeshBuilder()
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;public ServiceMeshOrBuilder getServiceMeshOrBuilder()
Enables service mesh connectivity.
.google.cloud.run.v2.ServiceMesh service_mesh = 22;getServiceMeshOrBuilder in interface RevisionOrBuilderpublic int getEncryptionKeyRevocationActionValue()
The action to take if the encryption key is revoked.
.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;
getEncryptionKeyRevocationActionValue in interface RevisionOrBuilderpublic Revision.Builder setEncryptionKeyRevocationActionValue(int value)
The action to take if the encryption key is revoked.
.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;
value - The enum numeric value on the wire for encryptionKeyRevocationAction to set.public EncryptionKeyRevocationAction getEncryptionKeyRevocationAction()
The action to take if the encryption key is revoked.
.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;
getEncryptionKeyRevocationAction in interface RevisionOrBuilderpublic Revision.Builder setEncryptionKeyRevocationAction(EncryptionKeyRevocationAction value)
The action to take if the encryption key is revoked.
.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;
value - The encryptionKeyRevocationAction to set.public Revision.Builder clearEncryptionKeyRevocationAction()
The action to take if the encryption key is revoked.
.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;
public boolean hasEncryptionKeyShutdownDuration()
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;hasEncryptionKeyShutdownDuration in interface RevisionOrBuilderpublic com.google.protobuf.Duration getEncryptionKeyShutdownDuration()
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;getEncryptionKeyShutdownDuration in interface RevisionOrBuilderpublic Revision.Builder setEncryptionKeyShutdownDuration(com.google.protobuf.Duration value)
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;public Revision.Builder setEncryptionKeyShutdownDuration(com.google.protobuf.Duration.Builder builderForValue)
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;public Revision.Builder mergeEncryptionKeyShutdownDuration(com.google.protobuf.Duration value)
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;public Revision.Builder clearEncryptionKeyShutdownDuration()
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;public com.google.protobuf.Duration.Builder getEncryptionKeyShutdownDurationBuilder()
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;public com.google.protobuf.DurationOrBuilder getEncryptionKeyShutdownDurationOrBuilder()
If encryption_key_revocation_action is SHUTDOWN, the duration before shutting down all instances. The minimum increment is 1 hour.
.google.protobuf.Duration encryption_key_shutdown_duration = 24;getEncryptionKeyShutdownDurationOrBuilder in interface RevisionOrBuilderpublic boolean getReconciling()
Output only. Indicates whether the resource's reconciliation is still in progress. See comments in `Service.reconciling` for additional information on reconciliation process in Cloud Run.
bool reconciling = 30 [(.google.api.field_behavior) = OUTPUT_ONLY];getReconciling in interface RevisionOrBuilderpublic Revision.Builder setReconciling(boolean value)
Output only. Indicates whether the resource's reconciliation is still in progress. See comments in `Service.reconciling` for additional information on reconciliation process in Cloud Run.
bool reconciling = 30 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The reconciling to set.public Revision.Builder clearReconciling()
Output only. Indicates whether the resource's reconciliation is still in progress. See comments in `Service.reconciling` for additional information on reconciliation process in Cloud Run.
bool reconciling = 30 [(.google.api.field_behavior) = OUTPUT_ONLY];public List<Condition> getConditionsList()
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConditionsList in interface RevisionOrBuilderpublic int getConditionsCount()
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConditionsCount in interface RevisionOrBuilderpublic Condition getConditions(int index)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConditions in interface RevisionOrBuilderpublic Revision.Builder setConditions(int index, Condition value)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder setConditions(int index, Condition.Builder builderForValue)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder addConditions(Condition value)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder addConditions(int index, Condition value)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder addConditions(Condition.Builder builderForValue)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder addConditions(int index, Condition.Builder builderForValue)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder addAllConditions(Iterable<? extends Condition> values)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder clearConditions()
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder removeConditions(int index)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Condition.Builder getConditionsBuilder(int index)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ConditionOrBuilder getConditionsOrBuilder(int index)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConditionsOrBuilder in interface RevisionOrBuilderpublic List<? extends ConditionOrBuilder> getConditionsOrBuilderList()
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
getConditionsOrBuilderList in interface RevisionOrBuilderpublic Condition.Builder addConditionsBuilder()
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Condition.Builder addConditionsBuilder(int index)
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<Condition.Builder> getConditionsBuilderList()
Output only. The Condition of this Revision, containing its readiness status, and detailed error information in case it did not reach a serving state.
repeated .google.cloud.run.v2.Condition conditions = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];
public long getObservedGeneration()
Output only. The generation of this Revision currently serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.
int64 observed_generation = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];getObservedGeneration in interface RevisionOrBuilderpublic Revision.Builder setObservedGeneration(long value)
Output only. The generation of this Revision currently serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.
int64 observed_generation = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The observedGeneration to set.public Revision.Builder clearObservedGeneration()
Output only. The generation of this Revision currently serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.
int64 observed_generation = 32 [(.google.api.field_behavior) = OUTPUT_ONLY];public String getLogUri()
Output only. The Google Console URI to obtain logs for the Revision.
string log_uri = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];getLogUri in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getLogUriBytes()
Output only. The Google Console URI to obtain logs for the Revision.
string log_uri = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];getLogUriBytes in interface RevisionOrBuilderpublic Revision.Builder setLogUri(String value)
Output only. The Google Console URI to obtain logs for the Revision.
string log_uri = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The logUri to set.public Revision.Builder clearLogUri()
Output only. The Google Console URI to obtain logs for the Revision.
string log_uri = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];public Revision.Builder setLogUriBytes(com.google.protobuf.ByteString value)
Output only. The Google Console URI to obtain logs for the Revision.
string log_uri = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for logUri to set.public boolean getSatisfiesPzs()
Output only. Reserved for future use.
bool satisfies_pzs = 37 [(.google.api.field_behavior) = OUTPUT_ONLY];getSatisfiesPzs in interface RevisionOrBuilderpublic Revision.Builder setSatisfiesPzs(boolean value)
Output only. Reserved for future use.
bool satisfies_pzs = 37 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The satisfiesPzs to set.public Revision.Builder clearSatisfiesPzs()
Output only. Reserved for future use.
bool satisfies_pzs = 37 [(.google.api.field_behavior) = OUTPUT_ONLY];public boolean getSessionAffinity()
Enable session affinity.
bool session_affinity = 38;getSessionAffinity in interface RevisionOrBuilderpublic Revision.Builder setSessionAffinity(boolean value)
Enable session affinity.
bool session_affinity = 38;value - The sessionAffinity to set.public Revision.Builder clearSessionAffinity()
Enable session affinity.
bool session_affinity = 38;public boolean hasScalingStatus()
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasScalingStatus in interface RevisionOrBuilderpublic RevisionScalingStatus getScalingStatus()
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
getScalingStatus in interface RevisionOrBuilderpublic Revision.Builder setScalingStatus(RevisionScalingStatus value)
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder setScalingStatus(RevisionScalingStatus.Builder builderForValue)
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder mergeScalingStatus(RevisionScalingStatus value)
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Revision.Builder clearScalingStatus()
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RevisionScalingStatus.Builder getScalingStatusBuilder()
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
public RevisionScalingStatusOrBuilder getScalingStatusOrBuilder()
Output only. The current effective scaling settings for the revision.
.google.cloud.run.v2.RevisionScalingStatus scaling_status = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];
getScalingStatusOrBuilder in interface RevisionOrBuilderpublic boolean hasNodeSelector()
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;hasNodeSelector in interface RevisionOrBuilderpublic NodeSelector getNodeSelector()
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;getNodeSelector in interface RevisionOrBuilderpublic Revision.Builder setNodeSelector(NodeSelector value)
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;public Revision.Builder setNodeSelector(NodeSelector.Builder builderForValue)
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;public Revision.Builder mergeNodeSelector(NodeSelector value)
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;public Revision.Builder clearNodeSelector()
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;public NodeSelector.Builder getNodeSelectorBuilder()
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;public NodeSelectorOrBuilder getNodeSelectorOrBuilder()
The node selector for the revision.
.google.cloud.run.v2.NodeSelector node_selector = 40;getNodeSelectorOrBuilder in interface RevisionOrBuilderpublic boolean hasGpuZonalRedundancyDisabled()
Optional. Output only. True if GPU zonal redundancy is disabled on this revision.
optional bool gpu_zonal_redundancy_disabled = 48 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
hasGpuZonalRedundancyDisabled in interface RevisionOrBuilderpublic boolean getGpuZonalRedundancyDisabled()
Optional. Output only. True if GPU zonal redundancy is disabled on this revision.
optional bool gpu_zonal_redundancy_disabled = 48 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
getGpuZonalRedundancyDisabled in interface RevisionOrBuilderpublic Revision.Builder setGpuZonalRedundancyDisabled(boolean value)
Optional. Output only. True if GPU zonal redundancy is disabled on this revision.
optional bool gpu_zonal_redundancy_disabled = 48 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
value - The gpuZonalRedundancyDisabled to set.public Revision.Builder clearGpuZonalRedundancyDisabled()
Optional. Output only. True if GPU zonal redundancy is disabled on this revision.
optional bool gpu_zonal_redundancy_disabled = 48 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
public String getCreator()
Output only. Email address of the authenticated creator.
string creator = 49 [(.google.api.field_behavior) = OUTPUT_ONLY];getCreator in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getCreatorBytes()
Output only. Email address of the authenticated creator.
string creator = 49 [(.google.api.field_behavior) = OUTPUT_ONLY];getCreatorBytes in interface RevisionOrBuilderpublic Revision.Builder setCreator(String value)
Output only. Email address of the authenticated creator.
string creator = 49 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The creator to set.public Revision.Builder clearCreator()
Output only. Email address of the authenticated creator.
string creator = 49 [(.google.api.field_behavior) = OUTPUT_ONLY];public Revision.Builder setCreatorBytes(com.google.protobuf.ByteString value)
Output only. Email address of the authenticated creator.
string creator = 49 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for creator to set.public String getEtag()
Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];getEtag in interface RevisionOrBuilderpublic com.google.protobuf.ByteString getEtagBytes()
Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];getEtagBytes in interface RevisionOrBuilderpublic Revision.Builder setEtag(String value)
Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The etag to set.public Revision.Builder clearEtag()
Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];public Revision.Builder setEtagBytes(com.google.protobuf.ByteString value)
Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for etag to set.public final Revision.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>public final Revision.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Revision.Builder>Copyright © 2025 Google LLC. All rights reserved.