Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [google-cloud-eventarc-publishing] Minor documentation improvements #13650

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.17" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.6.17" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ class PublisherAsyncClient:
A partner is a third-party event provider that is integrated
with Eventarc.

A subscriber is a GCP customer interested in receiving events.
A subscriber is a Google Cloud customer interested in receiving
events.

Channel is a first-class Eventarc resource that is created and
managed by the subscriber in their Google Cloud project. A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ class PublisherClient(metaclass=PublisherClientMeta):
A partner is a third-party event provider that is integrated
with Eventarc.

A subscriber is a GCP customer interested in receiving events.
A subscriber is a Google Cloud customer interested in receiving
events.

Channel is a first-class Eventarc resource that is created and
managed by the subscriber in their Google Cloud project. A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ class PublisherGrpcTransport(PublisherTransport):
A partner is a third-party event provider that is integrated
with Eventarc.

A subscriber is a GCP customer interested in receiving events.
A subscriber is a Google Cloud customer interested in receiving
events.

Channel is a first-class Eventarc resource that is created and
managed by the subscriber in their Google Cloud project. A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ class PublisherGrpcAsyncIOTransport(PublisherTransport):
A partner is a third-party event provider that is integrated
with Eventarc.

A subscriber is a GCP customer interested in receiving events.
A subscriber is a Google Cloud customer interested in receiving
events.

Channel is a first-class Eventarc resource that is created and
managed by the subscriber in their Google Cloud project. A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ class PublisherRestTransport(_BasePublisherRestTransport):
A partner is a third-party event provider that is integrated
with Eventarc.

A subscriber is a GCP customer interested in receiving events.
A subscriber is a Google Cloud customer interested in receiving
events.

Channel is a first-class Eventarc resource that is created and
managed by the subscriber in their Google Cloud project. A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-eventarc-publishing",
"version": "0.6.17"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-eventarc-publishing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
"proto-plus >= 1.22.3, <2.0.0",
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
"protobuf>=3.20.2,<6.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
]
extras = {}
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-eventarc-publishing"
Expand Down
Loading