Interface CompilationResultOrBuilder

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

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

      • getName

        String getName()
         Output only. The compilation result's name.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The compilation result's name.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • hasGitCommitish

        boolean hasGitCommitish()
         Immutable. Git commit/tag/branch name at which the repository should be compiled.
         Must exist in the remote repository.
         Examples:
         - a commit SHA: `12ade345`
         - a tag: `tag1`
         - a branch name: `branch1`
         
        string git_commitish = 2 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the gitCommitish field is set.
      • getGitCommitish

        String getGitCommitish()
         Immutable. Git commit/tag/branch name at which the repository should be compiled.
         Must exist in the remote repository.
         Examples:
         - a commit SHA: `12ade345`
         - a tag: `tag1`
         - a branch name: `branch1`
         
        string git_commitish = 2 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The gitCommitish.
      • getGitCommitishBytes

        com.google.protobuf.ByteString getGitCommitishBytes()
         Immutable. Git commit/tag/branch name at which the repository should be compiled.
         Must exist in the remote repository.
         Examples:
         - a commit SHA: `12ade345`
         - a tag: `tag1`
         - a branch name: `branch1`
         
        string git_commitish = 2 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The bytes for gitCommitish.
      • hasWorkspace

        boolean hasWorkspace()
         Immutable. The name of the workspace to compile. Must be in the format
         `projects/*/locations/*/repositories/*/workspaces/*`.
         
        string workspace = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        Whether the workspace field is set.
      • getWorkspace

        String getWorkspace()
         Immutable. The name of the workspace to compile. Must be in the format
         `projects/*/locations/*/repositories/*/workspaces/*`.
         
        string workspace = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The workspace.
      • getWorkspaceBytes

        com.google.protobuf.ByteString getWorkspaceBytes()
         Immutable. The name of the workspace to compile. Must be in the format
         `projects/*/locations/*/repositories/*/workspaces/*`.
         
        string workspace = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for workspace.
      • hasCodeCompilationConfig

        boolean hasCodeCompilationConfig()
         Immutable. If set, fields of `code_compilation_overrides` override the default
         compilation settings that are specified in dataform.json.
         
        .google.cloud.dataform.v1alpha2.CompilationResult.CodeCompilationConfig code_compilation_config = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the codeCompilationConfig field is set.
      • getCodeCompilationConfig

        CompilationResult.CodeCompilationConfig getCodeCompilationConfig()
         Immutable. If set, fields of `code_compilation_overrides` override the default
         compilation settings that are specified in dataform.json.
         
        .google.cloud.dataform.v1alpha2.CompilationResult.CodeCompilationConfig code_compilation_config = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The codeCompilationConfig.
      • getCodeCompilationConfigOrBuilder

        CompilationResult.CodeCompilationConfigOrBuilder getCodeCompilationConfigOrBuilder()
         Immutable. If set, fields of `code_compilation_overrides` override the default
         compilation settings that are specified in dataform.json.
         
        .google.cloud.dataform.v1alpha2.CompilationResult.CodeCompilationConfig code_compilation_config = 4 [(.google.api.field_behavior) = IMMUTABLE];
      • getDataformCoreVersion

        String getDataformCoreVersion()
         Output only. The version of `@dataform/core` that was used for compilation.
         
        string dataform_core_version = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The dataformCoreVersion.
      • getDataformCoreVersionBytes

        com.google.protobuf.ByteString getDataformCoreVersionBytes()
         Output only. The version of `@dataform/core` that was used for compilation.
         
        string dataform_core_version = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for dataformCoreVersion.
      • getCompilationErrorsList

        List<CompilationResult.CompilationError> getCompilationErrorsList()
         Output only. Errors encountered during project compilation.
         
        repeated .google.cloud.dataform.v1alpha2.CompilationResult.CompilationError compilation_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompilationErrors

        CompilationResult.CompilationError getCompilationErrors​(int index)
         Output only. Errors encountered during project compilation.
         
        repeated .google.cloud.dataform.v1alpha2.CompilationResult.CompilationError compilation_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompilationErrorsCount

        int getCompilationErrorsCount()
         Output only. Errors encountered during project compilation.
         
        repeated .google.cloud.dataform.v1alpha2.CompilationResult.CompilationError compilation_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompilationErrorsOrBuilderList

        List<? extends CompilationResult.CompilationErrorOrBuilder> getCompilationErrorsOrBuilderList()
         Output only. Errors encountered during project compilation.
         
        repeated .google.cloud.dataform.v1alpha2.CompilationResult.CompilationError compilation_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompilationErrorsOrBuilder

        CompilationResult.CompilationErrorOrBuilder getCompilationErrorsOrBuilder​(int index)
         Output only. Errors encountered during project compilation.
         
        repeated .google.cloud.dataform.v1alpha2.CompilationResult.CompilationError compilation_errors = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];