Interface RevisionTemplateOrBuilder (0.1.2)

public interface RevisionTemplateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsAnnotations(String key)

public abstract boolean containsAnnotations(String key)

KRM-style annotations for the resource.

map<string, string> annotations = 3;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsLabels(String key)

public abstract boolean containsLabels(String key)

KRM-style labels for the resource.

map<string, string> labels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAnnotations()

public abstract Map<String,String> getAnnotations()

Use #getAnnotationsMap() instead.

Returns
TypeDescription
Map<String,String>

getAnnotationsCount()

public abstract int getAnnotationsCount()

KRM-style annotations for the resource.

map<string, string> annotations = 3;

Returns
TypeDescription
int

getAnnotationsMap()

public abstract Map<String,String> getAnnotationsMap()

KRM-style annotations for the resource.

map<string, string> annotations = 3;

Returns
TypeDescription
Map<String,String>

getAnnotationsOrDefault(String key, String defaultValue)

public abstract String getAnnotationsOrDefault(String key, String defaultValue)

KRM-style annotations for the resource.

map<string, string> annotations = 3;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getAnnotationsOrThrow(String key)

public abstract String getAnnotationsOrThrow(String key)

KRM-style annotations for the resource.

map<string, string> annotations = 3;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getConfidential()

public abstract boolean getConfidential()

Enables Confidential Cloud Run in Revisions created using this template.

bool confidential = 12;

Returns
TypeDescription
boolean

The confidential.

getContainerConcurrency()

public abstract int getContainerConcurrency()

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

int32 container_concurrency = 7;

Returns
TypeDescription
int

The containerConcurrency.

getContainers(int index)

public abstract Container getContainers(int index)

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

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Container

getContainersCount()

public abstract int getContainersCount()

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

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

Returns
TypeDescription
int

getContainersList()

public abstract List<Container> getContainersList()

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

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

Returns
TypeDescription
List<Container>

getContainersOrBuilder(int index)

public abstract ContainerOrBuilder getContainersOrBuilder(int index)

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

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ContainerOrBuilder

getContainersOrBuilderList()

public abstract List<? extends ContainerOrBuilder> getContainersOrBuilderList()

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

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

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

getEncryptionKey()

public abstract 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 = 14 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The encryptionKey.

getEncryptionKeyBytes()

public abstract 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 = 14 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for encryptionKey.

getExecutionEnvironment()

public abstract ExecutionEnvironment getExecutionEnvironment()

The sandbox environment to host this Revision.

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

Returns
TypeDescription
ExecutionEnvironment

The executionEnvironment.

getExecutionEnvironmentValue()

public abstract int getExecutionEnvironmentValue()

The sandbox environment to host this Revision.

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

Returns
TypeDescription
int

The enum numeric value on the wire for executionEnvironment.

getLabels()

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

KRM-style labels for the resource.

map<string, string> labels = 2;

Returns
TypeDescription
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

KRM-style labels for the resource.

map<string, string> labels = 2;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

KRM-style labels for the resource.

map<string, string> labels = 2;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

KRM-style labels for the resource.

map<string, string> labels = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getRevision()

public abstract String getRevision()

The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.

string revision = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The revision.

getRevisionBytes()

public abstract ByteString getRevisionBytes()

The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name.

string revision = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for revision.

getScaling()

public abstract RevisionScaling getScaling()

Scaling settings for this Revision.

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

Returns
TypeDescription
RevisionScaling

The scaling.

getScalingOrBuilder()

public abstract RevisionScalingOrBuilder getScalingOrBuilder()

Scaling settings for this Revision.

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

Returns
TypeDescription
RevisionScalingOrBuilder

getServiceAccount()

public abstract 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. If not provided, the revision will use the project's default service account.

string service_account = 9;

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public abstract 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. If not provided, the revision will use the project's default service account.

string service_account = 9;

Returns
TypeDescription
ByteString

The bytes for serviceAccount.

getTimeout()

public abstract Duration getTimeout()

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

.google.protobuf.Duration timeout = 8;

Returns
TypeDescription
Duration

The timeout.

getTimeoutOrBuilder()

public abstract DurationOrBuilder getTimeoutOrBuilder()

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

.google.protobuf.Duration timeout = 8;

Returns
TypeDescription
DurationOrBuilder

getVolumes(int index)

public abstract Volume getVolumes(int index)

A list of Volumes to make available to containers.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Volume

getVolumesCount()

public abstract int getVolumesCount()

A list of Volumes to make available to containers.

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

Returns
TypeDescription
int

getVolumesList()

public abstract List<Volume> getVolumesList()

A list of Volumes to make available to containers.

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

Returns
TypeDescription
List<Volume>

getVolumesOrBuilder(int index)

public abstract VolumeOrBuilder getVolumesOrBuilder(int index)

A list of Volumes to make available to containers.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
VolumeOrBuilder

getVolumesOrBuilderList()

public abstract List<? extends VolumeOrBuilder> getVolumesOrBuilderList()

A list of Volumes to make available to containers.

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

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

getVpcAccess()

public abstract VpcAccess getVpcAccess()

VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 6;

Returns
TypeDescription
VpcAccess

The vpcAccess.

getVpcAccessOrBuilder()

public abstract VpcAccessOrBuilder getVpcAccessOrBuilder()

VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 6;

Returns
TypeDescription
VpcAccessOrBuilder

hasScaling()

public abstract boolean hasScaling()

Scaling settings for this Revision.

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

Returns
TypeDescription
boolean

Whether the scaling field is set.

hasTimeout()

public abstract boolean hasTimeout()

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

.google.protobuf.Duration timeout = 8;

Returns
TypeDescription
boolean

Whether the timeout field is set.

hasVpcAccess()

public abstract boolean hasVpcAccess()

VPC Access configuration to use for this Revision. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.

.google.cloud.run.v2.VpcAccess vpc_access = 6;

Returns
TypeDescription
boolean

Whether the vpcAccess field is set.