Uses of Class
com.google.pubsub.v1.AcknowledgeRequest
-
Packages that use AcknowledgeRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of AcknowledgeRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type AcknowledgeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AcknowledgeRequest,com.google.protobuf.Empty>
SubscriptionAdminClient. acknowledgeCallable()
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.com.google.api.gax.rpc.UnaryCallSettings<AcknowledgeRequest,com.google.protobuf.Empty>
SubscriptionAdminSettings. acknowledgeSettings()
Returns the object with the settings used for calls to acknowledge.com.google.api.gax.rpc.UnaryCallSettings.Builder<AcknowledgeRequest,com.google.protobuf.Empty>
SubscriptionAdminSettings.Builder. acknowledgeSettings()
Returns the builder for the settings used for calls to acknowledge.Methods in com.google.cloud.pubsub.v1 with parameters of type AcknowledgeRequest Modifier and Type Method Description void
SubscriptionAdminClient. acknowledge(AcknowledgeRequest request)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`. -
Uses of AcknowledgeRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type AcknowledgeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AcknowledgeRequest,com.google.protobuf.Empty>
GrpcSubscriberStub. acknowledgeCallable()
com.google.api.gax.rpc.UnaryCallable<AcknowledgeRequest,com.google.protobuf.Empty>
HttpJsonSubscriberStub. acknowledgeCallable()
com.google.api.gax.rpc.UnaryCallable<AcknowledgeRequest,com.google.protobuf.Empty>
SubscriberStub. acknowledgeCallable()
com.google.api.gax.rpc.UnaryCallSettings<AcknowledgeRequest,com.google.protobuf.Empty>
SubscriberStubSettings. acknowledgeSettings()
Returns the object with the settings used for calls to acknowledge.com.google.api.gax.rpc.UnaryCallSettings.Builder<AcknowledgeRequest,com.google.protobuf.Empty>
SubscriberStubSettings.Builder. acknowledgeSettings()
Returns the builder for the settings used for calls to acknowledge. -
Uses of AcknowledgeRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return AcknowledgeRequest Modifier and Type Method Description AcknowledgeRequest
AcknowledgeRequest.Builder. build()
AcknowledgeRequest
AcknowledgeRequest.Builder. buildPartial()
static AcknowledgeRequest
AcknowledgeRequest. getDefaultInstance()
AcknowledgeRequest
AcknowledgeRequest.Builder. getDefaultInstanceForType()
AcknowledgeRequest
AcknowledgeRequest. getDefaultInstanceForType()
static AcknowledgeRequest
AcknowledgeRequest. parseDelimitedFrom(InputStream input)
static AcknowledgeRequest
AcknowledgeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(byte[] data)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(com.google.protobuf.ByteString data)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(InputStream input)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(ByteBuffer data)
static AcknowledgeRequest
AcknowledgeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type AcknowledgeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty>
SubscriberGrpc. getAcknowledgeMethod()
com.google.protobuf.Parser<AcknowledgeRequest>
AcknowledgeRequest. getParserForType()
static com.google.protobuf.Parser<AcknowledgeRequest>
AcknowledgeRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type AcknowledgeRequest Modifier and Type Method Description default void
SubscriberGrpc.AsyncService. acknowledge(AcknowledgeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.com.google.protobuf.Empty
SubscriberGrpc.SubscriberBlockingStub. acknowledge(AcknowledgeRequest request)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
SubscriberGrpc.SubscriberFutureStub. acknowledge(AcknowledgeRequest request)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.void
SubscriberGrpc.SubscriberStub. acknowledge(AcknowledgeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.AcknowledgeRequest.Builder
AcknowledgeRequest.Builder. mergeFrom(AcknowledgeRequest other)
static AcknowledgeRequest.Builder
AcknowledgeRequest. newBuilder(AcknowledgeRequest prototype)
-