Uses of Class
com.google.cloud.pubsublite.proto.ComputeHeadCursorRequest
-
Packages that use ComputeHeadCursorRequest Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of ComputeHeadCursorRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ComputeHeadCursorRequest Modifier and Type Method Description ComputeHeadCursorRequestComputeHeadCursorRequest.Builder. build()ComputeHeadCursorRequestComputeHeadCursorRequest.Builder. buildPartial()static ComputeHeadCursorRequestComputeHeadCursorRequest. getDefaultInstance()ComputeHeadCursorRequestComputeHeadCursorRequest.Builder. getDefaultInstanceForType()ComputeHeadCursorRequestComputeHeadCursorRequest. getDefaultInstanceForType()static ComputeHeadCursorRequestComputeHeadCursorRequest. parseDelimitedFrom(InputStream input)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(byte[] data)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(com.google.protobuf.ByteString data)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(InputStream input)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(ByteBuffer data)static ComputeHeadCursorRequestComputeHeadCursorRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ComputeHeadCursorRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceGrpc. getComputeHeadCursorMethod()com.google.protobuf.Parser<ComputeHeadCursorRequest>ComputeHeadCursorRequest. getParserForType()static com.google.protobuf.Parser<ComputeHeadCursorRequest>ComputeHeadCursorRequest. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type ComputeHeadCursorRequest Modifier and Type Method Description default voidTopicStatsServiceGrpc.AsyncService. computeHeadCursor(ComputeHeadCursorRequest request, io.grpc.stub.StreamObserver<ComputeHeadCursorResponse> responseObserver)Compute the head cursor for the partition.ComputeHeadCursorResponseTopicStatsServiceGrpc.TopicStatsServiceBlockingStub. computeHeadCursor(ComputeHeadCursorRequest request)Compute the head cursor for the partition.com.google.common.util.concurrent.ListenableFuture<ComputeHeadCursorResponse>TopicStatsServiceGrpc.TopicStatsServiceFutureStub. computeHeadCursor(ComputeHeadCursorRequest request)Compute the head cursor for the partition.voidTopicStatsServiceGrpc.TopicStatsServiceStub. computeHeadCursor(ComputeHeadCursorRequest request, io.grpc.stub.StreamObserver<ComputeHeadCursorResponse> responseObserver)Compute the head cursor for the partition.ComputeHeadCursorRequest.BuilderComputeHeadCursorRequest.Builder. mergeFrom(ComputeHeadCursorRequest other)static ComputeHeadCursorRequest.BuilderComputeHeadCursorRequest. newBuilder(ComputeHeadCursorRequest prototype) -
Uses of ComputeHeadCursorRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type ComputeHeadCursorRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceClient. computeHeadCursorCallable()Compute the head cursor for the partition.com.google.api.gax.rpc.UnaryCallSettings.Builder<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceSettings.Builder. computeHeadCursorSettings()Returns the builder for the settings used for calls to computeHeadCursor.com.google.api.gax.rpc.UnaryCallSettings<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceSettings. computeHeadCursorSettings()Returns the object with the settings used for calls to computeHeadCursor.Methods in com.google.cloud.pubsublite.v1 with parameters of type ComputeHeadCursorRequest Modifier and Type Method Description ComputeHeadCursorResponseTopicStatsServiceClient. computeHeadCursor(ComputeHeadCursorRequest request)Compute the head cursor for the partition. -
Uses of ComputeHeadCursorRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type ComputeHeadCursorRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ComputeHeadCursorRequest,ComputeHeadCursorResponse>GrpcTopicStatsServiceStub. computeHeadCursorCallable()com.google.api.gax.rpc.UnaryCallable<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceStub. computeHeadCursorCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceStubSettings.Builder. computeHeadCursorSettings()Returns the builder for the settings used for calls to computeHeadCursor.com.google.api.gax.rpc.UnaryCallSettings<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceStubSettings. computeHeadCursorSettings()Returns the object with the settings used for calls to computeHeadCursor.
-