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 voidSubscriptionAdminClient. 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 AcknowledgeRequestAcknowledgeRequest.Builder. build()AcknowledgeRequestAcknowledgeRequest.Builder. buildPartial()static AcknowledgeRequestAcknowledgeRequest. getDefaultInstance()AcknowledgeRequestAcknowledgeRequest.Builder. getDefaultInstanceForType()AcknowledgeRequestAcknowledgeRequest. getDefaultInstanceForType()static AcknowledgeRequestAcknowledgeRequest. parseDelimitedFrom(InputStream input)static AcknowledgeRequestAcknowledgeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcknowledgeRequestAcknowledgeRequest. parseFrom(byte[] data)static AcknowledgeRequestAcknowledgeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcknowledgeRequestAcknowledgeRequest. parseFrom(com.google.protobuf.ByteString data)static AcknowledgeRequestAcknowledgeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcknowledgeRequestAcknowledgeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AcknowledgeRequestAcknowledgeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcknowledgeRequestAcknowledgeRequest. parseFrom(InputStream input)static AcknowledgeRequestAcknowledgeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AcknowledgeRequestAcknowledgeRequest. parseFrom(ByteBuffer data)static AcknowledgeRequestAcknowledgeRequest. 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 voidSubscriberGrpc.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.EmptySubscriberGrpc.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`.voidSubscriberGrpc.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.BuilderAcknowledgeRequest.Builder. mergeFrom(AcknowledgeRequest other)static AcknowledgeRequest.BuilderAcknowledgeRequest. newBuilder(AcknowledgeRequest prototype)
-