Package | Description |
---|---|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addAckIds(String value)
List of acknowledgement IDs for acknowledging previously received messages
(received on this stream or a different stream).
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addAckIdsBytes(com.google.protobuf.ByteString value)
List of acknowledgement IDs for acknowledging previously received messages
(received on this stream or a different stream).
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addAllAckIds(Iterable<String> values)
List of acknowledgement IDs for acknowledging previously received messages
(received on this stream or a different stream).
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addAllModifyDeadlineAckIds(Iterable<String> values)
List of acknowledgement IDs whose deadline will be modified based on the
corresponding element in `modify_deadline_seconds`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addAllModifyDeadlineSeconds(Iterable<? extends Integer> values)
The list of new ack deadlines for the IDs listed in
`modify_deadline_ack_ids`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addModifyDeadlineAckIds(String value)
List of acknowledgement IDs whose deadline will be modified based on the
corresponding element in `modify_deadline_seconds`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addModifyDeadlineAckIdsBytes(com.google.protobuf.ByteString value)
List of acknowledgement IDs whose deadline will be modified based on the
corresponding element in `modify_deadline_seconds`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addModifyDeadlineSeconds(int value)
The list of new ack deadlines for the IDs listed in
`modify_deadline_ack_ids`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clear() |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearAckIds()
List of acknowledgement IDs for acknowledging previously received messages
(received on this stream or a different stream).
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearClientId()
A unique identifier that is used to distinguish client instances from each
other.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearMaxOutstandingBytes()
Flow control settings for the maximum number of outstanding bytes.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearMaxOutstandingMessages()
Flow control settings for the maximum number of outstanding messages.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearModifyDeadlineAckIds()
List of acknowledgement IDs whose deadline will be modified based on the
corresponding element in `modify_deadline_seconds`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearModifyDeadlineSeconds()
The list of new ack deadlines for the IDs listed in
`modify_deadline_ack_ids`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearStreamAckDeadlineSeconds()
Required.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clearSubscription()
Required.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.clone() |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.mergeFrom(StreamingPullRequest other) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StreamingPullRequest.Builder |
StreamingPullRequest.newBuilder() |
static StreamingPullRequest.Builder |
StreamingPullRequest.newBuilder(StreamingPullRequest prototype) |
StreamingPullRequest.Builder |
StreamingPullRequest.newBuilderForType() |
protected StreamingPullRequest.Builder |
StreamingPullRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setAckIds(int index,
String value)
List of acknowledgement IDs for acknowledging previously received messages
(received on this stream or a different stream).
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setClientId(String value)
A unique identifier that is used to distinguish client instances from each
other.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setClientIdBytes(com.google.protobuf.ByteString value)
A unique identifier that is used to distinguish client instances from each
other.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setMaxOutstandingBytes(long value)
Flow control settings for the maximum number of outstanding bytes.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setMaxOutstandingMessages(long value)
Flow control settings for the maximum number of outstanding messages.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setModifyDeadlineAckIds(int index,
String value)
List of acknowledgement IDs whose deadline will be modified based on the
corresponding element in `modify_deadline_seconds`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setModifyDeadlineSeconds(int index,
int value)
The list of new ack deadlines for the IDs listed in
`modify_deadline_ack_ids`.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setStreamAckDeadlineSeconds(int value)
Required.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setSubscription(String value)
Required.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setSubscriptionBytes(com.google.protobuf.ByteString value)
Required.
|
StreamingPullRequest.Builder |
StreamingPullRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamingPullRequest.Builder |
StreamingPullRequest.toBuilder() |
Copyright © 2023 Google LLC. All rights reserved.