com.google.cloud.netapp.v1.LocationMetadataOrBuilder 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/netapp/v1/common.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.netapp.v1;
public interface LocationMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.netapp.v1.LocationMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. Supported service levels in a location.
*
*
*
* repeated .google.cloud.netapp.v1.ServiceLevel supported_service_levels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return A list containing the supportedServiceLevels.
*/
java.util.List getSupportedServiceLevelsList();
/**
*
*
*
* Output only. Supported service levels in a location.
*
*
*
* repeated .google.cloud.netapp.v1.ServiceLevel supported_service_levels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The count of supportedServiceLevels.
*/
int getSupportedServiceLevelsCount();
/**
*
*
*
* Output only. Supported service levels in a location.
*
*
*
* repeated .google.cloud.netapp.v1.ServiceLevel supported_service_levels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param index The index of the element to return.
* @return The supportedServiceLevels at the given index.
*/
com.google.cloud.netapp.v1.ServiceLevel getSupportedServiceLevels(int index);
/**
*
*
*
* Output only. Supported service levels in a location.
*
*
*
* repeated .google.cloud.netapp.v1.ServiceLevel supported_service_levels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return A list containing the enum numeric values on the wire for supportedServiceLevels.
*/
java.util.List getSupportedServiceLevelsValueList();
/**
*
*
*
* Output only. Supported service levels in a location.
*
*
*
* repeated .google.cloud.netapp.v1.ServiceLevel supported_service_levels = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of supportedServiceLevels at the given index.
*/
int getSupportedServiceLevelsValue(int index);
}