public final class RevisionTemplate extends GeneratedMessageV3 implements RevisionTemplateOrBuilder
RevisionTemplate describes the data a revision should have when created from
a template.
Protobuf type google.cloud.run.v2.RevisionTemplate
Static Fields
ANNOTATIONS_FIELD_NUMBER
public static final int ANNOTATIONS_FIELD_NUMBER
Field Value
CONTAINERS_FIELD_NUMBER
public static final int CONTAINERS_FIELD_NUMBER
Field Value
ENCRYPTION_KEY_FIELD_NUMBER
public static final int ENCRYPTION_KEY_FIELD_NUMBER
Field Value
EXECUTION_ENVIRONMENT_FIELD_NUMBER
public static final int EXECUTION_ENVIRONMENT_FIELD_NUMBER
Field Value
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value
MAX_INSTANCE_REQUEST_CONCURRENCY_FIELD_NUMBER
public static final int MAX_INSTANCE_REQUEST_CONCURRENCY_FIELD_NUMBER
Field Value
REVISION_FIELD_NUMBER
public static final int REVISION_FIELD_NUMBER
Field Value
SCALING_FIELD_NUMBER
public static final int SCALING_FIELD_NUMBER
Field Value
SERVICE_ACCOUNT_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_FIELD_NUMBER
Field Value
TIMEOUT_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
Field Value
VOLUMES_FIELD_NUMBER
public static final int VOLUMES_FIELD_NUMBER
Field Value
VPC_ACCESS_FIELD_NUMBER
public static final int VPC_ACCESS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RevisionTemplate getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RevisionTemplate.Builder newBuilder()
Returns
newBuilder(RevisionTemplate prototype)
public static RevisionTemplate.Builder newBuilder(RevisionTemplate prototype)
Parameter
Returns
public static RevisionTemplate parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RevisionTemplate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RevisionTemplate parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RevisionTemplate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RevisionTemplate parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RevisionTemplate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RevisionTemplate parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RevisionTemplate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RevisionTemplate parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RevisionTemplate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RevisionTemplate parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RevisionTemplate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RevisionTemplate> parser()
Returns
Methods
containsAnnotations(String key)
public boolean containsAnnotations(String key)
KRM-style annotations for the resource.
map<string, string> annotations = 3;
Parameter
Returns
containsLabels(String key)
public boolean containsLabels(String key)
KRM-style labels for the resource.
map<string, string> labels = 2;
Parameter
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAnnotations()
public Map<String,String> getAnnotations()
Returns
getAnnotationsCount()
public int getAnnotationsCount()
KRM-style annotations for the resource.
map<string, string> annotations = 3;
Returns
getAnnotationsMap()
public Map<String,String> getAnnotationsMap()
KRM-style annotations for the resource.
map<string, string> annotations = 3;
Returns
getAnnotationsOrDefault(String key, String defaultValue)
public String getAnnotationsOrDefault(String key, String defaultValue)
KRM-style annotations for the resource.
map<string, string> annotations = 3;
Parameters
Returns
getAnnotationsOrThrow(String key)
public String getAnnotationsOrThrow(String key)
KRM-style annotations for the resource.
map<string, string> annotations = 3;
Parameter
Returns
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 = 10;
Parameter
Returns
getContainersCount()
public int getContainersCount()
Holds the single container that defines the unit of execution for this
Revision.
repeated .google.cloud.run.v2.Container containers = 10;
Returns
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 = 10;
Returns
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 = 10;
Parameter
Returns
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 = 10;
Returns
Type | Description |
List<? extends com.google.cloud.run.v2.ContainerOrBuilder> | |
getDefaultInstanceForType()
public RevisionTemplate getDefaultInstanceForType()
Returns
getEncryptionKey()
public String getEncryptionKey()
Returns
Type | Description |
String | The encryptionKey.
|
getEncryptionKeyBytes()
public ByteString getEncryptionKeyBytes()
Returns
Type | Description |
ByteString | The bytes for encryptionKey.
|
getExecutionEnvironment()
public ExecutionEnvironment getExecutionEnvironment()
The sandbox environment to host this Revision.
.google.cloud.run.v2.ExecutionEnvironment execution_environment = 13;
Returns
getExecutionEnvironmentValue()
public int getExecutionEnvironmentValue()
The sandbox environment to host this Revision.
.google.cloud.run.v2.ExecutionEnvironment execution_environment = 13;
Returns
Type | Description |
int | The enum numeric value on the wire for executionEnvironment.
|
getLabels()
public Map<String,String> getLabels()
Returns
getLabelsCount()
public int getLabelsCount()
KRM-style labels for the resource.
map<string, string> labels = 2;
Returns
getLabelsMap()
public Map<String,String> getLabelsMap()
KRM-style labels for the resource.
map<string, string> labels = 2;
Returns
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
KRM-style labels for the resource.
map<string, string> labels = 2;
Parameters
Returns
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
KRM-style labels for the resource.
map<string, string> labels = 2;
Parameter
Returns
getMaxInstanceRequestConcurrency()
public int getMaxInstanceRequestConcurrency()
Sets the maximum number of requests that each serving instance can receive.
int32 max_instance_request_concurrency = 15;
Returns
Type | Description |
int | The maxInstanceRequestConcurrency.
|
getParserForType()
public Parser<RevisionTemplate> getParserForType()
Returns
Overrides
getRevision()
public 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
Type | Description |
String | The revision.
|
getRevisionBytes()
public 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
getScaling()
public RevisionScaling getScaling()
Scaling settings for this Revision.
.google.cloud.run.v2.RevisionScaling scaling = 4;
Returns
getScalingOrBuilder()
public RevisionScalingOrBuilder getScalingOrBuilder()
Scaling settings for this Revision.
.google.cloud.run.v2.RevisionScaling scaling = 4;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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. If not
provided, the revision will use the project's default service account.
string service_account = 9;
Returns
Type | Description |
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. If not
provided, the revision will use the project's default service account.
string service_account = 9;
Returns
Type | Description |
ByteString | The bytes for serviceAccount.
|
getTimeout()
public Duration getTimeout()
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 8;
Returns
getTimeoutOrBuilder()
public DurationOrBuilder getTimeoutOrBuilder()
Max allowed time for an instance to respond to a request.
.google.protobuf.Duration timeout = 8;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getVolumes(int index)
public Volume getVolumes(int index)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 11;
Parameter
Returns
getVolumesCount()
public int getVolumesCount()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 11;
Returns
getVolumesList()
public List<Volume> getVolumesList()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 11;
Returns
getVolumesOrBuilder(int index)
public VolumeOrBuilder getVolumesOrBuilder(int index)
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 11;
Parameter
Returns
getVolumesOrBuilderList()
public List<? extends VolumeOrBuilder> getVolumesOrBuilderList()
A list of Volumes to make available to containers.
repeated .google.cloud.run.v2.Volume volumes = 11;
Returns
Type | Description |
List<? extends com.google.cloud.run.v2.VolumeOrBuilder> | |
getVpcAccess()
public VpcAccess getVpcAccess()
Returns
getVpcAccessOrBuilder()
public VpcAccessOrBuilder getVpcAccessOrBuilder()
Returns
hasScaling()
public boolean hasScaling()
Scaling settings for this Revision.
.google.cloud.run.v2.RevisionScaling scaling = 4;
Returns
Type | Description |
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 = 8;
Returns
Type | Description |
boolean | Whether the timeout field is set.
|
hasVpcAccess()
public boolean hasVpcAccess()
Returns
Type | Description |
boolean | Whether the vpcAccess field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RevisionTemplate.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RevisionTemplate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RevisionTemplate.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions