Skip to content

Commit

Permalink
chore: generate libraries at Sat Nov 9 13:59:46 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Nov 9, 2024
1 parent 6983de3 commit 91b2406
Show file tree
Hide file tree
Showing 26 changed files with 19,807 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
/*
* 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/gkehub/policycontroller/v1beta/policycontroller.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.gkehub.policycontroller.v1beta;

public interface BundleInstallSpecOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.gkehub.policycontroller.v1beta.BundleInstallSpec)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* The set of namespaces to be exempted from the bundle.
* </pre>
*
* <code>repeated string exempted_namespaces = 2;</code>
*
* @return A list containing the exemptedNamespaces.
*/
java.util.List<java.lang.String> getExemptedNamespacesList();
/**
*
*
* <pre>
* The set of namespaces to be exempted from the bundle.
* </pre>
*
* <code>repeated string exempted_namespaces = 2;</code>
*
* @return The count of exemptedNamespaces.
*/
int getExemptedNamespacesCount();
/**
*
*
* <pre>
* The set of namespaces to be exempted from the bundle.
* </pre>
*
* <code>repeated string exempted_namespaces = 2;</code>
*
* @param index The index of the element to return.
* @return The exemptedNamespaces at the given index.
*/
java.lang.String getExemptedNamespaces(int index);
/**
*
*
* <pre>
* The set of namespaces to be exempted from the bundle.
* </pre>
*
* <code>repeated string exempted_namespaces = 2;</code>
*
* @param index The index of the value to return.
* @return The bytes of the exemptedNamespaces at the given index.
*/
com.google.protobuf.ByteString getExemptedNamespacesBytes(int index);
}
Loading

0 comments on commit 91b2406

Please sign in to comment.