Interface ImportAdminQuotaPoliciesResponseOrBuilder (2.58.0)

publicinterface ImportAdminQuotaPoliciesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicies(int index)

publicabstractAdminQuotaPolicygetPolicies(intindex)

The policies that were created from the imported data.

repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;

Parameter
Name Description
index int
Returns
Type Description
AdminQuotaPolicy

getPoliciesCount()

publicabstractintgetPoliciesCount()

The policies that were created from the imported data.

repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;

Returns
Type Description
int

getPoliciesList()

publicabstractList<AdminQuotaPolicy>getPoliciesList()

The policies that were created from the imported data.

repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;

Returns
Type Description
List<AdminQuotaPolicy>

getPoliciesOrBuilder(int index)

publicabstractAdminQuotaPolicyOrBuildergetPoliciesOrBuilder(intindex)

The policies that were created from the imported data.

repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;

Parameter
Name Description
index int
Returns
Type Description
AdminQuotaPolicyOrBuilder

getPoliciesOrBuilderList()

publicabstractList<?extendsAdminQuotaPolicyOrBuilder>getPoliciesOrBuilderList()

The policies that were created from the imported data.

repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;

Returns
Type Description
List<? extends com.google.api.serviceusage.v1beta1.AdminQuotaPolicyOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.