Uses of Class
com.google.api.serviceusage.v1beta1.GetConsumerQuotaLimitRequest
-
Packages that use GetConsumerQuotaLimitRequest Package Description com.google.api.serviceusage.v1beta1 A client to Service Usage APIcom.google.api.serviceusage.v1beta1.stub -
-
Uses of GetConsumerQuotaLimitRequest in com.google.api.serviceusage.v1beta1
Methods in com.google.api.serviceusage.v1beta1 that return GetConsumerQuotaLimitRequest Modifier and Type Method Description GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest.Builder. build()
GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest.Builder. buildPartial()
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. getDefaultInstance()
GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest.Builder. getDefaultInstanceForType()
GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. getDefaultInstanceForType()
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseDelimitedFrom(InputStream input)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(byte[] data)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(com.google.protobuf.ByteString data)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(InputStream input)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(ByteBuffer data)
static GetConsumerQuotaLimitRequest
GetConsumerQuotaLimitRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.serviceusage.v1beta1 that return types with arguments of type GetConsumerQuotaLimitRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
ServiceUsageClient. getConsumerQuotaLimitCallable()
Retrieves a summary of quota information for a specific quota limit.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
ServiceUsageSettings.Builder. getConsumerQuotaLimitSettings()
Returns the builder for the settings used for calls to getConsumerQuotaLimit.com.google.api.gax.rpc.UnaryCallSettings<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
ServiceUsageSettings. getConsumerQuotaLimitSettings()
Returns the object with the settings used for calls to getConsumerQuotaLimit.static io.grpc.MethodDescriptor<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
ServiceUsageGrpc. getGetConsumerQuotaLimitMethod()
com.google.protobuf.Parser<GetConsumerQuotaLimitRequest>
GetConsumerQuotaLimitRequest. getParserForType()
static com.google.protobuf.Parser<GetConsumerQuotaLimitRequest>
GetConsumerQuotaLimitRequest. parser()
Methods in com.google.api.serviceusage.v1beta1 with parameters of type GetConsumerQuotaLimitRequest Modifier and Type Method Description ConsumerQuotaLimit
ServiceUsageClient. getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request)
Retrieves a summary of quota information for a specific quota limit.default void
ServiceUsageGrpc.AsyncService. getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request, io.grpc.stub.StreamObserver<ConsumerQuotaLimit> responseObserver)
Retrieves a summary of quota information for a specific quota limit.ConsumerQuotaLimit
ServiceUsageGrpc.ServiceUsageBlockingStub. getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request)
Retrieves a summary of quota information for a specific quota limit.com.google.common.util.concurrent.ListenableFuture<ConsumerQuotaLimit>
ServiceUsageGrpc.ServiceUsageFutureStub. getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request)
Retrieves a summary of quota information for a specific quota limit.void
ServiceUsageGrpc.ServiceUsageStub. getConsumerQuotaLimit(GetConsumerQuotaLimitRequest request, io.grpc.stub.StreamObserver<ConsumerQuotaLimit> responseObserver)
Retrieves a summary of quota information for a specific quota limit.GetConsumerQuotaLimitRequest.Builder
GetConsumerQuotaLimitRequest.Builder. mergeFrom(GetConsumerQuotaLimitRequest other)
static GetConsumerQuotaLimitRequest.Builder
GetConsumerQuotaLimitRequest. newBuilder(GetConsumerQuotaLimitRequest prototype)
-
Uses of GetConsumerQuotaLimitRequest in com.google.api.serviceusage.v1beta1.stub
Methods in com.google.api.serviceusage.v1beta1.stub that return types with arguments of type GetConsumerQuotaLimitRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
GrpcServiceUsageStub. getConsumerQuotaLimitCallable()
com.google.api.gax.rpc.UnaryCallable<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
HttpJsonServiceUsageStub. getConsumerQuotaLimitCallable()
com.google.api.gax.rpc.UnaryCallable<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
ServiceUsageStub. getConsumerQuotaLimitCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
ServiceUsageStubSettings.Builder. getConsumerQuotaLimitSettings()
Returns the builder for the settings used for calls to getConsumerQuotaLimit.com.google.api.gax.rpc.UnaryCallSettings<GetConsumerQuotaLimitRequest,ConsumerQuotaLimit>
ServiceUsageStubSettings. getConsumerQuotaLimitSettings()
Returns the object with the settings used for calls to getConsumerQuotaLimit.
-