public final class WorkerPoolRevisionTemplate extends GeneratedMessageV3 implements WorkerPoolRevisionTemplateOrBuilder
   
   WorkerPoolRevisionTemplate describes the data a worker pool revision should
 have when created from a template.
 Protobuf type google.cloud.run.v2.WorkerPoolRevisionTemplate
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  ANNOTATIONS_FIELD_NUMBER
  
    public static final int ANNOTATIONS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  CONTAINERS_FIELD_NUMBER
  
    public static final int CONTAINERS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ENCRYPTION_KEY_FIELD_NUMBER
  
    public static final int ENCRYPTION_KEY_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ENCRYPTION_KEY_REVOCATION_ACTION_FIELD_NUMBER
  
    public static final int ENCRYPTION_KEY_REVOCATION_ACTION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ENCRYPTION_KEY_SHUTDOWN_DURATION_FIELD_NUMBER
  
    public static final int ENCRYPTION_KEY_SHUTDOWN_DURATION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  LABELS_FIELD_NUMBER
  
    public static final int LABELS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  NODE_SELECTOR_FIELD_NUMBER
  
    public static final int NODE_SELECTOR_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  REVISION_FIELD_NUMBER
  
    public static final int REVISION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  SERVICE_ACCOUNT_FIELD_NUMBER
  
    public static final int SERVICE_ACCOUNT_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  SERVICE_MESH_FIELD_NUMBER
  
    public static final int SERVICE_MESH_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  VOLUMES_FIELD_NUMBER
  
    public static final int VOLUMES_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  VPC_ACCESS_FIELD_NUMBER
  
    public static final int VPC_ACCESS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static WorkerPoolRevisionTemplate getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static WorkerPoolRevisionTemplate.Builder newBuilder()
   
  
  
  newBuilder(WorkerPoolRevisionTemplate prototype)
  
    public static WorkerPoolRevisionTemplate.Builder newBuilder(WorkerPoolRevisionTemplate prototype)
   
  
  
  
  
  
    public static WorkerPoolRevisionTemplate parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static WorkerPoolRevisionTemplate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static WorkerPoolRevisionTemplate parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static WorkerPoolRevisionTemplate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static WorkerPoolRevisionTemplate parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static WorkerPoolRevisionTemplate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static WorkerPoolRevisionTemplate parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static WorkerPoolRevisionTemplate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static WorkerPoolRevisionTemplate parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static WorkerPoolRevisionTemplate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static WorkerPoolRevisionTemplate parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static WorkerPoolRevisionTemplate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<WorkerPoolRevisionTemplate> parser()
   
  
  Methods
  
  
  containsAnnotations(String key)
  
    public boolean containsAnnotations(String key)
   
   Optional. Unstructured key value map that may be set by external tools to
 store and arbitrary metadata. They are not queryable and should be
 preserved when modifying objects.
 Cloud Run API v2 does not support annotations with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system annotations in v1 now
 have a corresponding field in v2 WorkerPoolRevisionTemplate.
 This field follows Kubernetes annotations' namespacing, limits, and
 rules.
 map<string, string> annotations = 3 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
  
  containsLabels(String key)
  
    public boolean containsLabels(String key)
   
   Optional. Unstructured key value map that can be used to organize and
 categorize objects. User-provided labels are shared with Google's billing
 system, so they can be used to filter, or break down billing charges by
 team, component, environment, state, etc. For more information, visit
 https://cloud.google.com/resource-manager/docs/creating-managing-labels or
 https://cloud.google.com/run/docs/configuring/labels.
 Cloud Run API v2 does not support labels with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system labels in v1 now have a
 corresponding field in v2 WorkerPoolRevisionTemplate.
 map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getAnnotations() (deprecated)
  
    public Map<String,String> getAnnotations()
   
  
  
  
  getAnnotationsCount()
  
    public int getAnnotationsCount()
   
   Optional. Unstructured key value map that may be set by external tools to
 store and arbitrary metadata. They are not queryable and should be
 preserved when modifying objects.
 Cloud Run API v2 does not support annotations with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system annotations in v1 now
 have a corresponding field in v2 WorkerPoolRevisionTemplate.
 This field follows Kubernetes annotations' namespacing, limits, and
 rules.
 map<string, string> annotations = 3 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getAnnotationsMap()
  
    public Map<String,String> getAnnotationsMap()
   
   Optional. Unstructured key value map that may be set by external tools to
 store and arbitrary metadata. They are not queryable and should be
 preserved when modifying objects.
 Cloud Run API v2 does not support annotations with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system annotations in v1 now
 have a corresponding field in v2 WorkerPoolRevisionTemplate.
 This field follows Kubernetes annotations' namespacing, limits, and
 rules.
 map<string, string> annotations = 3 [(.google.api.field_behavior) = OPTIONAL];
 
getAnnotationsOrDefault(String key, String defaultValue)
  
    public String getAnnotationsOrDefault(String key, String defaultValue)
   
   Optional. Unstructured key value map that may be set by external tools to
 store and arbitrary metadata. They are not queryable and should be
 preserved when modifying objects.
 Cloud Run API v2 does not support annotations with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system annotations in v1 now
 have a corresponding field in v2 WorkerPoolRevisionTemplate.
 This field follows Kubernetes annotations' namespacing, limits, and
 rules.
 map<string, string> annotations = 3 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String |  | 
    
  
  
  getAnnotationsOrThrow(String key)
  
    public String getAnnotationsOrThrow(String key)
   
   Optional. Unstructured key value map that may be set by external tools to
 store and arbitrary metadata. They are not queryable and should be
 preserved when modifying objects.
 Cloud Run API v2 does not support annotations with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system annotations in v1 now
 have a corresponding field in v2 WorkerPoolRevisionTemplate.
 This field follows Kubernetes annotations' namespacing, limits, and
 rules.
 map<string, string> annotations = 3 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String |  | 
    
  
  
  getContainers(int index)
  
    public Container getContainers(int index)
   
   Holds list of the containers that defines the unit of execution for this
 Revision.
 repeated .google.cloud.run.v2.Container containers = 6;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getContainersCount()
  
    public int getContainersCount()
   
   Holds list of the containers that defines the unit of execution for this
 Revision.
 repeated .google.cloud.run.v2.Container containers = 6;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getContainersList()
  
    public List<Container> getContainersList()
   
   Holds list of the containers that defines the unit of execution for this
 Revision.
 repeated .google.cloud.run.v2.Container containers = 6;
getContainersOrBuilder(int index)
  
    public ContainerOrBuilder getContainersOrBuilder(int index)
   
   Holds list of the containers that defines the unit of execution for this
 Revision.
 repeated .google.cloud.run.v2.Container containers = 6;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getContainersOrBuilderList()
  
    public List<? extends ContainerOrBuilder> getContainersOrBuilderList()
   
   Holds list of the containers that defines the unit of execution for this
 Revision.
 repeated .google.cloud.run.v2.Container containers = 6;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.run.v2.ContainerOrBuilder> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public WorkerPoolRevisionTemplate getDefaultInstanceForType()
   
  
  
  getEncryptionKey()
  
    public String getEncryptionKey()
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The encryptionKey. | 
    
  
  
  getEncryptionKeyBytes()
  
    public ByteString getEncryptionKeyBytes()
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for encryptionKey. | 
    
  
  
  getEncryptionKeyRevocationAction()
  
    public EncryptionKeyRevocationAction getEncryptionKeyRevocationAction()
   
   Optional. The action to take if the encryption key is revoked.
 
 .google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 10 [(.google.api.field_behavior) = OPTIONAL];
 
getEncryptionKeyRevocationActionValue()
  
    public int getEncryptionKeyRevocationActionValue()
   
   Optional. The action to take if the encryption key is revoked.
 
 .google.cloud.run.v2.EncryptionKeyRevocationAction encryption_key_revocation_action = 10 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for encryptionKeyRevocationAction. | 
    
  
  
  getEncryptionKeyShutdownDuration()
  
    public Duration getEncryptionKeyShutdownDuration()
   
   Optional. 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 = 11 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Duration | The encryptionKeyShutdownDuration. | 
    
  
  
  getEncryptionKeyShutdownDurationOrBuilder()
  
    public DurationOrBuilder getEncryptionKeyShutdownDurationOrBuilder()
   
   Optional. 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 = 11 [(.google.api.field_behavior) = OPTIONAL];
 
getLabels() (deprecated)
  
    public Map<String,String> getLabels()
   
  
  
  
  getLabelsCount()
  
    public int getLabelsCount()
   
   Optional. Unstructured key value map that can be used to organize and
 categorize objects. User-provided labels are shared with Google's billing
 system, so they can be used to filter, or break down billing charges by
 team, component, environment, state, etc. For more information, visit
 https://cloud.google.com/resource-manager/docs/creating-managing-labels or
 https://cloud.google.com/run/docs/configuring/labels.
 Cloud Run API v2 does not support labels with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system labels in v1 now have a
 corresponding field in v2 WorkerPoolRevisionTemplate.
 map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getLabelsMap()
  
    public Map<String,String> getLabelsMap()
   
   Optional. Unstructured key value map that can be used to organize and
 categorize objects. User-provided labels are shared with Google's billing
 system, so they can be used to filter, or break down billing charges by
 team, component, environment, state, etc. For more information, visit
 https://cloud.google.com/resource-manager/docs/creating-managing-labels or
 https://cloud.google.com/run/docs/configuring/labels.
 Cloud Run API v2 does not support labels with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system labels in v1 now have a
 corresponding field in v2 WorkerPoolRevisionTemplate.
 map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL];
getLabelsOrDefault(String key, String defaultValue)
  
    public String getLabelsOrDefault(String key, String defaultValue)
   
   Optional. Unstructured key value map that can be used to organize and
 categorize objects. User-provided labels are shared with Google's billing
 system, so they can be used to filter, or break down billing charges by
 team, component, environment, state, etc. For more information, visit
 https://cloud.google.com/resource-manager/docs/creating-managing-labels or
 https://cloud.google.com/run/docs/configuring/labels.
 Cloud Run API v2 does not support labels with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system labels in v1 now have a
 corresponding field in v2 WorkerPoolRevisionTemplate.
 map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String |  | 
    
  
  
  getLabelsOrThrow(String key)
  
    public String getLabelsOrThrow(String key)
   
   Optional. Unstructured key value map that can be used to organize and
 categorize objects. User-provided labels are shared with Google's billing
 system, so they can be used to filter, or break down billing charges by
 team, component, environment, state, etc. For more information, visit
 https://cloud.google.com/resource-manager/docs/creating-managing-labels or
 https://cloud.google.com/run/docs/configuring/labels.
 Cloud Run API v2 does not support labels with run.googleapis.com,
 cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
 namespaces, and they will be rejected. All system labels in v1 now have a
 corresponding field in v2 WorkerPoolRevisionTemplate.
 map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String |  | 
    
  
  
  getNodeSelector()
  
    public NodeSelector getNodeSelector()
   
   Optional. The node selector for the revision template.
 
 .google.cloud.run.v2.NodeSelector node_selector = 13 [(.google.api.field_behavior) = OPTIONAL];
 
getNodeSelectorOrBuilder()
  
    public NodeSelectorOrBuilder getNodeSelectorOrBuilder()
   
   Optional. The node selector for the revision template.
 
 .google.cloud.run.v2.NodeSelector node_selector = 13 [(.google.api.field_behavior) = OPTIONAL];
 
getParserForType()
  
    public Parser<WorkerPoolRevisionTemplate> getParserForType()
   
  
  Overrides
  
  
  getRevision()
  
    public String getRevision()
   
   Optional. The unique name for the revision. If this field is omitted, it
 will be automatically generated based on the WorkerPool name.
 
 string revision = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The revision. | 
    
  
  
  getRevisionBytes()
  
    public ByteString getRevisionBytes()
   
   Optional. The unique name for the revision. If this field is omitted, it
 will be automatically generated based on the WorkerPool name.
 
 string revision = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for revision. | 
    
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getServiceAccount()
  
    public String getServiceAccount()
   
   Optional. 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The serviceAccount. | 
    
  
  
  getServiceAccountBytes()
  
    public ByteString getServiceAccountBytes()
   
   Optional. 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 = 5 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for serviceAccount. | 
    
  
  
  getServiceMesh()
  
    public ServiceMesh getServiceMesh()
   
   Optional. Enables service mesh connectivity.
 
 .google.cloud.run.v2.ServiceMesh service_mesh = 9 [(.google.api.field_behavior) = OPTIONAL];
 
getServiceMeshOrBuilder()
  
    public ServiceMeshOrBuilder getServiceMeshOrBuilder()
   
   Optional. Enables service mesh connectivity.
 
 .google.cloud.run.v2.ServiceMesh service_mesh = 9 [(.google.api.field_behavior) = OPTIONAL];
 
getVolumes(int index)
  
    public Volume getVolumes(int index)
   
   Optional. A list of Volumes to make available to containers.
 
 repeated .google.cloud.run.v2.Volume volumes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Volume |  | 
    
  
  
  getVolumesCount()
  
    public int getVolumesCount()
   
   Optional. A list of Volumes to make available to containers.
 
 repeated .google.cloud.run.v2.Volume volumes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getVolumesList()
  
    public List<Volume> getVolumesList()
   
   Optional. A list of Volumes to make available to containers.
 
 repeated .google.cloud.run.v2.Volume volumes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
getVolumesOrBuilder(int index)
  
    public VolumeOrBuilder getVolumesOrBuilder(int index)
   
   Optional. A list of Volumes to make available to containers.
 
 repeated .google.cloud.run.v2.Volume volumes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getVolumesOrBuilderList()
  
    public List<? extends VolumeOrBuilder> getVolumesOrBuilderList()
   
   Optional. A list of Volumes to make available to containers.
 
 repeated .google.cloud.run.v2.Volume volumes = 7 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.run.v2.VolumeOrBuilder> |  | 
    
  
  
  getVpcAccess()
  
    public VpcAccess getVpcAccess()
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | VpcAccess | The vpcAccess. | 
    
  
  
  getVpcAccessOrBuilder()
  
    public VpcAccessOrBuilder getVpcAccessOrBuilder()
   
  
  
  
  hasEncryptionKeyShutdownDuration()
  
    public boolean hasEncryptionKeyShutdownDuration()
   
   Optional. 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 = 11 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the encryptionKeyShutdownDuration field is set. | 
    
  
  
  hasNodeSelector()
  
    public boolean hasNodeSelector()
   
   Optional. The node selector for the revision template.
 
 .google.cloud.run.v2.NodeSelector node_selector = 13 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the nodeSelector field is set. | 
    
  
  
  hasServiceMesh()
  
    public boolean hasServiceMesh()
   
   Optional. Enables service mesh connectivity.
 
 .google.cloud.run.v2.ServiceMesh service_mesh = 9 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the serviceMesh field is set. | 
    
  
  
  hasVpcAccess()
  
    public boolean hasVpcAccess()
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the vpcAccess field is set. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  internalGetMapFieldReflection(int number)
  
    protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | number | int
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | com.google.protobuf.MapFieldReflectionAccessor |  | 
    
  
  Overrides
  com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public WorkerPoolRevisionTemplate.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected WorkerPoolRevisionTemplate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public WorkerPoolRevisionTemplate.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides