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

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

  /**
   *
   *
   * 
   * Output only. The repository's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Output only. The repository's name.
   * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Optional. The repository's user-friendly name.
   * 
* * string display_name = 8 [(.google.api.field_behavior) = OPTIONAL]; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * Optional. The repository's user-friendly name.
   * 
* * string display_name = 8 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * Optional. If set, configures this repository to be linked to a Git remote.
   * 
* * * .google.cloud.dataform.v1beta1.Repository.GitRemoteSettings git_remote_settings = 2 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the gitRemoteSettings field is set. */ boolean hasGitRemoteSettings(); /** * * *
   * Optional. If set, configures this repository to be linked to a Git remote.
   * 
* * * .google.cloud.dataform.v1beta1.Repository.GitRemoteSettings git_remote_settings = 2 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The gitRemoteSettings. */ com.google.cloud.dataform.v1beta1.Repository.GitRemoteSettings getGitRemoteSettings(); /** * * *
   * Optional. If set, configures this repository to be linked to a Git remote.
   * 
* * * .google.cloud.dataform.v1beta1.Repository.GitRemoteSettings git_remote_settings = 2 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dataform.v1beta1.Repository.GitRemoteSettingsOrBuilder getGitRemoteSettingsOrBuilder(); /** * * *
   * Optional. The name of the Secret Manager secret version to be used to
   * interpolate variables into the .npmrc file for package installation
   * operations. Must be in the format `projects/*/secrets/*/versions/*`. The
   * file itself must be in a JSON format.
   * 
* * * string npmrc_environment_variables_secret_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... } * * * @return The npmrcEnvironmentVariablesSecretVersion. */ java.lang.String getNpmrcEnvironmentVariablesSecretVersion(); /** * * *
   * Optional. The name of the Secret Manager secret version to be used to
   * interpolate variables into the .npmrc file for package installation
   * operations. Must be in the format `projects/*/secrets/*/versions/*`. The
   * file itself must be in a JSON format.
   * 
* * * string npmrc_environment_variables_secret_version = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... } * * * @return The bytes for npmrcEnvironmentVariablesSecretVersion. */ com.google.protobuf.ByteString getNpmrcEnvironmentVariablesSecretVersionBytes(); /** * * *
   * Optional. If set, fields of `workspace_compilation_overrides` override the
   * default compilation settings that are specified in dataform.json when
   * creating workspace-scoped compilation results. See documentation for
   * `WorkspaceCompilationOverrides` for more information.
   * 
* * * .google.cloud.dataform.v1beta1.Repository.WorkspaceCompilationOverrides workspace_compilation_overrides = 4 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the workspaceCompilationOverrides field is set. */ boolean hasWorkspaceCompilationOverrides(); /** * * *
   * Optional. If set, fields of `workspace_compilation_overrides` override the
   * default compilation settings that are specified in dataform.json when
   * creating workspace-scoped compilation results. See documentation for
   * `WorkspaceCompilationOverrides` for more information.
   * 
* * * .google.cloud.dataform.v1beta1.Repository.WorkspaceCompilationOverrides workspace_compilation_overrides = 4 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The workspaceCompilationOverrides. */ com.google.cloud.dataform.v1beta1.Repository.WorkspaceCompilationOverrides getWorkspaceCompilationOverrides(); /** * * *
   * Optional. If set, fields of `workspace_compilation_overrides` override the
   * default compilation settings that are specified in dataform.json when
   * creating workspace-scoped compilation results. See documentation for
   * `WorkspaceCompilationOverrides` for more information.
   * 
* * * .google.cloud.dataform.v1beta1.Repository.WorkspaceCompilationOverrides workspace_compilation_overrides = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dataform.v1beta1.Repository.WorkspaceCompilationOverridesOrBuilder getWorkspaceCompilationOverridesOrBuilder(); /** * * *
   * Optional. Repository user labels.
   * 
* * map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL]; */ int getLabelsCount(); /** * * *
   * Optional. Repository user labels.
   * 
* * map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL]; */ boolean containsLabels(java.lang.String key); /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** * * *
   * Optional. Repository user labels.
   * 
* * map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL]; */ java.util.Map getLabelsMap(); /** * * *
   * Optional. Repository user labels.
   * 
* * map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL]; */ /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * Optional. Repository user labels.
   * 
* * map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL]; */ java.lang.String getLabelsOrThrow(java.lang.String key); /** * * *
   * Optional. Input only. If set to true, the authenticated user will be
   * granted the roles/dataform.admin role on the created repository. To modify
   * access to the created repository later apply setIamPolicy from
   * https://cloud.google.com/dataform/reference/rest#rest-resource:-v1beta1.projects.locations.repositories
   * 
* * * bool set_authenticated_user_admin = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = INPUT_ONLY]; * * * @return The setAuthenticatedUserAdmin. */ boolean getSetAuthenticatedUserAdmin(); /** * * *
   * Optional. The service account to run workflow invocations under.
   * 
* * string service_account = 10 [(.google.api.field_behavior) = OPTIONAL]; * * @return The serviceAccount. */ java.lang.String getServiceAccount(); /** * * *
   * Optional. The service account to run workflow invocations under.
   * 
* * string service_account = 10 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for serviceAccount. */ com.google.protobuf.ByteString getServiceAccountBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy