com.google.cloud.metastore.v1alpha.NetworkConfigOrBuilder Maven / Gradle / Ivy
/*
* 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/metastore/v1alpha/metastore.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.metastore.v1alpha;
public interface NetworkConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.metastore.v1alpha.NetworkConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Immutable. The consumer-side network configuration for the Dataproc
* Metastore instance.
*
*
*
* repeated .google.cloud.metastore.v1alpha.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
java.util.List getConsumersList();
/**
*
*
*
* Immutable. The consumer-side network configuration for the Dataproc
* Metastore instance.
*
*
*
* repeated .google.cloud.metastore.v1alpha.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
com.google.cloud.metastore.v1alpha.NetworkConfig.Consumer getConsumers(int index);
/**
*
*
*
* Immutable. The consumer-side network configuration for the Dataproc
* Metastore instance.
*
*
*
* repeated .google.cloud.metastore.v1alpha.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
int getConsumersCount();
/**
*
*
*
* Immutable. The consumer-side network configuration for the Dataproc
* Metastore instance.
*
*
*
* repeated .google.cloud.metastore.v1alpha.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
java.util.List extends com.google.cloud.metastore.v1alpha.NetworkConfig.ConsumerOrBuilder>
getConsumersOrBuilderList();
/**
*
*
*
* Immutable. The consumer-side network configuration for the Dataproc
* Metastore instance.
*
*
*
* repeated .google.cloud.metastore.v1alpha.NetworkConfig.Consumer consumers = 1 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
com.google.cloud.metastore.v1alpha.NetworkConfig.ConsumerOrBuilder getConsumersOrBuilder(
int index);
/**
*
*
*
* Enables custom routes to be imported and exported for the Dataproc
* Metastore service's peered VPC network.
*
*
* bool custom_routes_enabled = 2;
*
* @return The customRoutesEnabled.
*/
boolean getCustomRoutesEnabled();
}