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

com.google.cloud.dataform.v1beta1.WorkflowConfigOrBuilder 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 WorkflowConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dataform.v1beta1.WorkflowConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. The workflow config's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Output only. The workflow config's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Required. The name of the release config whose release_compilation_result
   * should be executed. Must be in the format
   * `projects/*/locations/*/repositories/*/releaseConfigs/*`.
   * 
* * * string release_config = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The releaseConfig. */ java.lang.String getReleaseConfig(); /** * * *
   * Required. The name of the release config whose release_compilation_result
   * should be executed. Must be in the format
   * `projects/*/locations/*/repositories/*/releaseConfigs/*`.
   * 
* * * string release_config = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * * * @return The bytes for releaseConfig. */ com.google.protobuf.ByteString getReleaseConfigBytes(); /** * * *
   * Optional. If left unset, a default InvocationConfig will be used.
   * 
* * * .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the invocationConfig field is set. */ boolean hasInvocationConfig(); /** * * *
   * Optional. If left unset, a default InvocationConfig will be used.
   * 
* * * .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The invocationConfig. */ com.google.cloud.dataform.v1beta1.InvocationConfig getInvocationConfig(); /** * * *
   * Optional. If left unset, a default InvocationConfig will be used.
   * 
* * * .google.cloud.dataform.v1beta1.InvocationConfig invocation_config = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dataform.v1beta1.InvocationConfigOrBuilder getInvocationConfigOrBuilder(); /** * * *
   * Optional. Optional schedule (in cron format) for automatic execution of
   * this workflow config.
   * 
* * string cron_schedule = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The cronSchedule. */ java.lang.String getCronSchedule(); /** * * *
   * Optional. Optional schedule (in cron format) for automatic execution of
   * this workflow config.
   * 
* * string cron_schedule = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for cronSchedule. */ com.google.protobuf.ByteString getCronScheduleBytes(); /** * * *
   * Optional. Specifies the time zone to be used when interpreting
   * cron_schedule. Must be a time zone name from the time zone database
   * (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left
   * unspecified, the default is UTC.
   * 
* * string time_zone = 7 [(.google.api.field_behavior) = OPTIONAL]; * * @return The timeZone. */ java.lang.String getTimeZone(); /** * * *
   * Optional. Specifies the time zone to be used when interpreting
   * cron_schedule. Must be a time zone name from the time zone database
   * (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left
   * unspecified, the default is UTC.
   * 
* * string time_zone = 7 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for timeZone. */ com.google.protobuf.ByteString getTimeZoneBytes(); /** * * *
   * Output only. Records of the 10 most recent scheduled execution attempts,
   * ordered in in descending order of `execution_time`. Updated whenever
   * automatic creation of a workflow invocation is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getRecentScheduledExecutionRecordsList(); /** * * *
   * Output only. Records of the 10 most recent scheduled execution attempts,
   * ordered in in descending order of `execution_time`. Updated whenever
   * automatic creation of a workflow invocation is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord getRecentScheduledExecutionRecords(int index); /** * * *
   * Output only. Records of the 10 most recent scheduled execution attempts,
   * ordered in in descending order of `execution_time`. Updated whenever
   * automatic creation of a workflow invocation is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ int getRecentScheduledExecutionRecordsCount(); /** * * *
   * Output only. Records of the 10 most recent scheduled execution attempts,
   * ordered in in descending order of `execution_time`. Updated whenever
   * automatic creation of a workflow invocation is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List< ? extends com.google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecordOrBuilder> getRecentScheduledExecutionRecordsOrBuilderList(); /** * * *
   * Output only. Records of the 10 most recent scheduled execution attempts,
   * ordered in in descending order of `execution_time`. Updated whenever
   * automatic creation of a workflow invocation is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecord recent_scheduled_execution_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataform.v1beta1.WorkflowConfig.ScheduledExecutionRecordOrBuilder getRecentScheduledExecutionRecordsOrBuilder(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy