Send feedback
Class StreamingPullResponse.SubscriptionProperties.Builder (1.149.0)
Stay organized with collections
Save and categorize content based on your preferences.
1.149.0 (latest)
1.148.0
1.147.0
1.145.0
1.143.1
1.142.0
1.141.5
1.140.2
1.139.4
1.138.0
1.137.1
1.136.1
1.135.0
1.134.2
1.133.1
1.132.2
1.131.0
1.130.0
1.129.6
1.127.3
1.126.6
1.125.13
1.123.18
1.122.2
1.121.1
1.120.24
1.119.1
1.118.0
1.117.0
1.116.4
1.115.5
public static final class StreamingPullResponse . SubscriptionProperties . Builder extends GeneratedMessage . Builder<StreamingPullResponse . SubscriptionProperties . Builder > implements StreamingPullResponse . SubscriptionPropertiesOrBuilder
Subscription properties sent as part of the response.
Protobuf type google.pubsub.v1.StreamingPullResponse.SubscriptionProperties
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
build()
public StreamingPullResponse . SubscriptionProperties build ()
buildPartial()
public StreamingPullResponse . SubscriptionProperties buildPartial ()
clear()
public StreamingPullResponse . SubscriptionProperties . Builder clear ()
Overrides
clearExactlyOnceDeliveryEnabled()
public StreamingPullResponse . SubscriptionProperties . Builder clearExactlyOnceDeliveryEnabled ()
Optional. True iff exactly once delivery is enabled for this
subscription.
bool exactly_once_delivery_enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
clearMessageOrderingEnabled()
public StreamingPullResponse . SubscriptionProperties . Builder clearMessageOrderingEnabled ()
Optional. True iff message ordering is enabled for this subscription.
bool message_ordering_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public StreamingPullResponse . SubscriptionProperties getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getExactlyOnceDeliveryEnabled()
public boolean getExactlyOnceDeliveryEnabled ()
Optional. True iff exactly once delivery is enabled for this
subscription.
bool exactly_once_delivery_enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The exactlyOnceDeliveryEnabled.
getMessageOrderingEnabled()
public boolean getMessageOrderingEnabled ()
Optional. True iff message ordering is enabled for this subscription.
bool message_ordering_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The messageOrderingEnabled.
internalGetFieldAccessorTable()
protected GeneratedMessage . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public StreamingPullResponse . SubscriptionProperties . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public StreamingPullResponse . SubscriptionProperties . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeFrom(StreamingPullResponse.SubscriptionProperties other)
public StreamingPullResponse . SubscriptionProperties . Builder mergeFrom ( StreamingPullResponse . SubscriptionProperties other )
setExactlyOnceDeliveryEnabled(boolean value)
public StreamingPullResponse . SubscriptionProperties . Builder setExactlyOnceDeliveryEnabled ( boolean value )
Optional. True iff exactly once delivery is enabled for this
subscription.
bool exactly_once_delivery_enabled = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
value
boolean The exactlyOnceDeliveryEnabled to set.
setMessageOrderingEnabled(boolean value)
public StreamingPullResponse . SubscriptionProperties . Builder setMessageOrderingEnabled ( boolean value )
Optional. True iff message ordering is enabled for this subscription.
bool message_ordering_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
value
boolean The messageOrderingEnabled to set.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]