Uses of Class
com.google.api.QuotaLimit
-
Packages that use QuotaLimit Package Description com.google.api -
-
Uses of QuotaLimit in com.google.api
Methods in com.google.api that return QuotaLimit Modifier and Type Method Description QuotaLimitQuotaLimit.Builder. build()QuotaLimitQuotaLimit.Builder. buildPartial()static QuotaLimitQuotaLimit. getDefaultInstance()QuotaLimitQuotaLimit.Builder. getDefaultInstanceForType()QuotaLimitQuotaLimit. getDefaultInstanceForType()QuotaLimitQuota.Builder. getLimits(int index)List of QuotaLimit definitions for the service.QuotaLimitQuota. getLimits(int index)List of QuotaLimit definitions for the service.QuotaLimitQuotaOrBuilder. getLimits(int index)List of QuotaLimit definitions for the service.static QuotaLimitQuotaLimit. parseDelimitedFrom(InputStream input)static QuotaLimitQuotaLimit. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaLimitQuotaLimit. parseFrom(byte[] data)static QuotaLimitQuotaLimit. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaLimitQuotaLimit. parseFrom(com.google.protobuf.ByteString data)static QuotaLimitQuotaLimit. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaLimitQuotaLimit. parseFrom(com.google.protobuf.CodedInputStream input)static QuotaLimitQuotaLimit. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaLimitQuotaLimit. parseFrom(InputStream input)static QuotaLimitQuotaLimit. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaLimitQuotaLimit. parseFrom(ByteBuffer data)static QuotaLimitQuotaLimit. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type QuotaLimit Modifier and Type Method Description List<QuotaLimit>Quota.Builder. getLimitsList()List of QuotaLimit definitions for the service.List<QuotaLimit>Quota. getLimitsList()List of QuotaLimit definitions for the service.List<QuotaLimit>QuotaOrBuilder. getLimitsList()List of QuotaLimit definitions for the service.com.google.protobuf.Parser<QuotaLimit>QuotaLimit. getParserForType()static com.google.protobuf.Parser<QuotaLimit>QuotaLimit. parser()Methods in com.google.api with parameters of type QuotaLimit Modifier and Type Method Description Quota.BuilderQuota.Builder. addLimits(int index, QuotaLimit value)List of QuotaLimit definitions for the service.Quota.BuilderQuota.Builder. addLimits(QuotaLimit value)List of QuotaLimit definitions for the service.QuotaLimit.BuilderQuotaLimit.Builder. mergeFrom(QuotaLimit other)static QuotaLimit.BuilderQuotaLimit. newBuilder(QuotaLimit prototype)Quota.BuilderQuota.Builder. setLimits(int index, QuotaLimit value)List of QuotaLimit definitions for the service.Method parameters in com.google.api with type arguments of type QuotaLimit Modifier and Type Method Description Quota.BuilderQuota.Builder. addAllLimits(Iterable<? extends QuotaLimit> values)List of QuotaLimit definitions for the service.
-