Uses of Class
com.google.cloud.pubsublite.proto.ComputeMessageStatsResponse
-
Packages that use ComputeMessageStatsResponse Package Description com.google.cloud.pubsublite.internal com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of ComputeMessageStatsResponse in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal that return types with arguments of type ComputeMessageStatsResponse Modifier and Type Method Description com.google.api.core.ApiFuture<ComputeMessageStatsResponse>TopicStatsClient. computeMessageStats(TopicPath path, Partition partition, Offset start, Offset end)Compute statistics about the messages between two cursors in a topic partition.com.google.api.core.ApiFuture<ComputeMessageStatsResponse>TopicStatsClientImpl. computeMessageStats(TopicPath path, Partition partition, Offset start, Offset end) -
Uses of ComputeMessageStatsResponse in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ComputeMessageStatsResponse Modifier and Type Method Description ComputeMessageStatsResponseComputeMessageStatsResponse.Builder. build()ComputeMessageStatsResponseComputeMessageStatsResponse.Builder. buildPartial()ComputeMessageStatsResponseTopicStatsServiceGrpc.TopicStatsServiceBlockingStub. computeMessageStats(ComputeMessageStatsRequest request)Compute statistics about a range of messages in a given topic and partition.static ComputeMessageStatsResponseComputeMessageStatsResponse. getDefaultInstance()ComputeMessageStatsResponseComputeMessageStatsResponse.Builder. getDefaultInstanceForType()ComputeMessageStatsResponseComputeMessageStatsResponse. getDefaultInstanceForType()static ComputeMessageStatsResponseComputeMessageStatsResponse. parseDelimitedFrom(InputStream input)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(byte[] data)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(com.google.protobuf.ByteString data)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(InputStream input)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(ByteBuffer data)static ComputeMessageStatsResponseComputeMessageStatsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ComputeMessageStatsResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ComputeMessageStatsResponse>TopicStatsServiceGrpc.TopicStatsServiceFutureStub. computeMessageStats(ComputeMessageStatsRequest request)Compute statistics about a range of messages in a given topic and partition.static io.grpc.MethodDescriptor<ComputeMessageStatsRequest,ComputeMessageStatsResponse>TopicStatsServiceGrpc. getComputeMessageStatsMethod()com.google.protobuf.Parser<ComputeMessageStatsResponse>ComputeMessageStatsResponse. getParserForType()static com.google.protobuf.Parser<ComputeMessageStatsResponse>ComputeMessageStatsResponse. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type ComputeMessageStatsResponse Modifier and Type Method Description ComputeMessageStatsResponse.BuilderComputeMessageStatsResponse.Builder. mergeFrom(ComputeMessageStatsResponse other)static ComputeMessageStatsResponse.BuilderComputeMessageStatsResponse. newBuilder(ComputeMessageStatsResponse prototype)Method parameters in com.google.cloud.pubsublite.proto with type arguments of type ComputeMessageStatsResponse Modifier and Type Method Description default voidTopicStatsServiceGrpc.AsyncService. computeMessageStats(ComputeMessageStatsRequest request, io.grpc.stub.StreamObserver<ComputeMessageStatsResponse> responseObserver)Compute statistics about a range of messages in a given topic and partition.voidTopicStatsServiceGrpc.TopicStatsServiceStub. computeMessageStats(ComputeMessageStatsRequest request, io.grpc.stub.StreamObserver<ComputeMessageStatsResponse> responseObserver)Compute statistics about a range of messages in a given topic and partition. -
Uses of ComputeMessageStatsResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return ComputeMessageStatsResponse Modifier and Type Method Description ComputeMessageStatsResponseTopicStatsServiceClient. computeMessageStats(ComputeMessageStatsRequest request)Compute statistics about a range of messages in a given topic and partition.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type ComputeMessageStatsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ComputeMessageStatsRequest,ComputeMessageStatsResponse>TopicStatsServiceClient. computeMessageStatsCallable()Compute statistics about a range of messages in a given topic and partition.com.google.api.gax.rpc.UnaryCallSettings.Builder<ComputeMessageStatsRequest,ComputeMessageStatsResponse>TopicStatsServiceSettings.Builder. computeMessageStatsSettings()Returns the builder for the settings used for calls to computeMessageStats.com.google.api.gax.rpc.UnaryCallSettings<ComputeMessageStatsRequest,ComputeMessageStatsResponse>TopicStatsServiceSettings. computeMessageStatsSettings()Returns the object with the settings used for calls to computeMessageStats. -
Uses of ComputeMessageStatsResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type ComputeMessageStatsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ComputeMessageStatsRequest,ComputeMessageStatsResponse>GrpcTopicStatsServiceStub. computeMessageStatsCallable()com.google.api.gax.rpc.UnaryCallable<ComputeMessageStatsRequest,ComputeMessageStatsResponse>TopicStatsServiceStub. computeMessageStatsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ComputeMessageStatsRequest,ComputeMessageStatsResponse>TopicStatsServiceStubSettings.Builder. computeMessageStatsSettings()Returns the builder for the settings used for calls to computeMessageStats.com.google.api.gax.rpc.UnaryCallSettings<ComputeMessageStatsRequest,ComputeMessageStatsResponse>TopicStatsServiceStubSettings. computeMessageStatsSettings()Returns the object with the settings used for calls to computeMessageStats.
-