Uses of Class
com.google.cloud.pubsublite.proto.ComputeHeadCursorResponse
-
Packages that use ComputeHeadCursorResponse 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 ComputeHeadCursorResponse in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return ComputeHeadCursorResponse Modifier and Type Method Description ComputeHeadCursorResponseComputeHeadCursorResponse.Builder. build()ComputeHeadCursorResponseComputeHeadCursorResponse.Builder. buildPartial()ComputeHeadCursorResponseTopicStatsServiceGrpc.TopicStatsServiceBlockingStub. computeHeadCursor(ComputeHeadCursorRequest request)Compute the head cursor for the partition.static ComputeHeadCursorResponseComputeHeadCursorResponse. getDefaultInstance()ComputeHeadCursorResponseComputeHeadCursorResponse.Builder. getDefaultInstanceForType()ComputeHeadCursorResponseComputeHeadCursorResponse. getDefaultInstanceForType()static ComputeHeadCursorResponseComputeHeadCursorResponse. parseDelimitedFrom(InputStream input)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(byte[] data)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(com.google.protobuf.ByteString data)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(InputStream input)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(ByteBuffer data)static ComputeHeadCursorResponseComputeHeadCursorResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.pubsublite.proto that return types with arguments of type ComputeHeadCursorResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ComputeHeadCursorResponse>TopicStatsServiceGrpc.TopicStatsServiceFutureStub. computeHeadCursor(ComputeHeadCursorRequest request)Compute the head cursor for the partition.static io.grpc.MethodDescriptor<ComputeHeadCursorRequest,ComputeHeadCursorResponse>TopicStatsServiceGrpc. getComputeHeadCursorMethod()com.google.protobuf.Parser<ComputeHeadCursorResponse>ComputeHeadCursorResponse. getParserForType()static com.google.protobuf.Parser<ComputeHeadCursorResponse>ComputeHeadCursorResponse. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type ComputeHeadCursorResponse Modifier and Type Method Description ComputeHeadCursorResponse.BuilderComputeHeadCursorResponse.Builder. mergeFrom(ComputeHeadCursorResponse other)static ComputeHeadCursorResponse.BuilderComputeHeadCursorResponse. newBuilder(ComputeHeadCursorResponse prototype)Method parameters in com.google.cloud.pubsublite.proto with type arguments of type ComputeHeadCursorResponse Modifier and Type Method Description default voidTopicStatsServiceGrpc.AsyncService. computeHeadCursor(ComputeHeadCursorRequest request, io.grpc.stub.StreamObserver<ComputeHeadCursorResponse> responseObserver)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. -
Uses of ComputeHeadCursorResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return ComputeHeadCursorResponse Modifier and Type Method Description ComputeHeadCursorResponseTopicStatsServiceClient. computeHeadCursor(ComputeHeadCursorRequest request)Compute the head cursor for the partition.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type ComputeHeadCursorResponse 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. -
Uses of ComputeHeadCursorResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type ComputeHeadCursorResponse 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.
-