Packages

c

com.google.pubsub.v1

StreamingPullResponse

final class StreamingPullResponse extends GeneratedMessageV3 with StreamingPullResponseOrBuilder

Response for the `StreamingPull` method. This response is used to stream
messages from the server to the client.

Protobuf type google.pubsub.v1.StreamingPullResponse

Source
StreamingPullResponse.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamingPullResponse
  2. StreamingPullResponseOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    StreamingPullResponse → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAcknowledgeConfirmation(): AcknowledgeConfirmation

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    .google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation acknowledge_confirmation = 5 [(.google.api.field_behavior) = OPTIONAL];

    returns

    The acknowledgeConfirmation.

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  4. def getAcknowledgeConfirmationOrBuilder(): AcknowledgeConfirmationOrBuilder

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    .google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation acknowledge_confirmation = 5 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  5. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getDefaultInstanceForType(): StreamingPullResponse
    Definition Classes
    StreamingPullResponse → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  7. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  8. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  9. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getModifyAckDeadlineConfirmation(): ModifyAckDeadlineConfirmation

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

    returns

    The modifyAckDeadlineConfirmation.

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  11. def getModifyAckDeadlineConfirmationOrBuilder(): ModifyAckDeadlineConfirmationOrBuilder

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  12. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  13. def getParserForType(): Parser[StreamingPullResponse]
    Definition Classes
    StreamingPullResponse → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  14. def getReceivedMessages(index: Int): ReceivedMessage

    Optional. Received Pub/Sub messages. This will not be empty.
    

    Optional. Received Pub/Sub messages. This will not be empty.
    

    repeated .google.pubsub.v1.ReceivedMessage received_messages = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  15. def getReceivedMessagesCount(): Int

    Optional. Received Pub/Sub messages. This will not be empty.
    

    Optional. Received Pub/Sub messages. This will not be empty.
    

    repeated .google.pubsub.v1.ReceivedMessage received_messages = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  16. def getReceivedMessagesList(): List[ReceivedMessage]

    Optional. Received Pub/Sub messages. This will not be empty.
    

    Optional. Received Pub/Sub messages. This will not be empty.
    

    repeated .google.pubsub.v1.ReceivedMessage received_messages = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  17. def getReceivedMessagesOrBuilder(index: Int): ReceivedMessageOrBuilder

    Optional. Received Pub/Sub messages. This will not be empty.
    

    Optional. Received Pub/Sub messages. This will not be empty.
    

    repeated .google.pubsub.v1.ReceivedMessage received_messages = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  18. def getReceivedMessagesOrBuilderList(): List[_ <: ReceivedMessageOrBuilder]

    Optional. Received Pub/Sub messages. This will not be empty.
    

    Optional. Received Pub/Sub messages. This will not be empty.
    

    repeated .google.pubsub.v1.ReceivedMessage received_messages = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  19. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  20. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  21. def getSerializedSize(): Int
    Definition Classes
    StreamingPullResponse → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  22. def getSubscriptionProperties(): SubscriptionProperties

    Optional. Properties associated with this subscription.
    

    Optional. Properties associated with this subscription.
    

    .google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4 [(.google.api.field_behavior) = OPTIONAL];

    returns

    The subscriptionProperties.

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  23. def getSubscriptionPropertiesOrBuilder(): SubscriptionPropertiesOrBuilder

    Optional. Properties associated with this subscription.
    

    Optional. Properties associated with this subscription.
    

    .google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  24. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  25. def hasAcknowledgeConfirmation(): Boolean

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    .google.pubsub.v1.StreamingPullResponse.AcknowledgeConfirmation acknowledge_confirmation = 5 [(.google.api.field_behavior) = OPTIONAL];

    returns

    Whether the acknowledgeConfirmation field is set.

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  26. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  27. def hasModifyAckDeadlineConfirmation(): Boolean

    Optional. This field will only be set if `enable_exactly_once_delivery` is
    set to `true`.
    

    Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

    returns

    Whether the modifyAckDeadlineConfirmation field is set.

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  28. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  29. def hasSubscriptionProperties(): Boolean

    Optional. Properties associated with this subscription.
    

    Optional. Properties associated with this subscription.
    

    .google.pubsub.v1.StreamingPullResponse.SubscriptionProperties subscription_properties = 4 [(.google.api.field_behavior) = OPTIONAL];

    returns

    Whether the subscriptionProperties field is set.

    Definition Classes
    StreamingPullResponseStreamingPullResponseOrBuilder
    Annotations
    @Override()
  30. def hashCode(): Int
    Definition Classes
    StreamingPullResponse → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  31. final def isInitialized(): Boolean
    Definition Classes
    StreamingPullResponse → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  32. def newBuilderForType(): Builder
    Definition Classes
    StreamingPullResponse → Message → MessageLite
    Annotations
    @Override()
  33. def toBuilder(): Builder
    Definition Classes
    StreamingPullResponse → Message → MessageLite
    Annotations
    @Override()
  34. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  35. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  36. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  37. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  38. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    StreamingPullResponse → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  39. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])