Packages
google_api_pub_sub
0.21.0
0.42.0
0.41.0
0.40.1
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.34.1
0.34.0
0.33.4
0.33.3
0.33.2
0.33.1
0.33.0
0.32.1
0.32.0
0.31.0
0.30.0
0.29.2
0.29.1
0.29.0
0.28.1
0.28.0
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.3
0.22.2
0.22.1
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.1
Cloud Pub/Sub API client library. Provides reliable, many-to-many, asynchronous messaging between applications.
Current section
56 Versions
Jump to
Current section
56 Versions
Compare versions
15
files changed
+47
additions
-47
deletions
| @@ -12,7 +12,7 @@ Install this package from [Hex](https://hex.pm) by adding | |
| 12 12 | |
| 13 13 | ```elixir |
| 14 14 | def deps do |
| 15 | - [{:google_api_pub_sub, "~> 0.20"}] |
| 15 | + [{:google_api_pub_sub, "~> 0.21"}] |
| 16 16 | end |
| 17 17 | ``` |
| @@ -9,39 +9,39 @@ | |
| 9 9 | <<"lib/google_api/pub_sub/v1/connection.ex">>, |
| 10 10 | <<"lib/google_api/pub_sub/v1/model">>, |
| 11 11 | <<"lib/google_api/pub_sub/v1/model/list_subscriptions_response.ex">>, |
| 12 | - <<"lib/google_api/pub_sub/v1/model/test_iam_permissions_response.ex">>, |
| 13 | - <<"lib/google_api/pub_sub/v1/model/expiration_policy.ex">>, |
| 14 | - <<"lib/google_api/pub_sub/v1/model/list_topics_response.ex">>, |
| 15 | - <<"lib/google_api/pub_sub/v1/model/empty.ex">>, |
| 16 | - <<"lib/google_api/pub_sub/v1/model/list_topic_subscriptions_response.ex">>, |
| 17 | - <<"lib/google_api/pub_sub/v1/model/push_config.ex">>, |
| 18 | - <<"lib/google_api/pub_sub/v1/model/topic.ex">>, |
| 19 | - <<"lib/google_api/pub_sub/v1/model/received_message.ex">>, |
| 20 | - <<"lib/google_api/pub_sub/v1/model/set_iam_policy_request.ex">>, |
| 21 | - <<"lib/google_api/pub_sub/v1/model/list_snapshots_response.ex">>, |
| 12 | + <<"lib/google_api/pub_sub/v1/model/modify_push_config_request.ex">>, |
| 22 13 | <<"lib/google_api/pub_sub/v1/model/pubsub_message.ex">>, |
| 14 | + <<"lib/google_api/pub_sub/v1/model/subscription.ex">>, |
| 15 | + <<"lib/google_api/pub_sub/v1/model/list_topic_snapshots_response.ex">>, |
| 16 | + <<"lib/google_api/pub_sub/v1/model/dead_letter_policy.ex">>, |
| 17 | + <<"lib/google_api/pub_sub/v1/model/list_topic_subscriptions_response.ex">>, |
| 18 | + <<"lib/google_api/pub_sub/v1/model/set_iam_policy_request.ex">>, |
| 23 19 | <<"lib/google_api/pub_sub/v1/model/seek_response.ex">>, |
| 24 20 | <<"lib/google_api/pub_sub/v1/model/expr.ex">>, |
| 25 | - <<"lib/google_api/pub_sub/v1/model/binding.ex">>, |
| 26 | - <<"lib/google_api/pub_sub/v1/model/subscription.ex">>, |
| 27 | - <<"lib/google_api/pub_sub/v1/model/modify_push_config_request.ex">>, |
| 28 | - <<"lib/google_api/pub_sub/v1/model/oidc_token.ex">>, |
| 29 | - <<"lib/google_api/pub_sub/v1/model/dead_letter_policy.ex">>, |
| 30 | - <<"lib/google_api/pub_sub/v1/model/pull_response.ex">>, |
| 31 | - <<"lib/google_api/pub_sub/v1/model/snapshot.ex">>, |
| 32 | - <<"lib/google_api/pub_sub/v1/model/policy.ex">>, |
| 33 | - <<"lib/google_api/pub_sub/v1/model/publish_request.ex">>, |
| 34 | - <<"lib/google_api/pub_sub/v1/model/test_iam_permissions_request.ex">>, |
| 35 | - <<"lib/google_api/pub_sub/v1/model/list_topic_snapshots_response.ex">>, |
| 36 | - <<"lib/google_api/pub_sub/v1/model/message_storage_policy.ex">>, |
| 37 21 | <<"lib/google_api/pub_sub/v1/model/create_snapshot_request.ex">>, |
| 38 | - <<"lib/google_api/pub_sub/v1/model/update_snapshot_request.ex">>, |
| 39 | - <<"lib/google_api/pub_sub/v1/model/pull_request.ex">>, |
| 40 | - <<"lib/google_api/pub_sub/v1/model/update_topic_request.ex">>, |
| 41 | - <<"lib/google_api/pub_sub/v1/model/seek_request.ex">>, |
| 42 | - <<"lib/google_api/pub_sub/v1/model/update_subscription_request.ex">>, |
| 43 | - <<"lib/google_api/pub_sub/v1/model/modify_ack_deadline_request.ex">>, |
| 22 | + <<"lib/google_api/pub_sub/v1/model/expiration_policy.ex">>, |
| 23 | + <<"lib/google_api/pub_sub/v1/model/empty.ex">>, |
| 24 | + <<"lib/google_api/pub_sub/v1/model/test_iam_permissions_request.ex">>, |
| 44 25 | <<"lib/google_api/pub_sub/v1/model/acknowledge_request.ex">>, |
| 26 | + <<"lib/google_api/pub_sub/v1/model/policy.ex">>, |
| 27 | + <<"lib/google_api/pub_sub/v1/model/push_config.ex">>, |
| 28 | + <<"lib/google_api/pub_sub/v1/model/update_topic_request.ex">>, |
| 29 | + <<"lib/google_api/pub_sub/v1/model/update_subscription_request.ex">>, |
| 30 | + <<"lib/google_api/pub_sub/v1/model/snapshot.ex">>, |
| 31 | + <<"lib/google_api/pub_sub/v1/model/topic.ex">>, |
| 32 | + <<"lib/google_api/pub_sub/v1/model/list_snapshots_response.ex">>, |
| 33 | + <<"lib/google_api/pub_sub/v1/model/seek_request.ex">>, |
| 34 | + <<"lib/google_api/pub_sub/v1/model/modify_ack_deadline_request.ex">>, |
| 35 | + <<"lib/google_api/pub_sub/v1/model/message_storage_policy.ex">>, |
| 36 | + <<"lib/google_api/pub_sub/v1/model/pull_response.ex">>, |
| 37 | + <<"lib/google_api/pub_sub/v1/model/binding.ex">>, |
| 38 | + <<"lib/google_api/pub_sub/v1/model/list_topics_response.ex">>, |
| 39 | + <<"lib/google_api/pub_sub/v1/model/update_snapshot_request.ex">>, |
| 40 | + <<"lib/google_api/pub_sub/v1/model/publish_request.ex">>, |
| 41 | + <<"lib/google_api/pub_sub/v1/model/oidc_token.ex">>, |
| 42 | + <<"lib/google_api/pub_sub/v1/model/test_iam_permissions_response.ex">>, |
| 43 | + <<"lib/google_api/pub_sub/v1/model/received_message.ex">>, |
| 44 | + <<"lib/google_api/pub_sub/v1/model/pull_request.ex">>, |
| 45 45 | <<"lib/google_api/pub_sub/v1/model/publish_response.ex">>, |
| 46 46 | <<"lib/google_api/pub_sub/v1/api">>, |
| 47 47 | <<"lib/google_api/pub_sub/v1/api/projects.ex">>,<<"mix.exs">>, |
| @@ -58,4 +58,4 @@ | |
| 58 58 | {<<"optional">>,false}, |
| 59 59 | {<<"repository">>,<<"hexpm">>}, |
| 60 60 | {<<"requirement">>,<<"~> 0.2">>}]]}. |
| 61 | - {<<"version">>,<<"0.20.0">>}. |
| 61 | + {<<"version">>,<<"0.21.0">>}. |
unknownlib/google_api/pub_sub/v1/api/projects.ex
File is too large to be displayed (100 KB limit).
| @@ -21,7 +21,7 @@ defmodule GoogleApi.PubSub.V1.Model.AcknowledgeRequest do | |
| 21 21 | |
| 22 22 | ## Attributes |
| 23 23 | |
| 24 | - * `ackIds` (*type:* `list(String.t)`, *default:* `nil`) - The acknowledgment ID for the messages being acknowledged that was returned |
| 24 | + * `ackIds` (*type:* `list(String.t)`, *default:* `nil`) - Required. The acknowledgment ID for the messages being acknowledged that was returned |
| 25 25 | by the Pub/Sub system in the `Pull` response. Must not be empty. |
| 26 26 | """ |
| @@ -23,7 +23,7 @@ defmodule GoogleApi.PubSub.V1.Model.CreateSnapshotRequest do | |
| 23 23 | |
| 24 24 | * `labels` (*type:* `map()`, *default:* `nil`) - See <a href="https://cloud.google.com/pubsub/docs/labels"> Creating and |
| 25 25 | managing labels</a>. |
| 26 | - * `subscription` (*type:* `String.t`, *default:* `nil`) - The subscription whose backlog the snapshot retains. |
| 26 | + * `subscription` (*type:* `String.t`, *default:* `nil`) - Required. The subscription whose backlog the snapshot retains. |
| 27 27 | Specifically, the created snapshot is guaranteed to retain: |
| 28 28 | (a) The existing backlog on the subscription. More precisely, this is |
| 29 29 | defined as the messages in the subscription's backlog that are |
Loading more files…