Uses of Class
com.google.cloud.pubsub.v1.AckRequestData.Builder
-
Packages that use AckRequestData.Builder Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub API -
-
Uses of AckRequestData.Builder in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return AckRequestData.Builder Modifier and Type Method Description static AckRequestData.Builder
AckRequestData. newBuilder(String ackId)
AckRequestData.Builder
AckRequestData.Builder. setMessageFuture(com.google.api.core.SettableApiFuture<AckResponse> messageFuture)
Constructors in com.google.cloud.pubsub.v1 with parameters of type AckRequestData.Builder Constructor Description AckRequestData(AckRequestData.Builder builder)
-