Interface CreateCompilationResultRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The repository in which to create the compilation result. Must be in the
         format `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The repository in which to create the compilation result. Must be in the
         format `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasCompilationResult

        boolean hasCompilationResult()
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the compilationResult field is set.
      • getCompilationResult

        CompilationResult getCompilationResult()
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The compilationResult.
      • getCompilationResultOrBuilder

        CompilationResultOrBuilder getCompilationResultOrBuilder()
         Required. The compilation result to create.
         
        .google.cloud.dataform.v1alpha2.CompilationResult compilation_result = 2 [(.google.api.field_behavior) = REQUIRED];