Package com.google.pubsub.v1
Interface StreamingPullResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingPullResponse,StreamingPullResponse.Builder
public interface StreamingPullResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThis field will only be set if `enable_exactly_once_delivery` is set to `true`.This field will only be set if `enable_exactly_once_delivery` is set to `true`.This field will only be set if `enable_exactly_once_delivery` is set to `true`.This field will only be set if `enable_exactly_once_delivery` is set to `true`.getReceivedMessages(int index) Received Pub/Sub messages.intReceived Pub/Sub messages.Received Pub/Sub messages.getReceivedMessagesOrBuilder(int index) Received Pub/Sub messages.List<? extends ReceivedMessageOrBuilder>Received Pub/Sub messages.Properties associated with this subscription.Properties associated with this subscription.booleanThis field will only be set if `enable_exactly_once_delivery` is set to `true`.booleanThis field will only be set if `enable_exactly_once_delivery` is set to `true`.booleanProperties associated with this subscription.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReceivedMessagesList
List<ReceivedMessage> getReceivedMessagesList()Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; -
getReceivedMessages
Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; -
getReceivedMessagesCount
int getReceivedMessagesCount()Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; -
getReceivedMessagesOrBuilderList
List<? extends ReceivedMessageOrBuilder> getReceivedMessagesOrBuilderList()Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; -
getReceivedMessagesOrBuilder
Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; -
hasAcknowledgeConfirmation
boolean hasAcknowledgeConfirmation()This field will only be set if `enable_exactly_once_delivery` is set to `true`.
.google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation acknowledge_confirmation = 5;- Returns:
- Whether the acknowledgeConfirmation field is set.
-
getAcknowledgeConfirmation
StreamingPullResponse.AcknowledgeConfirmation getAcknowledgeConfirmation()This field will only be set if `enable_exactly_once_delivery` is set to `true`.
.google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation acknowledge_confirmation = 5;- Returns:
- The acknowledgeConfirmation.
-
getAcknowledgeConfirmationOrBuilder
StreamingPullResponse.AcknowledgeConfirmationOrBuilder getAcknowledgeConfirmationOrBuilder()This field will only be set if `enable_exactly_once_delivery` is set to `true`.
.google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation acknowledge_confirmation = 5; -
hasModifyAckDeadlineConfirmation
boolean hasModifyAckDeadlineConfirmation()This field will only be set if `enable_exactly_once_delivery` is set to `true`.
.google.pubsub.v1.StreamingPullResponse.ModifyAckDeadlineConfirmation modify_ack_deadline_confirmation = 3;- Returns:
- Whether the modifyAckDeadlineConfirmation field is set.
-
getModifyAckDeadlineConfirmation
StreamingPullResponse.ModifyAckDeadlineConfirmation getModifyAckDeadlineConfirmation()This field will only be set if `enable_exactly_once_delivery` is set to `true`.
.google.pubsub.v1.StreamingPullResponse.ModifyAckDeadlineConfirmation modify_ack_deadline_confirmation = 3;- Returns:
- The modifyAckDeadlineConfirmation.
-
getModifyAckDeadlineConfirmationOrBuilder
StreamingPullResponse.ModifyAckDeadlineConfirmationOrBuilder getModifyAckDeadlineConfirmationOrBuilder()This field will only be set if `enable_exactly_once_delivery` is set to `true`.
.google.pubsub.v1.StreamingPullResponse.ModifyAckDeadlineConfirmation modify_ack_deadline_confirmation = 3; -
hasSubscriptionProperties
boolean hasSubscriptionProperties()Properties associated with this subscription.
.google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4;- Returns:
- Whether the subscriptionProperties field is set.
-
getSubscriptionProperties
StreamingPullResponse.SubscriptionProperties getSubscriptionProperties()Properties associated with this subscription.
.google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4;- Returns:
- The subscriptionProperties.
-
getSubscriptionPropertiesOrBuilder
StreamingPullResponse.SubscriptionPropertiesOrBuilder getSubscriptionPropertiesOrBuilder()Properties associated with this subscription.
.google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4;
-