Uses of Class
com.google.api.QuotaLimit
Packages that use QuotaLimit
-
Uses of QuotaLimit in com.google.api
Methods in com.google.api that return QuotaLimitModifier and TypeMethodDescriptionQuotaLimit.Builder.build()QuotaLimit.Builder.buildPartial()static QuotaLimitQuotaLimit.getDefaultInstance()QuotaLimit.Builder.getDefaultInstanceForType()QuotaLimit.getDefaultInstanceForType()Quota.Builder.getLimits(int index) List of QuotaLimit definitions for the service.Quota.getLimits(int index) List of QuotaLimit definitions for the service.QuotaOrBuilder.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 QuotaLimitModifier and TypeMethodDescriptionQuota.Builder.getLimitsList()List of QuotaLimit definitions for the service.Quota.getLimitsList()List of QuotaLimit definitions for the service.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 QuotaLimitModifier and TypeMethodDescriptionQuota.Builder.addLimits(int index, QuotaLimit value) List of QuotaLimit definitions for the service.Quota.Builder.addLimits(QuotaLimit value) List of QuotaLimit definitions for the service.QuotaLimit.Builder.mergeFrom(QuotaLimit other) static QuotaLimit.BuilderQuotaLimit.newBuilder(QuotaLimit prototype) Quota.Builder.setLimits(int index, QuotaLimit value) List of QuotaLimit definitions for the service.Method parameters in com.google.api with type arguments of type QuotaLimitModifier and TypeMethodDescriptionQuota.Builder.addAllLimits(Iterable<? extends QuotaLimit> values) List of QuotaLimit definitions for the service.