Uses of Class
com.google.cloud.pubsublite.proto.SeekSubscriptionResponse
-
Packages that use SeekSubscriptionResponse Package Description com.google.cloud.pubsublite 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 SeekSubscriptionResponse in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return types with arguments of type SeekSubscriptionResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<SeekSubscriptionResponse,OperationMetadata>
AdminClient. seekSubscription(SubscriptionPath path, SeekTarget target)
Initiate an out-of-band seek for a subscription to a specified target, which may be timestamps or named positions within the message backlog. -
Uses of SeekSubscriptionResponse in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal that return types with arguments of type SeekSubscriptionResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<SeekSubscriptionResponse,OperationMetadata>
AdminClientImpl. seekSubscription(SubscriptionPath path, SeekTarget target)
-
Uses of SeekSubscriptionResponse in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return SeekSubscriptionResponse Modifier and Type Method Description SeekSubscriptionResponse
SeekSubscriptionResponse.Builder. build()
SeekSubscriptionResponse
SeekSubscriptionResponse.Builder. buildPartial()
static SeekSubscriptionResponse
SeekSubscriptionResponse. getDefaultInstance()
SeekSubscriptionResponse
SeekSubscriptionResponse.Builder. getDefaultInstanceForType()
SeekSubscriptionResponse
SeekSubscriptionResponse. getDefaultInstanceForType()
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseDelimitedFrom(InputStream input)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(byte[] data)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(com.google.protobuf.ByteString data)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(InputStream input)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(ByteBuffer data)
static SeekSubscriptionResponse
SeekSubscriptionResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type SeekSubscriptionResponse Modifier and Type Method Description com.google.protobuf.Parser<SeekSubscriptionResponse>
SeekSubscriptionResponse. getParserForType()
static com.google.protobuf.Parser<SeekSubscriptionResponse>
SeekSubscriptionResponse. parser()
Methods in com.google.cloud.pubsublite.proto with parameters of type SeekSubscriptionResponse Modifier and Type Method Description SeekSubscriptionResponse.Builder
SeekSubscriptionResponse.Builder. mergeFrom(SeekSubscriptionResponse other)
static SeekSubscriptionResponse.Builder
SeekSubscriptionResponse. newBuilder(SeekSubscriptionResponse prototype)
-
Uses of SeekSubscriptionResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type SeekSubscriptionResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<SeekSubscriptionResponse,OperationMetadata>
AdminServiceClient. seekSubscriptionAsync(SeekSubscriptionRequest request)
Performs an out-of-band seek for a subscription to a specified target, which may be timestamps or named positions within the message backlog.com.google.api.gax.rpc.OperationCallable<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata>
AdminServiceClient. seekSubscriptionOperationCallable()
Performs an out-of-band seek for a subscription to a specified target, which may be timestamps or named positions within the message backlog.com.google.api.gax.rpc.OperationCallSettings.Builder<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata>
AdminServiceSettings.Builder. seekSubscriptionOperationSettings()
Returns the builder for the settings used for calls to seekSubscription.com.google.api.gax.rpc.OperationCallSettings<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata>
AdminServiceSettings. seekSubscriptionOperationSettings()
Returns the object with the settings used for calls to seekSubscription. -
Uses of SeekSubscriptionResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type SeekSubscriptionResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata>
AdminServiceStub. seekSubscriptionOperationCallable()
com.google.api.gax.rpc.OperationCallable<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata>
GrpcAdminServiceStub. seekSubscriptionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata>
AdminServiceStubSettings.Builder. seekSubscriptionOperationSettings()
Returns the builder for the settings used for calls to seekSubscription.com.google.api.gax.rpc.OperationCallSettings<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata>
AdminServiceStubSettings. seekSubscriptionOperationSettings()
Returns the object with the settings used for calls to seekSubscription.
-