public static interface StreamingPullResponse.SubscriptionPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getExactlyOnceDeliveryEnabled()
True iff exactly once delivery is enabled for this subscription.
|
boolean |
getMessageOrderingEnabled()
True iff message ordering is enabled for this subscription.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getExactlyOnceDeliveryEnabled()
True iff exactly once delivery is enabled for this subscription.
bool exactly_once_delivery_enabled = 1;
boolean getMessageOrderingEnabled()
True iff message ordering is enabled for this subscription.
bool message_ordering_enabled = 2;
Copyright © 2023 Google LLC. All rights reserved.