com.google.cloud.billing.budgets.v1beta1.ListBudgetsResponseOrBuilder 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/billing/budgets/v1beta1/budget_service.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.billing.budgets.v1beta1;
public interface ListBudgetsResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.billing.budgets.v1beta1.ListBudgetsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* List of the budgets owned by the requested billing account.
*
*
* repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
*/
java.util.List getBudgetsList();
/**
*
*
*
* List of the budgets owned by the requested billing account.
*
*
* repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
*/
com.google.cloud.billing.budgets.v1beta1.Budget getBudgets(int index);
/**
*
*
*
* List of the budgets owned by the requested billing account.
*
*
* repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
*/
int getBudgetsCount();
/**
*
*
*
* List of the budgets owned by the requested billing account.
*
*
* repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
*/
java.util.List extends com.google.cloud.billing.budgets.v1beta1.BudgetOrBuilder>
getBudgetsOrBuilderList();
/**
*
*
*
* List of the budgets owned by the requested billing account.
*
*
* repeated .google.cloud.billing.budgets.v1beta1.Budget budgets = 1;
*/
com.google.cloud.billing.budgets.v1beta1.BudgetOrBuilder getBudgetsOrBuilder(int index);
/**
*
*
*
* If not empty, indicates that there may be more budgets that match the
* request; this value should be passed in a new `ListBudgetsRequest`.
*
*
* string next_page_token = 2;
*
* @return The nextPageToken.
*/
java.lang.String getNextPageToken();
/**
*
*
*
* If not empty, indicates that there may be more budgets that match the
* request; this value should be passed in a new `ListBudgetsRequest`.
*
*
* string next_page_token = 2;
*
* @return The bytes for nextPageToken.
*/
com.google.protobuf.ByteString getNextPageTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy