public interface ImportAdminQuotaPoliciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| AdminQuotaPolicy |
getPoliciesCount()
public abstract int getPoliciesCount()The policies that were created from the imported data.
repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;
| Type | Description |
| int |
getPoliciesList()
public abstract List<AdminQuotaPolicy> getPoliciesList()The policies that were created from the imported data.
repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.api.serviceusage.v1beta1.AdminQuotaPolicyOrBuilder> |