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

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

  /**
   *
   *
   * 
   * Output only. The release config's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Output only. The release config's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Required. 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) = REQUIRED]; * * @return The gitCommitish. */ java.lang.String getGitCommitish(); /** * * *
   * Required. 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) = REQUIRED]; * * @return The bytes for gitCommitish. */ com.google.protobuf.ByteString getGitCommitishBytes(); /** * * *
   * Optional. If set, fields of `code_compilation_config` override the default
   * compilation settings that are specified in dataform.json.
   * 
* * * .google.cloud.dataform.v1beta1.CodeCompilationConfig code_compilation_config = 3 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the codeCompilationConfig field is set. */ boolean hasCodeCompilationConfig(); /** * * *
   * Optional. If set, fields of `code_compilation_config` override the default
   * compilation settings that are specified in dataform.json.
   * 
* * * .google.cloud.dataform.v1beta1.CodeCompilationConfig code_compilation_config = 3 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The codeCompilationConfig. */ com.google.cloud.dataform.v1beta1.CodeCompilationConfig getCodeCompilationConfig(); /** * * *
   * Optional. If set, fields of `code_compilation_config` override the default
   * compilation settings that are specified in dataform.json.
   * 
* * * .google.cloud.dataform.v1beta1.CodeCompilationConfig code_compilation_config = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dataform.v1beta1.CodeCompilationConfigOrBuilder getCodeCompilationConfigOrBuilder(); /** * * *
   * Optional. Optional schedule (in cron format) for automatic creation of
   * compilation results.
   * 
* * string cron_schedule = 4 [(.google.api.field_behavior) = OPTIONAL]; * * @return The cronSchedule. */ java.lang.String getCronSchedule(); /** * * *
   * Optional. Optional schedule (in cron format) for automatic creation of
   * compilation results.
   * 
* * 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 release attempts,
   * ordered in in descending order of `release_time`. Updated whenever
   * automatic creation of a compilation result is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord recent_scheduled_release_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getRecentScheduledReleaseRecordsList(); /** * * *
   * Output only. Records of the 10 most recent scheduled release attempts,
   * ordered in in descending order of `release_time`. Updated whenever
   * automatic creation of a compilation result is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord recent_scheduled_release_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord getRecentScheduledReleaseRecords(int index); /** * * *
   * Output only. Records of the 10 most recent scheduled release attempts,
   * ordered in in descending order of `release_time`. Updated whenever
   * automatic creation of a compilation result is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord recent_scheduled_release_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ int getRecentScheduledReleaseRecordsCount(); /** * * *
   * Output only. Records of the 10 most recent scheduled release attempts,
   * ordered in in descending order of `release_time`. Updated whenever
   * automatic creation of a compilation result is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord recent_scheduled_release_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List< ? extends com.google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecordOrBuilder> getRecentScheduledReleaseRecordsOrBuilderList(); /** * * *
   * Output only. Records of the 10 most recent scheduled release attempts,
   * ordered in in descending order of `release_time`. Updated whenever
   * automatic creation of a compilation result is triggered by cron_schedule.
   * 
* * * repeated .google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecord recent_scheduled_release_records = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.dataform.v1beta1.ReleaseConfig.ScheduledReleaseRecordOrBuilder getRecentScheduledReleaseRecordsOrBuilder(int index); /** * * *
   * Optional. The name of the currently released compilation result for this
   * release config. This value is updated when a compilation result is created
   * from this release config, or when this resource is updated by API call
   * (perhaps to roll back to an earlier release). The compilation result must
   * have been created using this release config. Must be in the format
   * `projects/*/locations/*/repositories/*/compilationResults/*`.
   * 
* * * string release_compilation_result = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... } * * * @return The releaseCompilationResult. */ java.lang.String getReleaseCompilationResult(); /** * * *
   * Optional. The name of the currently released compilation result for this
   * release config. This value is updated when a compilation result is created
   * from this release config, or when this resource is updated by API call
   * (perhaps to roll back to an earlier release). The compilation result must
   * have been created using this release config. Must be in the format
   * `projects/*/locations/*/repositories/*/compilationResults/*`.
   * 
* * * string release_compilation_result = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... } * * * @return The bytes for releaseCompilationResult. */ com.google.protobuf.ByteString getReleaseCompilationResultBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy