Package | Description |
---|---|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.addAllReceivedMessages(Iterable<? extends ReceivedMessage> values)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.addReceivedMessages(int index,
ReceivedMessage.Builder builderForValue)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.addReceivedMessages(int index,
ReceivedMessage value)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.addReceivedMessages(ReceivedMessage.Builder builderForValue)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.addReceivedMessages(ReceivedMessage value)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clear() |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clearAcknowledgeConfirmation()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clearModifyAckDeadlineConfirmation()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clearReceivedMessages()
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clearSubscriptionProperties()
Properties associated with this subscription.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.clone() |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.mergeAcknowledgeConfirmation(StreamingPullResponse.AcknowledgeConfirmation value)
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.mergeFrom(StreamingPullResponse other) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.mergeModifyAckDeadlineConfirmation(StreamingPullResponse.ModifyAckDeadlineConfirmation value)
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.mergeSubscriptionProperties(StreamingPullResponse.SubscriptionProperties value)
Properties associated with this subscription.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StreamingPullResponse.Builder |
StreamingPullResponse.newBuilder() |
static StreamingPullResponse.Builder |
StreamingPullResponse.newBuilder(StreamingPullResponse prototype) |
StreamingPullResponse.Builder |
StreamingPullResponse.newBuilderForType() |
protected StreamingPullResponse.Builder |
StreamingPullResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.removeReceivedMessages(int index)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setAcknowledgeConfirmation(StreamingPullResponse.AcknowledgeConfirmation.Builder builderForValue)
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setAcknowledgeConfirmation(StreamingPullResponse.AcknowledgeConfirmation value)
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setModifyAckDeadlineConfirmation(StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder builderForValue)
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setModifyAckDeadlineConfirmation(StreamingPullResponse.ModifyAckDeadlineConfirmation value)
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setReceivedMessages(int index,
ReceivedMessage.Builder builderForValue)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setReceivedMessages(int index,
ReceivedMessage value)
Received Pub/Sub messages.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setSubscriptionProperties(StreamingPullResponse.SubscriptionProperties.Builder builderForValue)
Properties associated with this subscription.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setSubscriptionProperties(StreamingPullResponse.SubscriptionProperties value)
Properties associated with this subscription.
|
StreamingPullResponse.Builder |
StreamingPullResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamingPullResponse.Builder |
StreamingPullResponse.toBuilder() |
Copyright © 2023 Google LLC. All rights reserved.