Class Revision.Builder (0.12.0)

public static final class Revision.Builder extends 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

Implements

RevisionOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllConditions(Iterable<? extends Condition> values)

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];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.run.v2.Condition>
Returns
TypeDescription
Revision.Builder

addAllContainers(Iterable<? extends Container> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.run.v2.Container>
Returns
TypeDescription
Revision.Builder

addAllVolumes(Iterable<? extends Volume> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.run.v2.Volume>
Returns
TypeDescription
Revision.Builder

addConditions(Condition value)

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];

Parameter
NameDescription
valueCondition
Returns
TypeDescription
Revision.Builder

addConditions(Condition.Builder builderForValue)

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];

Parameter
NameDescription
builderForValueCondition.Builder
Returns
TypeDescription
Revision.Builder

addConditions(int index, Condition value)

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];

Parameters
NameDescription
indexint
valueCondition
Returns
TypeDescription
Revision.Builder

addConditions(int index, Condition.Builder builderForValue)

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];

Parameters
NameDescription
indexint
builderForValueCondition.Builder
Returns
TypeDescription
Revision.Builder

addConditionsBuilder()

public 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];

Returns
TypeDescription
Condition.Builder

addConditionsBuilder(int index)

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];

Parameter
NameDescription
indexint
Returns
TypeDescription
Condition.Builder

addContainers(Container value)

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;

Parameter
NameDescription
valueContainer
Returns
TypeDescription
Revision.Builder

addContainers(Container.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueContainer.Builder
Returns
TypeDescription
Revision.Builder

addContainers(int index, Container value)

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;

Parameters
NameDescription
indexint
valueContainer
Returns
TypeDescription
Revision.Builder

addContainers(int index, Container.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueContainer.Builder
Returns
TypeDescription
Revision.Builder

addContainersBuilder()

public Container.Builder addContainersBuilder()

Holds the single container that defines the unit of execution for this Revision.

repeated .google.cloud.run.v2.Container containers = 17;

Returns
TypeDescription
Container.Builder

addContainersBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Container.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Revision.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Revision.Builder
Overrides

addVolumes(Volume value)

public Revision.Builder addVolumes(Volume value)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameter
NameDescription
valueVolume
Returns
TypeDescription
Revision.Builder

addVolumes(Volume.Builder builderForValue)

public Revision.Builder addVolumes(Volume.Builder builderForValue)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameter
NameDescription
builderForValueVolume.Builder
Returns
TypeDescription
Revision.Builder

addVolumes(int index, Volume value)

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;

Parameters
NameDescription
indexint
valueVolume
Returns
TypeDescription
Revision.Builder

addVolumes(int index, Volume.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueVolume.Builder
Returns
TypeDescription
Revision.Builder

addVolumesBuilder()

public Volume.Builder addVolumesBuilder()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Returns
TypeDescription
Volume.Builder

addVolumesBuilder(int index)

public Volume.Builder addVolumesBuilder(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameter
NameDescription
indexint
Returns
TypeDescription
Volume.Builder

build()

public Revision build()
Returns
TypeDescription
Revision

buildPartial()

public Revision buildPartial()
Returns
TypeDescription
Revision

clear()

public Revision.Builder clear()
Returns
TypeDescription
Revision.Builder
Overrides

clearAnnotations()

public Revision.Builder clearAnnotations()
Returns
TypeDescription
Revision.Builder

clearConditions()

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];

Returns
TypeDescription
Revision.Builder

clearContainers()

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;

Returns
TypeDescription
Revision.Builder

clearCreateTime()

public Revision.Builder clearCreateTime()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Revision.Builder

clearDeleteTime()

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];

Returns
TypeDescription
Revision.Builder

clearEncryptionKey()

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) = { ... }

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearEncryptionKeyRevocationAction()

public Revision.Builder clearEncryptionKeyRevocationAction()

The action to take if the encryption key is revoked.

.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearEncryptionKeyShutdownDuration()

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;

Returns
TypeDescription
Revision.Builder

clearEtag()

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];

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearExecutionEnvironment()

public Revision.Builder clearExecutionEnvironment()

The execution environment being used to host this Revision.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearExpireTime()

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];

Returns
TypeDescription
Revision.Builder

clearField(Descriptors.FieldDescriptor field)

public Revision.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Revision.Builder
Overrides

clearGeneration()

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];

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearLabels()

public Revision.Builder clearLabels()
Returns
TypeDescription
Revision.Builder

clearLaunchStage()

public Revision.Builder clearLaunchStage()

Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.

.google.api.LaunchStage launch_stage = 10;

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearLogUri()

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];

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearMaxInstanceRequestConcurrency()

public Revision.Builder clearMaxInstanceRequestConcurrency()

Sets the maximum number of requests that each serving instance can receive.

int32 max_instance_request_concurrency = 34;

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearName()

public Revision.Builder clearName()

Output only. The unique name of this Revision.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearObservedGeneration()

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];

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Revision.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Revision.Builder
Overrides

clearReconciling()

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];

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearScaling()

public Revision.Builder clearScaling()

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Returns
TypeDescription
Revision.Builder

clearService()

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) = { ... }

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearServiceAccount()

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;

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearTimeout()

public Revision.Builder clearTimeout()

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Returns
TypeDescription
Revision.Builder

clearUid()

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];

Returns
TypeDescription
Revision.Builder

This builder for chaining.

clearUpdateTime()

public Revision.Builder clearUpdateTime()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Revision.Builder

clearVolumes()

public Revision.Builder clearVolumes()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Returns
TypeDescription
Revision.Builder

clearVpcAccess()

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;

Returns
TypeDescription
Revision.Builder

clone()

public Revision.Builder clone()
Returns
TypeDescription
Revision.Builder
Overrides

containsAnnotations(String key)

public boolean containsAnnotations(String key)

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsLabels(String key)

public boolean containsLabels(String key)

KRM-style labels for the resource. 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;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAnnotations()

public Map<String,String> getAnnotations()

Use #getAnnotationsMap() instead.

Returns
TypeDescription
Map<String,String>

getAnnotationsCount()

public int getAnnotationsCount()

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Returns
TypeDescription
int

getAnnotationsMap()

public Map<String,String> getAnnotationsMap()

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Returns
TypeDescription
Map<String,String>

getAnnotationsOrDefault(String key, String defaultValue)

public String getAnnotationsOrDefault(String key, String defaultValue)

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getAnnotationsOrThrow(String key)

public String getAnnotationsOrThrow(String key)

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getConditions(int index)

public 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
Condition

getConditionsBuilder(int index)

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];

Parameter
NameDescription
indexint
Returns
TypeDescription
Condition.Builder

getConditionsBuilderList()

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];

Returns
TypeDescription
List<Builder>

getConditionsCount()

public 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];

Returns
TypeDescription
int

getConditionsList()

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];

Returns
TypeDescription
List<Condition>

getConditionsOrBuilder(int index)

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];

Parameter
NameDescription
indexint
Returns
TypeDescription
ConditionOrBuilder

getConditionsOrBuilderList()

public 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];

Returns
TypeDescription
List<? extends com.google.cloud.run.v2.ConditionOrBuilder>

getContainers(int index)

public 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Container

getContainersBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Container.Builder

getContainersBuilderList()

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;

Returns
TypeDescription
List<Builder>

getContainersCount()

public int getContainersCount()

Holds the single container that defines the unit of execution for this Revision.

repeated .google.cloud.run.v2.Container containers = 17;

Returns
TypeDescription
int

getContainersList()

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;

Returns
TypeDescription
List<Container>

getContainersOrBuilder(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ContainerOrBuilder

getContainersOrBuilderList()

public 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;

Returns
TypeDescription
List<? extends com.google.cloud.run.v2.ContainerOrBuilder>

getCreateTime()

public Timestamp getCreateTime()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Revision getDefaultInstanceForType()
Returns
TypeDescription
Revision

getDeleteTime()

public 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];

Returns
TypeDescription
Timestamp

The deleteTime.

getDeleteTimeBuilder()

public 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];

Returns
TypeDescription
Builder

getDeleteTimeOrBuilder()

public 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];

Returns
TypeDescription
TimestampOrBuilder

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEncryptionKey()

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) = { ... }

Returns
TypeDescription
String

The encryptionKey.

getEncryptionKeyBytes()

public 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for encryptionKey.

getEncryptionKeyRevocationAction()

public EncryptionKeyRevocationAction getEncryptionKeyRevocationAction()

The action to take if the encryption key is revoked.

.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;

Returns
TypeDescription
EncryptionKeyRevocationAction

The encryptionKeyRevocationAction.

getEncryptionKeyRevocationActionValue()

public int getEncryptionKeyRevocationActionValue()

The action to take if the encryption key is revoked.

.google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 23;

Returns
TypeDescription
int

The enum numeric value on the wire for encryptionKeyRevocationAction.

getEncryptionKeyShutdownDuration()

public 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;

Returns
TypeDescription
Duration

The encryptionKeyShutdownDuration.

getEncryptionKeyShutdownDurationBuilder()

public 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;

Returns
TypeDescription
Builder

getEncryptionKeyShutdownDurationOrBuilder()

public 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;

Returns
TypeDescription
DurationOrBuilder

getEtag()

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];

Returns
TypeDescription
String

The etag.

getEtagBytes()

public 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];

Returns
TypeDescription
ByteString

The bytes for etag.

getExecutionEnvironment()

public ExecutionEnvironment getExecutionEnvironment()

The execution environment being used to host this Revision.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Returns
TypeDescription
ExecutionEnvironment

The executionEnvironment.

getExecutionEnvironmentValue()

public int getExecutionEnvironmentValue()

The execution environment being used to host this Revision.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Returns
TypeDescription
int

The enum numeric value on the wire for executionEnvironment.

getExpireTime()

public 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];

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeBuilder()

public 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];

Returns
TypeDescription
Builder

getExpireTimeOrBuilder()

public 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];

Returns
TypeDescription
TimestampOrBuilder

getGeneration()

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];

Returns
TypeDescription
long

The generation.

getLabels()

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

KRM-style labels for the resource. 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;

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

KRM-style labels for the resource. 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;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

KRM-style labels for the resource. 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;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

KRM-style labels for the resource. 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;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getLaunchStage()

public LaunchStage getLaunchStage()

Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.

.google.api.LaunchStage launch_stage = 10;

Returns
TypeDescription
com.google.api.LaunchStage

The launchStage.

getLaunchStageValue()

public int getLaunchStageValue()

Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.

.google.api.LaunchStage launch_stage = 10;

Returns
TypeDescription
int

The enum numeric value on the wire for launchStage.

getLogUri()

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];

Returns
TypeDescription
String

The logUri.

getLogUriBytes()

public ByteString getLogUriBytes()

Output only. The Google Console URI to obtain logs for the Revision.

string log_uri = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for logUri.

getMaxInstanceRequestConcurrency()

public int getMaxInstanceRequestConcurrency()

Sets the maximum number of requests that each serving instance can receive.

int32 max_instance_request_concurrency = 34;

Returns
TypeDescription
int

The maxInstanceRequestConcurrency.

getMutableAnnotations()

public Map<String,String> getMutableAnnotations()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getMutableLabels()

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getName()

public String getName()

Output only. The unique name of this Revision.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The unique name of this Revision.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getObservedGeneration()

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];

Returns
TypeDescription
long

The observedGeneration.

getReconciling()

public 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];

Returns
TypeDescription
boolean

The reconciling.

getScaling()

public RevisionScaling getScaling()

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Returns
TypeDescription
RevisionScaling

The scaling.

getScalingBuilder()

public RevisionScaling.Builder getScalingBuilder()

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Returns
TypeDescription
RevisionScaling.Builder

getScalingOrBuilder()

public RevisionScalingOrBuilder getScalingOrBuilder()

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Returns
TypeDescription
RevisionScalingOrBuilder

getService()

public String getService()

Output only. The name of the parent service.

string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The service.

getServiceAccount()

public 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;

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public 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;

Returns
TypeDescription
ByteString

The bytes for serviceAccount.

getServiceBytes()

public ByteString getServiceBytes()

Output only. The name of the parent service.

string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for service.

getTimeout()

public Duration getTimeout()

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Returns
TypeDescription
Duration

The timeout.

getTimeoutBuilder()

public Duration.Builder getTimeoutBuilder()

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Returns
TypeDescription
Builder

getTimeoutOrBuilder()

public DurationOrBuilder getTimeoutOrBuilder()

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Returns
TypeDescription
DurationOrBuilder

getUid()

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];

Returns
TypeDescription
String

The uid.

getUidBytes()

public 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];

Returns
TypeDescription
ByteString

The bytes for uid.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getVolumes(int index)

public Volume getVolumes(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameter
NameDescription
indexint
Returns
TypeDescription
Volume

getVolumesBuilder(int index)

public Volume.Builder getVolumesBuilder(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameter
NameDescription
indexint
Returns
TypeDescription
Volume.Builder

getVolumesBuilderList()

public List<Volume.Builder> getVolumesBuilderList()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Returns
TypeDescription
List<Builder>

getVolumesCount()

public int getVolumesCount()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Returns
TypeDescription
int

getVolumesList()

public List<Volume> getVolumesList()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Returns
TypeDescription
List<Volume>

getVolumesOrBuilder(int index)

public VolumeOrBuilder getVolumesOrBuilder(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameter
NameDescription
indexint
Returns
TypeDescription
VolumeOrBuilder

getVolumesOrBuilderList()

public List<? extends VolumeOrBuilder> getVolumesOrBuilderList()

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Returns
TypeDescription
List<? extends com.google.cloud.run.v2.VolumeOrBuilder>

getVpcAccess()

public 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;

Returns
TypeDescription
VpcAccess

The vpcAccess.

getVpcAccessBuilder()

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;

Returns
TypeDescription
VpcAccess.Builder

getVpcAccessOrBuilder()

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;

Returns
TypeDescription
VpcAccessOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDeleteTime()

public 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];

Returns
TypeDescription
boolean

Whether the deleteTime field is set.

hasEncryptionKeyShutdownDuration()

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;

Returns
TypeDescription
boolean

Whether the encryptionKeyShutdownDuration field is set.

hasExpireTime()

public 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];

Returns
TypeDescription
boolean

Whether the expireTime field is set.

hasScaling()

public boolean hasScaling()

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Returns
TypeDescription
boolean

Whether the scaling field is set.

hasTimeout()

public boolean hasTimeout()

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Returns
TypeDescription
boolean

Whether the timeout field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hasVpcAccess()

public 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;

Returns
TypeDescription
boolean

Whether the vpcAccess field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public Revision.Builder mergeCreateTime(Timestamp value)

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

mergeDeleteTime(Timestamp value)

public Revision.Builder mergeDeleteTime(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];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

mergeEncryptionKeyShutdownDuration(Duration value)

public Revision.Builder mergeEncryptionKeyShutdownDuration(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;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Revision.Builder

mergeExpireTime(Timestamp value)

public Revision.Builder mergeExpireTime(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];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

mergeFrom(Revision other)

public Revision.Builder mergeFrom(Revision other)
Parameter
NameDescription
otherRevision
Returns
TypeDescription
Revision.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Revision.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Revision.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Revision.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Revision.Builder
Overrides

mergeScaling(RevisionScaling value)

public Revision.Builder mergeScaling(RevisionScaling value)

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Parameter
NameDescription
valueRevisionScaling
Returns
TypeDescription
Revision.Builder

mergeTimeout(Duration value)

public Revision.Builder mergeTimeout(Duration value)

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Revision.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Revision.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Revision.Builder
Overrides

mergeUpdateTime(Timestamp value)

public Revision.Builder mergeUpdateTime(Timestamp value)

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

mergeVpcAccess(VpcAccess value)

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;

Parameter
NameDescription
valueVpcAccess
Returns
TypeDescription
Revision.Builder

putAllAnnotations(Map<String,String> values)

public Revision.Builder putAllAnnotations(Map<String,String> values)

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Revision.Builder

putAllLabels(Map<String,String> values)

public Revision.Builder putAllLabels(Map<String,String> values)

KRM-style labels for the resource. 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;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Revision.Builder

putAnnotations(String key, String value)

public Revision.Builder putAnnotations(String key, String value)

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Revision.Builder

putLabels(String key, String value)

public Revision.Builder putLabels(String key, String value)

KRM-style labels for the resource. 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;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Revision.Builder

removeAnnotations(String key)

public Revision.Builder removeAnnotations(String key)

KRM-style annotations for the resource.

map<string, string> annotations = 5;

Parameter
NameDescription
keyString
Returns
TypeDescription
Revision.Builder

removeConditions(int index)

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];

Parameter
NameDescription
indexint
Returns
TypeDescription
Revision.Builder

removeContainers(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Revision.Builder

removeLabels(String key)

public Revision.Builder removeLabels(String key)

KRM-style labels for the resource. 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;

Parameter
NameDescription
keyString
Returns
TypeDescription
Revision.Builder

removeVolumes(int index)

public Revision.Builder removeVolumes(int index)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameter
NameDescription
indexint
Returns
TypeDescription
Revision.Builder

setConditions(int index, Condition value)

public 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];

Parameters
NameDescription
indexint
valueCondition
Returns
TypeDescription
Revision.Builder

setConditions(int index, Condition.Builder builderForValue)

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];

Parameters
NameDescription
indexint
builderForValueCondition.Builder
Returns
TypeDescription
Revision.Builder

setContainers(int index, Container value)

public 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;

Parameters
NameDescription
indexint
valueContainer
Returns
TypeDescription
Revision.Builder

setContainers(int index, Container.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueContainer.Builder
Returns
TypeDescription
Revision.Builder

setCreateTime(Timestamp value)

public Revision.Builder setCreateTime(Timestamp value)

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Revision.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The creation time.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Revision.Builder

setDeleteTime(Timestamp value)

public Revision.Builder setDeleteTime(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];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

setDeleteTime(Timestamp.Builder builderForValue)

public Revision.Builder setDeleteTime(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];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Revision.Builder

setEncryptionKey(String value)

public 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) = { ... }

Parameter
NameDescription
valueString

The encryptionKey to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setEncryptionKeyBytes(ByteString value)

public Revision.Builder setEncryptionKeyBytes(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) = { ... }

Parameter
NameDescription
valueByteString

The bytes for encryptionKey to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setEncryptionKeyRevocationAction(EncryptionKeyRevocationAction value)

public 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;

Parameter
NameDescription
valueEncryptionKeyRevocationAction

The encryptionKeyRevocationAction to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setEncryptionKeyRevocationActionValue(int value)

public 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;

Parameter
NameDescription
valueint

The enum numeric value on the wire for encryptionKeyRevocationAction to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setEncryptionKeyShutdownDuration(Duration value)

public Revision.Builder setEncryptionKeyShutdownDuration(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;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Revision.Builder

setEncryptionKeyShutdownDuration(Duration.Builder builderForValue)

public Revision.Builder setEncryptionKeyShutdownDuration(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;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Revision.Builder

setEtag(String value)

public 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];

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public Revision.Builder setEtagBytes(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];

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setExecutionEnvironment(ExecutionEnvironment value)

public Revision.Builder setExecutionEnvironment(ExecutionEnvironment value)

The execution environment being used to host this Revision.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Parameter
NameDescription
valueExecutionEnvironment

The executionEnvironment to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setExecutionEnvironmentValue(int value)

public Revision.Builder setExecutionEnvironmentValue(int value)

The execution environment being used to host this Revision.

.google.cloud.run.v2.ExecutionEnvironment execution_environment = 20;

Parameter
NameDescription
valueint

The enum numeric value on the wire for executionEnvironment to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setExpireTime(Timestamp value)

public Revision.Builder setExpireTime(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];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

setExpireTime(Timestamp.Builder builderForValue)

public Revision.Builder setExpireTime(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];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Revision.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Revision.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Revision.Builder
Overrides

setGeneration(long value)

public 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];

Parameter
NameDescription
valuelong

The generation to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setLaunchStage(LaunchStage value)

public Revision.Builder setLaunchStage(LaunchStage value)

Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.

.google.api.LaunchStage launch_stage = 10;

Parameter
NameDescription
valuecom.google.api.LaunchStage

The launchStage to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setLaunchStageValue(int value)

public Revision.Builder setLaunchStageValue(int value)

Set the launch stage to a preview stage on write to allow use of preview features in that stage. On read, describes whether the resource uses preview features. Launch Stages are defined at Google Cloud Platform Launch Stages.

.google.api.LaunchStage launch_stage = 10;

Parameter
NameDescription
valueint

The enum numeric value on the wire for launchStage to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setLogUri(String value)

public 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];

Parameter
NameDescription
valueString

The logUri to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setLogUriBytes(ByteString value)

public Revision.Builder setLogUriBytes(ByteString value)

Output only. The Google Console URI to obtain logs for the Revision.

string log_uri = 33 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for logUri to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setMaxInstanceRequestConcurrency(int value)

public Revision.Builder setMaxInstanceRequestConcurrency(int value)

Sets the maximum number of requests that each serving instance can receive.

int32 max_instance_request_concurrency = 34;

Parameter
NameDescription
valueint

The maxInstanceRequestConcurrency to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setName(String value)

public Revision.Builder setName(String value)

Output only. The unique name of this Revision.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Revision.Builder setNameBytes(ByteString value)

Output only. The unique name of this Revision.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setObservedGeneration(long value)

public 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];

Parameter
NameDescription
valuelong

The observedGeneration to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setReconciling(boolean value)

public 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];

Parameter
NameDescription
valueboolean

The reconciling to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Revision.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Revision.Builder
Overrides

setScaling(RevisionScaling value)

public Revision.Builder setScaling(RevisionScaling value)

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Parameter
NameDescription
valueRevisionScaling
Returns
TypeDescription
Revision.Builder

setScaling(RevisionScaling.Builder builderForValue)

public Revision.Builder setScaling(RevisionScaling.Builder builderForValue)

Scaling settings for this revision.

.google.cloud.run.v2.RevisionScaling scaling = 12;

Parameter
NameDescription
builderForValueRevisionScaling.Builder
Returns
TypeDescription
Revision.Builder

setService(String value)

public 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) = { ... }

Parameter
NameDescription
valueString

The service to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setServiceAccount(String value)

public 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;

Parameter
NameDescription
valueString

The serviceAccount to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setServiceAccountBytes(ByteString value)

public Revision.Builder setServiceAccountBytes(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;

Parameter
NameDescription
valueByteString

The bytes for serviceAccount to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setServiceBytes(ByteString value)

public Revision.Builder setServiceBytes(ByteString value)

Output only. The name of the parent service.

string service = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for service to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setTimeout(Duration value)

public Revision.Builder setTimeout(Duration value)

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Revision.Builder

setTimeout(Duration.Builder builderForValue)

public Revision.Builder setTimeout(Duration.Builder builderForValue)

Max allowed time for an instance to respond to a request.

.google.protobuf.Duration timeout = 15;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Revision.Builder

setUid(String value)

public 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];

Parameter
NameDescription
valueString

The uid to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setUidBytes(ByteString value)

public Revision.Builder setUidBytes(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];

Parameter
NameDescription
valueByteString

The bytes for uid to set.

Returns
TypeDescription
Revision.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Revision.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Revision.Builder
Overrides

setUpdateTime(Timestamp value)

public Revision.Builder setUpdateTime(Timestamp value)

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Revision.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Revision.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The last-modified time.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Revision.Builder

setVolumes(int index, Volume value)

public Revision.Builder setVolumes(int index, Volume value)

A list of Volumes to make available to containers.

repeated .google.cloud.run.v2.Volume volumes = 18;

Parameters
NameDescription
indexint
valueVolume
Returns
TypeDescription
Revision.Builder

setVolumes(int index, Volume.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValueVolume.Builder
Returns
TypeDescription
Revision.Builder

setVpcAccess(VpcAccess value)

public 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;

Parameter
NameDescription
valueVpcAccess
Returns
TypeDescription
Revision.Builder

setVpcAccess(VpcAccess.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueVpcAccess.Builder
Returns
TypeDescription
Revision.Builder