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
16 changes: 0 additions & 16 deletions .github/.OwlBot.lock.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/.OwlBot.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/auto-approve.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/release-please.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/release-trigger.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .librarian/generator-input/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "pubsublite",
"name_pretty": "Pub/Sub Lite",
"product_documentation": "https://cloud.google.com/pubsub/lite",
"client_documentation": "https://cloud.google.com/python/docs/reference/pubsublite/latest",
"issue_tracker": "",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_COMBO",
"repo": "googleapis/python-pubsublite",
"distribution_name": "google-cloud-pubsublite",
"api_id": "pubsublite.googleapis.com",
"default_version": "v1",
"codeowner_team": "@googleapis/api-pubsublite",
"api_shortname": "pubsublite",
"api_description": "is designed to provide reliable,\nmany-to-many, asynchronous messaging between applications. Publisher\napplications can send messages to a topic and other applications can\nsubscribe to that topic to receive the messages. By decoupling senders and\nreceivers, Google Cloud Pub/Sub allows developers to communicate between\nindependently written applications.\n\nCompared to Google Pub/Sub, Pub/Sub Lite provides partitioned zonal data\nstorage with predefined capacity. Both products present a similar API, but\nPub/Sub Lite has more usage caveats.\n\nSee the [Google Pub/Sub Lite docs](https://cloud.google.com/pubsub/quickstart-console#before-you-begin) for more details on how to activate\nPub/Sub Lite for your project, as well as guidance on how to choose between\nCloud Pub/Sub and Pub/Sub Lite."
}
4 changes: 2 additions & 2 deletions owlbot.py → .librarian/generator-input/librarian.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
s.move(
[library],
excludes=[
"**/gapic_version.py", # gapic_version.py will be updated by release please
"docs/**/*", # generated GAPIC docs should be ignored
"scripts/fixup*.py", # new libraries do not need the keyword fixup script
"setup.py",
Expand Down Expand Up @@ -72,7 +71,8 @@
templated_files,
excludes=[
".coveragerc",
".github/release-please.yml",
".github/**",
".kokoro/**",
"docs/multiprocessing.rst",
"docs/index.rst",
"README.rst",
Expand Down
Loading
Loading