Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,7 @@ public void updateTopic(com.google.pubsub.v1.UpdateTopicRequest request,
/**
* <pre>
* Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
* does not exist. The message payload must not be empty; it must contain
* either a non-empty data field, or at least one attribute.
* does not exist.
* </pre>
*/
public void publish(com.google.pubsub.v1.PublishRequest request,
Expand Down Expand Up @@ -561,8 +560,7 @@ public void updateTopic(com.google.pubsub.v1.UpdateTopicRequest request,
/**
* <pre>
* Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
* does not exist. The message payload must not be empty; it must contain
* either a non-empty data field, or at least one attribute.
* does not exist.
* </pre>
*/
public void publish(com.google.pubsub.v1.PublishRequest request,
Expand Down Expand Up @@ -681,8 +679,7 @@ public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRe
/**
* <pre>
* Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
* does not exist. The message payload must not be empty; it must contain
* either a non-empty data field, or at least one attribute.
* does not exist.
* </pre>
*/
public com.google.pubsub.v1.PublishResponse publish(com.google.pubsub.v1.PublishRequest request) {
Expand Down Expand Up @@ -797,8 +794,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.T
/**
* <pre>
* Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
* does not exist. The message payload must not be empty; it must contain
* either a non-empty data field, or at least one attribute.
* does not exist.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.PublishResponse> publish(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,7 @@ public void acknowledge(com.google.pubsub.v1.AcknowledgeRequest request,

/**
* <pre>
* Pulls messages from the server. Returns an empty list if there are no
* messages available in the backlog. The server may return `UNAVAILABLE` if
* Pulls messages from the server. The server may return `UNAVAILABLE` if
* there are too many concurrent pull requests pending for the given
* subscription.
* </pre>
Expand Down Expand Up @@ -824,7 +823,7 @@ public void listSnapshots(com.google.pubsub.v1.ListSnapshotsRequest request,
* Creates a snapshot from the requested subscription.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* use. It is not subject to any SLA or deprecation policy.&lt;br&gt;&lt;br&gt;
* If the snapshot already exists, returns `ALREADY_EXISTS`.
* If the requested subscription doesn't exist, returns `NOT_FOUND`.
* If the backlog in the subscription is too old -- and the resulting snapshot
Expand Down Expand Up @@ -1131,8 +1130,7 @@ public void acknowledge(com.google.pubsub.v1.AcknowledgeRequest request,

/**
* <pre>
* Pulls messages from the server. Returns an empty list if there are no
* messages available in the backlog. The server may return `UNAVAILABLE` if
* Pulls messages from the server. The server may return `UNAVAILABLE` if
* there are too many concurrent pull requests pending for the given
* subscription.
* </pre>
Expand Down Expand Up @@ -1208,7 +1206,7 @@ public void listSnapshots(com.google.pubsub.v1.ListSnapshotsRequest request,
* Creates a snapshot from the requested subscription.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* use. It is not subject to any SLA or deprecation policy.&lt;br&gt;&lt;br&gt;
* If the snapshot already exists, returns `ALREADY_EXISTS`.
* If the requested subscription doesn't exist, returns `NOT_FOUND`.
* If the backlog in the subscription is too old -- and the resulting snapshot
Expand Down Expand Up @@ -1395,8 +1393,7 @@ public com.google.protobuf.Empty acknowledge(com.google.pubsub.v1.AcknowledgeReq

/**
* <pre>
* Pulls messages from the server. Returns an empty list if there are no
* messages available in the backlog. The server may return `UNAVAILABLE` if
* Pulls messages from the server. The server may return `UNAVAILABLE` if
* there are too many concurrent pull requests pending for the given
* subscription.
* </pre>
Expand Down Expand Up @@ -1451,7 +1448,7 @@ public com.google.pubsub.v1.ListSnapshotsResponse listSnapshots(com.google.pubsu
* Creates a snapshot from the requested subscription.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* use. It is not subject to any SLA or deprecation policy.&lt;br&gt;&lt;br&gt;
* If the snapshot already exists, returns `ALREADY_EXISTS`.
* If the requested subscription doesn't exist, returns `NOT_FOUND`.
* If the backlog in the subscription is too old -- and the resulting snapshot
Expand Down Expand Up @@ -1641,8 +1638,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Em

/**
* <pre>
* Pulls messages from the server. Returns an empty list if there are no
* messages available in the backlog. The server may return `UNAVAILABLE` if
* Pulls messages from the server. The server may return `UNAVAILABLE` if
* there are too many concurrent pull requests pending for the given
* subscription.
* </pre>
Expand Down Expand Up @@ -1701,7 +1697,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.L
* Creates a snapshot from the requested subscription.&lt;br&gt;&lt;br&gt;
* &lt;b&gt;ALPHA:&lt;/b&gt; This feature is part of an alpha release. This API might be
* changed in backward-incompatible ways and is not recommended for production
* use. It is not subject to any SLA or deprecation policy.
* use. It is not subject to any SLA or deprecation policy.&lt;br&gt;&lt;br&gt;
* If the snapshot already exists, returns `ALREADY_EXISTS`.
* If the requested subscription doesn't exist, returns `NOT_FOUND`.
* If the backlog in the subscription is too old -- and the resulting snapshot
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading