Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
SeekResponse |
SubscriptionAdminClient.seek(SeekRequest request)
Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided
in the request.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse> |
SubscriptionAdminClient.seekCallable()
Seeks an existing subscription to a point in time or to a given snapshot, whichever is provided
in the request.
|
com.google.api.gax.rpc.UnaryCallSettings<SeekRequest,SeekResponse> |
SubscriptionAdminSettings.seekSettings()
Returns the object with the settings used for calls to seek.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SeekRequest,SeekResponse> |
SubscriptionAdminSettings.Builder.seekSettings()
Returns the builder for the settings used for calls to seek.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse> |
SubscriberStub.seekCallable() |
com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse> |
GrpcSubscriberStub.seekCallable() |
com.google.api.gax.rpc.UnaryCallable<SeekRequest,SeekResponse> |
HttpJsonSubscriberStub.seekCallable() |
com.google.api.gax.rpc.UnaryCallSettings<SeekRequest,SeekResponse> |
SubscriberStubSettings.seekSettings()
Returns the object with the settings used for calls to seek.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SeekRequest,SeekResponse> |
SubscriberStubSettings.Builder.seekSettings()
Returns the builder for the settings used for calls to seek.
|
Modifier and Type | Method and Description |
---|---|
SeekResponse |
SeekResponse.Builder.build() |
SeekResponse |
SeekResponse.Builder.buildPartial() |
static SeekResponse |
SeekResponse.getDefaultInstance() |
SeekResponse |
SeekResponse.getDefaultInstanceForType() |
SeekResponse |
SeekResponse.Builder.getDefaultInstanceForType() |
static SeekResponse |
SeekResponse.parseDelimitedFrom(InputStream input) |
static SeekResponse |
SeekResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekResponse |
SeekResponse.parseFrom(byte[] data) |
static SeekResponse |
SeekResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekResponse |
SeekResponse.parseFrom(ByteBuffer data) |
static SeekResponse |
SeekResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekResponse |
SeekResponse.parseFrom(com.google.protobuf.ByteString data) |
static SeekResponse |
SeekResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekResponse |
SeekResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static SeekResponse |
SeekResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekResponse |
SeekResponse.parseFrom(InputStream input) |
static SeekResponse |
SeekResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SeekResponse |
SubscriberGrpc.SubscriberBlockingStub.seek(SeekRequest request)
Seeks an existing subscription to a point in time or to a given snapshot,
whichever is provided in the request.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SeekResponse> |
SeekResponse.getParserForType() |
static MethodDescriptor<SeekRequest,SeekResponse> |
SubscriberGrpc.getSeekMethod() |
static com.google.protobuf.Parser<SeekResponse> |
SeekResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<SeekResponse> |
SubscriberGrpc.SubscriberFutureStub.seek(SeekRequest request)
Seeks an existing subscription to a point in time or to a given snapshot,
whichever is provided in the request.
|
Modifier and Type | Method and Description |
---|---|
SeekResponse.Builder |
SeekResponse.Builder.mergeFrom(SeekResponse other) |
static SeekResponse.Builder |
SeekResponse.newBuilder(SeekResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
SubscriberGrpc.AsyncService.seek(SeekRequest request,
StreamObserver<SeekResponse> responseObserver)
Seeks an existing subscription to a point in time or to a given snapshot,
whichever is provided in the request.
|
void |
SubscriberGrpc.SubscriberStub.seek(SeekRequest request,
StreamObserver<SeekResponse> responseObserver)
Seeks an existing subscription to a point in time or to a given snapshot,
whichever is provided in the request.
|
Copyright © 2023 Google LLC. All rights reserved.