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