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

com.google.cloudbuild.v1.SecretsOrBuilder Maven / Gradle / Ivy

The 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/devtools/cloudbuild/v1/cloudbuild.proto

// Protobuf Java Version: 3.25.4
package com.google.cloudbuild.v1;

public interface SecretsOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.devtools.cloudbuild.v1.Secrets)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Secrets in Secret Manager and associated secret environment variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1; */ java.util.List getSecretManagerList(); /** * * *
   * Secrets in Secret Manager and associated secret environment variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1; */ com.google.cloudbuild.v1.SecretManagerSecret getSecretManager(int index); /** * * *
   * Secrets in Secret Manager and associated secret environment variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1; */ int getSecretManagerCount(); /** * * *
   * Secrets in Secret Manager and associated secret environment variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1; */ java.util.List getSecretManagerOrBuilderList(); /** * * *
   * Secrets in Secret Manager and associated secret environment variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.SecretManagerSecret secret_manager = 1; */ com.google.cloudbuild.v1.SecretManagerSecretOrBuilder getSecretManagerOrBuilder(int index); /** * * *
   * Secrets encrypted with KMS key and the associated secret environment
   * variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2; */ java.util.List getInlineList(); /** * * *
   * Secrets encrypted with KMS key and the associated secret environment
   * variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2; */ com.google.cloudbuild.v1.InlineSecret getInline(int index); /** * * *
   * Secrets encrypted with KMS key and the associated secret environment
   * variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2; */ int getInlineCount(); /** * * *
   * Secrets encrypted with KMS key and the associated secret environment
   * variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2; */ java.util.List getInlineOrBuilderList(); /** * * *
   * Secrets encrypted with KMS key and the associated secret environment
   * variable.
   * 
* * repeated .google.devtools.cloudbuild.v1.InlineSecret inline = 2; */ com.google.cloudbuild.v1.InlineSecretOrBuilder getInlineOrBuilder(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy