Interface ImportAdminQuotaPoliciesResponseOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ImportAdminQuotaPoliciesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPolicies(int index)

public abstract AdminQuotaPolicy getPolicies(int index)

The policies that were created from the imported data.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AdminQuotaPolicy

getPoliciesCount()

public abstract int getPoliciesCount()

The policies that were created from the imported data.

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

Returns
TypeDescription
int

getPoliciesList()

public abstract List<AdminQuotaPolicy> getPoliciesList()

The policies that were created from the imported data.

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

Returns
TypeDescription
List<AdminQuotaPolicy>

getPoliciesOrBuilder(int index)

public abstract AdminQuotaPolicyOrBuilder getPoliciesOrBuilder(int index)

The policies that were created from the imported data.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AdminQuotaPolicyOrBuilder

getPoliciesOrBuilderList()

public abstract List<? extends AdminQuotaPolicyOrBuilder> getPoliciesOrBuilderList()

The policies that were created from the imported data.

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

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