Interface ExecutionOrBuilder

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

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

      • hasExecutionTemplate

        boolean hasExecutionTemplate()
         execute metadata including name, hardware spec, region, labels, etc.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 1;
        Returns:
        Whether the executionTemplate field is set.
      • getExecutionTemplate

        ExecutionTemplate getExecutionTemplate()
         execute metadata including name, hardware spec, region, labels, etc.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 1;
        Returns:
        The executionTemplate.
      • getExecutionTemplateOrBuilder

        ExecutionTemplateOrBuilder getExecutionTemplateOrBuilder()
         execute metadata including name, hardware spec, region, labels, etc.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 1;
      • getName

        String getName()
         Output only. The resource name of the execute. Format:
         `projects/{project_id}/locations/{location}/executions/{execution_id}`
         
        string name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the execute. Format:
         `projects/{project_id}/locations/{location}/executions/{execution_id}`
         
        string name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • getDisplayName

        String getDisplayName()
         Output only. Name used for UI purposes.
         Name can only contain alphanumeric characters and underscores '_'.
         
        string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Output only. Name used for UI purposes.
         Name can only contain alphanumeric characters and underscores '_'.
         
        string display_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for displayName.
      • getDescription

        String getDescription()
         A brief description of this execution.
         
        string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         A brief description of this execution.
         
        string description = 4;
        Returns:
        The bytes for description.
      • hasCreateTime

        boolean hasCreateTime()
         Output only. Time the Execution was instantiated.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Output only. Time the Execution was instantiated.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Time the Execution was instantiated.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. Time the Execution was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. Time the Execution was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Time the Execution was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStateValue

        int getStateValue()
         Output only. State of the underlying AI Platform job.
         
        .google.cloud.notebooks.v1.Execution.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        Execution.State getState()
         Output only. State of the underlying AI Platform job.
         
        .google.cloud.notebooks.v1.Execution.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The state.
      • getOutputNotebookFile

        String getOutputNotebookFile()
         Output notebook file generated by this execution
         
        string output_notebook_file = 8;
        Returns:
        The outputNotebookFile.
      • getOutputNotebookFileBytes

        com.google.protobuf.ByteString getOutputNotebookFileBytes()
         Output notebook file generated by this execution
         
        string output_notebook_file = 8;
        Returns:
        The bytes for outputNotebookFile.
      • getJobUri

        String getJobUri()
         Output only. The URI of the external job used to execute the notebook.
         
        string job_uri = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The jobUri.
      • getJobUriBytes

        com.google.protobuf.ByteString getJobUriBytes()
         Output only. The URI of the external job used to execute the notebook.
         
        string job_uri = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for jobUri.