Uses of Class
com.google.api.servicecontrol.v1.QuotaOperation.QuotaMode
-
Packages that use QuotaOperation.QuotaMode Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of QuotaOperation.QuotaMode in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return QuotaOperation.QuotaMode Modifier and Type Method Description static QuotaOperation.QuotaModeQuotaOperation.QuotaMode. forNumber(int value)QuotaOperation.QuotaModeQuotaOperation.Builder. getQuotaMode()Quota mode for this operation.QuotaOperation.QuotaModeQuotaOperation. getQuotaMode()Quota mode for this operation.QuotaOperation.QuotaModeQuotaOperationOrBuilder. getQuotaMode()Quota mode for this operation.static QuotaOperation.QuotaModeQuotaOperation.QuotaMode. valueOf(int value)Deprecated.static QuotaOperation.QuotaModeQuotaOperation.QuotaMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static QuotaOperation.QuotaModeQuotaOperation.QuotaMode. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaOperation.QuotaMode[]QuotaOperation.QuotaMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.servicecontrol.v1 that return types with arguments of type QuotaOperation.QuotaMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<QuotaOperation.QuotaMode>QuotaOperation.QuotaMode. internalGetValueMap()Methods in com.google.api.servicecontrol.v1 with parameters of type QuotaOperation.QuotaMode Modifier and Type Method Description QuotaOperation.BuilderQuotaOperation.Builder. setQuotaMode(QuotaOperation.QuotaMode value)Quota mode for this operation.
-