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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionAdminClient.acknowledge(AcknowledgeRequest request)
Acknowledges the messages associated with the `ack_ids` in the `AcknowledgeRequest`.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<AcknowledgeRequest,com.google.protobuf.Empty> |
SubscriberStub.acknowledgeCallable() |
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.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.
|
Modifier and Type | Method and Description |
---|---|
AcknowledgeRequest |
AcknowledgeRequest.Builder.build() |
AcknowledgeRequest |
AcknowledgeRequest.Builder.buildPartial() |
static AcknowledgeRequest |
AcknowledgeRequest.getDefaultInstance() |
AcknowledgeRequest |
AcknowledgeRequest.getDefaultInstanceForType() |
AcknowledgeRequest |
AcknowledgeRequest.Builder.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(ByteBuffer data) |
static AcknowledgeRequest |
AcknowledgeRequest.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<AcknowledgeRequest,com.google.protobuf.Empty> |
SubscriberGrpc.getAcknowledgeMethod() |
com.google.protobuf.Parser<AcknowledgeRequest> |
AcknowledgeRequest.getParserForType() |
static com.google.protobuf.Parser<AcknowledgeRequest> |
AcknowledgeRequest.parser() |
Modifier and Type | Method and Description |
---|---|
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`.
|
default void |
SubscriberGrpc.AsyncService.acknowledge(AcknowledgeRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Acknowledges the messages associated with the `ack_ids` in the
`AcknowledgeRequest`.
|
void |
SubscriberGrpc.SubscriberStub.acknowledge(AcknowledgeRequest request,
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) |
Copyright © 2023 Google LLC. All rights reserved.