All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dataform.v1beta1.WorkflowInvocationOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.53.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataform/v1beta1/dataform.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.dataform.v1beta1;

public interface WorkflowInvocationOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataform.v1beta1.WorkflowInvocation)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. The workflow invocation's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Output only. The workflow invocation's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Immutable. The name of the compilation result to use for this invocation.
   * Must be in the format
   * `projects/*/locations/*/repositories/*/compilationResults/*`.
   * 
* * * string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return Whether the compilationResult field is set. */ boolean hasCompilationResult(); /** * * *
   * Immutable. The name of the compilation result to use for this invocation.
   * Must be in the format
   * `projects/*/locations/*/repositories/*/compilationResults/*`.
   * 
* * * string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return The compilationResult. */ java.lang.String getCompilationResult(); /** * * *
   * Immutable. The name of the compilation result to use for this invocation.
   * Must be in the format
   * `projects/*/locations/*/repositories/*/compilationResults/*`.
   * 
* * * string compilation_result = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return The bytes for compilationResult. */ com.google.protobuf.ByteString getCompilationResultBytes(); /** * * *
   * Immutable. The name of the workflow config to invoke. Must be in the
   * format `projects/*/locations/*/repositories/*/workflowConfigs/*`.
   * 
* * * string workflow_config = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return Whether the workflowConfig field is set. */ boolean hasWorkflowConfig(); /** * * *
   * Immutable. The name of the workflow config to invoke. Must be in the
   * format `projects/*/locations/*/repositories/*/workflowConfigs/*`.
   * 
* * * string workflow_config = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return The workflowConfig. */ java.lang.String getWorkflowConfig(); /** * * *
   * Immutable. The name of the workflow config to invoke. Must be in the
   * format `projects/*/locations/*/repositories/*/workflowConfigs/*`.
   * 
* * * string workflow_config = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * * * @return The bytes for workflowConfig. */ com.google.protobuf.ByteString getWorkflowConfigBytes(); /** * * *
   * Immutable. If left unset, a default InvocationConfig will be used.
   * 
* * * .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE]; * * * @return Whether the invocationConfig field is set. */ boolean hasInvocationConfig(); /** * * *
   * Immutable. If left unset, a default InvocationConfig will be used.
   * 
* * * .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE]; * * * @return The invocationConfig. */ com.google.cloud.dataform.v1beta1.InvocationConfig getInvocationConfig(); /** * * *
   * Immutable. If left unset, a default InvocationConfig will be used.
   * 
* * * .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = IMMUTABLE]; * */ com.google.cloud.dataform.v1beta1.InvocationConfigOrBuilder getInvocationConfigOrBuilder(); /** * * *
   * Output only. This workflow invocation's current state.
   * 
* * * .google.cloud.dataform.v1beta1.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** * * *
   * Output only. This workflow invocation's current state.
   * 
* * * .google.cloud.dataform.v1beta1.WorkflowInvocation.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The state. */ com.google.cloud.dataform.v1beta1.WorkflowInvocation.State getState(); /** * * *
   * Output only. This workflow invocation's timing details.
   * 
* * .google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the invocationTiming field is set. */ boolean hasInvocationTiming(); /** * * *
   * Output only. This workflow invocation's timing details.
   * 
* * .google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The invocationTiming. */ com.google.type.Interval getInvocationTiming(); /** * * *
   * Output only. This workflow invocation's timing details.
   * 
* * .google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.type.IntervalOrBuilder getInvocationTimingOrBuilder(); com.google.cloud.dataform.v1beta1.WorkflowInvocation.CompilationSourceCase getCompilationSourceCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy