Interface TaskTemplateOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TaskTemplate, TaskTemplate.Builder

    public interface TaskTemplateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getContainersList

        List<Container> getContainersList()
         Holds the single container that defines the unit of execution for this
         task.
         
        repeated .google.cloud.run.v2.Container containers = 1;
      • getContainers

        Container getContainers​(int index)
         Holds the single container that defines the unit of execution for this
         task.
         
        repeated .google.cloud.run.v2.Container containers = 1;
      • getContainersCount

        int getContainersCount()
         Holds the single container that defines the unit of execution for this
         task.
         
        repeated .google.cloud.run.v2.Container containers = 1;
      • getContainersOrBuilderList

        List<? extends ContainerOrBuilder> getContainersOrBuilderList()
         Holds the single container that defines the unit of execution for this
         task.
         
        repeated .google.cloud.run.v2.Container containers = 1;
      • getContainersOrBuilder

        ContainerOrBuilder getContainersOrBuilder​(int index)
         Holds the single container that defines the unit of execution for this
         task.
         
        repeated .google.cloud.run.v2.Container containers = 1;
      • getVolumesList

        List<Volume> getVolumesList()
         A list of Volumes to make available to containers.
         
        repeated .google.cloud.run.v2.Volume volumes = 2;
      • getVolumes

        Volume getVolumes​(int index)
         A list of Volumes to make available to containers.
         
        repeated .google.cloud.run.v2.Volume volumes = 2;
      • getVolumesCount

        int getVolumesCount()
         A list of Volumes to make available to containers.
         
        repeated .google.cloud.run.v2.Volume volumes = 2;
      • getVolumesOrBuilderList

        List<? extends VolumeOrBuilder> getVolumesOrBuilderList()
         A list of Volumes to make available to containers.
         
        repeated .google.cloud.run.v2.Volume volumes = 2;
      • getVolumesOrBuilder

        VolumeOrBuilder getVolumesOrBuilder​(int index)
         A list of Volumes to make available to containers.
         
        repeated .google.cloud.run.v2.Volume volumes = 2;
      • hasMaxRetries

        boolean hasMaxRetries()
         Number of retries allowed per Task, before marking this Task failed.
         Defaults to 3.
         
        int32 max_retries = 3;
        Returns:
        Whether the maxRetries field is set.
      • getMaxRetries

        int getMaxRetries()
         Number of retries allowed per Task, before marking this Task failed.
         Defaults to 3.
         
        int32 max_retries = 3;
        Returns:
        The maxRetries.
      • hasTimeout

        boolean hasTimeout()
         Max allowed time duration the Task may be active before the system will
         actively try to mark it failed and kill associated containers. This applies
         per attempt of a task, meaning each retry can run for the full timeout.
         Defaults to 600 seconds.
         
        .google.protobuf.Duration timeout = 4;
        Returns:
        Whether the timeout field is set.
      • getTimeout

        com.google.protobuf.Duration getTimeout()
         Max allowed time duration the Task may be active before the system will
         actively try to mark it failed and kill associated containers. This applies
         per attempt of a task, meaning each retry can run for the full timeout.
         Defaults to 600 seconds.
         
        .google.protobuf.Duration timeout = 4;
        Returns:
        The timeout.
      • getTimeoutOrBuilder

        com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
         Max allowed time duration the Task may be active before the system will
         actively try to mark it failed and kill associated containers. This applies
         per attempt of a task, meaning each retry can run for the full timeout.
         Defaults to 600 seconds.
         
        .google.protobuf.Duration timeout = 4;
      • getServiceAccount

        String getServiceAccount()
         Email address of the IAM service account associated with the Task of a
         Job. The service account represents the identity of the
         running task, and determines what permissions the task has. If
         not provided, the task will use the project's default service account.
         
        string service_account = 5;
        Returns:
        The serviceAccount.
      • getServiceAccountBytes

        com.google.protobuf.ByteString getServiceAccountBytes()
         Email address of the IAM service account associated with the Task of a
         Job. The service account represents the identity of the
         running task, and determines what permissions the task has. If
         not provided, the task will use the project's default service account.
         
        string service_account = 5;
        Returns:
        The bytes for serviceAccount.
      • getExecutionEnvironmentValue

        int getExecutionEnvironmentValue()
         The execution environment being used to host this Task.
         
        .google.cloud.run.v2.ExecutionEnvironment execution_environment = 6;
        Returns:
        The enum numeric value on the wire for executionEnvironment.
      • getExecutionEnvironment

        ExecutionEnvironment getExecutionEnvironment()
         The execution environment being used to host this Task.
         
        .google.cloud.run.v2.ExecutionEnvironment execution_environment = 6;
        Returns:
        The executionEnvironment.
      • getEncryptionKey

        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 = 7 [(.google.api.resource_reference) = { ... }
        Returns:
        The encryptionKey.
      • getEncryptionKeyBytes

        com.google.protobuf.ByteString getEncryptionKeyBytes()
         A reference to a customer managed encryption key (CMEK) to use to encrypt
         this container image. For more information, go to
         https://cloud.google.com/run/docs/securing/using-cmek
         
        string encryption_key = 7 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for encryptionKey.
      • hasVpcAccess

        boolean hasVpcAccess()
         VPC Access configuration to use for this Task. For more information,
         visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
         
        .google.cloud.run.v2.VpcAccess vpc_access = 8;
        Returns:
        Whether the vpcAccess field is set.
      • getVpcAccess

        VpcAccess getVpcAccess()
         VPC Access configuration to use for this Task. For more information,
         visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
         
        .google.cloud.run.v2.VpcAccess vpc_access = 8;
        Returns:
        The vpcAccess.
      • getVpcAccessOrBuilder

        VpcAccessOrBuilder getVpcAccessOrBuilder()
         VPC Access configuration to use for this Task. For more information,
         visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
         
        .google.cloud.run.v2.VpcAccess vpc_access = 8;