@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/pubsublite/v1/topic_stats.proto") public final class TopicStatsServiceGrpc extends Object
This service allows users to get stats about messages in their topic.
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicStatsServiceGrpc.TopicStatsServiceBlockingStub
This service allows users to get stats about messages in their topic.
|
static class |
TopicStatsServiceGrpc.TopicStatsServiceFutureStub
This service allows users to get stats about messages in their topic.
|
static class |
TopicStatsServiceGrpc.TopicStatsServiceImplBase
This service allows users to get stats about messages in their topic.
|
static class |
TopicStatsServiceGrpc.TopicStatsServiceStub
This service allows users to get stats about messages in their topic.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<ComputeHeadCursorRequest,ComputeHeadCursorResponse> |
getComputeHeadCursorMethod() |
static io.grpc.MethodDescriptor<ComputeMessageStatsRequest,ComputeMessageStatsResponse> |
getComputeMessageStatsMethod() |
static io.grpc.MethodDescriptor<ComputeTimeCursorRequest,ComputeTimeCursorResponse> |
getComputeTimeCursorMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static TopicStatsServiceGrpc.TopicStatsServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TopicStatsServiceGrpc.TopicStatsServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TopicStatsServiceGrpc.TopicStatsServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ComputeMessageStatsRequest,ComputeMessageStatsResponse> getComputeMessageStatsMethod()
public static io.grpc.MethodDescriptor<ComputeHeadCursorRequest,ComputeHeadCursorResponse> getComputeHeadCursorMethod()
public static io.grpc.MethodDescriptor<ComputeTimeCursorRequest,ComputeTimeCursorResponse> getComputeTimeCursorMethod()
public static TopicStatsServiceGrpc.TopicStatsServiceStub newStub(io.grpc.Channel channel)
public static TopicStatsServiceGrpc.TopicStatsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TopicStatsServiceGrpc.TopicStatsServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.