public interface ImportAdminQuotaPoliciesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AdminQuotaPolicy |
getPolicies(int index)
The policies that were created from the imported data.
|
int |
getPoliciesCount()
The policies that were created from the imported data.
|
List<AdminQuotaPolicy> |
getPoliciesList()
The policies that were created from the imported data.
|
AdminQuotaPolicyOrBuilder |
getPoliciesOrBuilder(int index)
The policies that were created from the imported data.
|
List<? extends AdminQuotaPolicyOrBuilder> |
getPoliciesOrBuilderList()
The policies that were created from the imported data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AdminQuotaPolicy> getPoliciesList()
The policies that were created from the imported data.
repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;AdminQuotaPolicy getPolicies(int index)
The policies that were created from the imported data.
repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;int getPoliciesCount()
The policies that were created from the imported data.
repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;List<? extends AdminQuotaPolicyOrBuilder> getPoliciesOrBuilderList()
The policies that were created from the imported data.
repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;AdminQuotaPolicyOrBuilder getPoliciesOrBuilder(int index)
The policies that were created from the imported data.
repeated .google.api.serviceusage.v1beta1.AdminQuotaPolicy policies = 1;Copyright © 2022 Google LLC. All rights reserved.