public interface StreamingPullResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
StreamingPullResponse.AcknowledgeConfirmation |
getAcknowledgeConfirmation()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.AcknowledgeConfirmationOrBuilder |
getAcknowledgeConfirmationOrBuilder()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.ModifyAckDeadlineConfirmation |
getModifyAckDeadlineConfirmation()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
StreamingPullResponse.ModifyAckDeadlineConfirmationOrBuilder |
getModifyAckDeadlineConfirmationOrBuilder()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
ReceivedMessage |
getReceivedMessages(int index)
Received Pub/Sub messages.
|
int |
getReceivedMessagesCount()
Received Pub/Sub messages.
|
List<ReceivedMessage> |
getReceivedMessagesList()
Received Pub/Sub messages.
|
ReceivedMessageOrBuilder |
getReceivedMessagesOrBuilder(int index)
Received Pub/Sub messages.
|
List<? extends ReceivedMessageOrBuilder> |
getReceivedMessagesOrBuilderList()
Received Pub/Sub messages.
|
StreamingPullResponse.SubscriptionProperties |
getSubscriptionProperties()
Properties associated with this subscription.
|
StreamingPullResponse.SubscriptionPropertiesOrBuilder |
getSubscriptionPropertiesOrBuilder()
Properties associated with this subscription.
|
boolean |
hasAcknowledgeConfirmation()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
boolean |
hasModifyAckDeadlineConfirmation()
This field will only be set if `enable_exactly_once_delivery` is set to
`true`.
|
boolean |
hasSubscriptionProperties()
Properties associated with this subscription.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ReceivedMessage> getReceivedMessagesList()
Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1;
ReceivedMessage getReceivedMessages(int index)
Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1;
int getReceivedMessagesCount()
Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1;
List<? extends ReceivedMessageOrBuilder> getReceivedMessagesOrBuilderList()
Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1;
ReceivedMessageOrBuilder getReceivedMessagesOrBuilder(int index)
Received Pub/Sub messages. This will not be empty.
repeated .google.pubsub.v1.ReceivedMessage received_messages = 1;
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;
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;
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;
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;
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;
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;
boolean hasSubscriptionProperties()
Properties associated with this subscription.
.google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4;
StreamingPullResponse.SubscriptionProperties getSubscriptionProperties()
Properties associated with this subscription.
.google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4;
StreamingPullResponse.SubscriptionPropertiesOrBuilder getSubscriptionPropertiesOrBuilder()
Properties associated with this subscription.
.google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4;
Copyright © 2023 Google LLC. All rights reserved.