diff --git a/.generator/cli.py b/.generator/cli.py index a9491a400e25..3e6075901fb8 100644 --- a/.generator/cli.py +++ b/.generator/cli.py @@ -528,7 +528,7 @@ def _create_repo_metadata_from_service_config( # newly generated clients. release_level = "preview" - return { + metadata = { "name": library_id, "name_pretty": name_pretty, "api_description": api_description, @@ -546,6 +546,11 @@ def _create_repo_metadata_from_service_config( "default_version": Path(api_path).name, "api_shortname": api_shortname, } + # Note: we sort this to be forward-compatible with the next version of + # librarian, which generates .repo-metadata.json files from scratch, + # and always does so with sorted keys. This will reduce the diff during + # migration. + return dict(sorted(metadata.items())) def _get_repo_metadata_file_path(base: str, library_id: str, is_mono_repo: bool): diff --git a/.librarian/generator-input/packages/google-ads-admanager/.repo-metadata.json b/.librarian/generator-input/packages/google-ads-admanager/.repo-metadata.json index 50b4fd853043..6431729f6332 100644 --- a/.librarian/generator-input/packages/google-ads-admanager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-ads-admanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-ads-admanager", - "name_pretty": "Google Ad Manager", - "api_description": "Manage your Ad Manager inventory, run reports and more.", - "product_documentation": "https://developers.google.com/ad-manager/api/beta", - "client_documentation": "https://googleapis.dev/python/google-ads-admanager/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1265187&template=1787490", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-ads-admanager", - "api_id": "admanager.googleapis.com", - "default_version": "v1", - "api_shortname": "admanager" + "api_description": "Manage your Ad Manager inventory, run reports and more.", + "api_id": "admanager.googleapis.com", + "api_shortname": "admanager", + "client_documentation": "https://googleapis.dev/python/google-ads-admanager/latest", + "default_version": "v1", + "distribution_name": "google-ads-admanager", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1265187&template=1787490", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-ads-admanager", + "name_pretty": "Google Ad Manager", + "product_documentation": "https://developers.google.com/ad-manager/api/beta", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-ads-marketingplatform-admin/.repo-metadata.json b/.librarian/generator-input/packages/google-ads-marketingplatform-admin/.repo-metadata.json index 43e0ec21bcf3..07c5179fc42d 100644 --- a/.librarian/generator-input/packages/google-ads-marketingplatform-admin/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-ads-marketingplatform-admin/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-ads-marketingplatform-admin", - "name_pretty": "Google Marketing Platform Admin API", - "api_description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.", - "product_documentation": "https://developers.google.com/analytics/devguides/config/gmp/v1", - "client_documentation": "https://googleapis.dev/python/google-ads-marketingplatform-admin/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-ads-marketingplatform-admin", - "api_id": "marketingplatformadmin.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "marketingplatformadmin" + "api_description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.", + "api_id": "marketingplatformadmin.googleapis.com", + "api_shortname": "marketingplatformadmin", + "client_documentation": "https://googleapis.dev/python/google-ads-marketingplatform-admin/latest", + "default_version": "v1alpha", + "distribution_name": "google-ads-marketingplatform-admin", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-ads-marketingplatform-admin", + "name_pretty": "Google Marketing Platform Admin API", + "product_documentation": "https://developers.google.com/analytics/devguides/config/gmp/v1", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-ai-generativelanguage/.repo-metadata.json b/.librarian/generator-input/packages/google-ai-generativelanguage/.repo-metadata.json index 2e20cadaad7f..04c681557b27 100644 --- a/.librarian/generator-input/packages/google-ai-generativelanguage/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-ai-generativelanguage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "generativelanguage", - "name_pretty": "Generative Language API", "api_description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.", - "product_documentation": "https://ai.google.dev/docs", + "api_id": "generativelanguage.googleapis.com", + "api_shortname": "generativelanguage", "client_documentation": "https://googleapis.dev/python/generativelanguage/latest", + "default_version": "v1beta", + "distribution_name": "google-ai-generativelanguage", "issue_tracker": "https://github.com/google/generative-ai-python/issues/new", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-ai-generativelanguage", - "api_id": "generativelanguage.googleapis.com", - "default_version": "v1beta", - "api_shortname": "generativelanguage" + "name": "generativelanguage", + "name_pretty": "Generative Language API", + "product_documentation": "https://ai.google.dev/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-analytics-admin/.repo-metadata.json b/.librarian/generator-input/packages/google-analytics-admin/.repo-metadata.json index 5c2ea930199b..b7efbd7279f3 100644 --- a/.librarian/generator-input/packages/google-analytics-admin/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-analytics-admin/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "analyticsadmin", - "name_pretty": "Analytics Admin", - "product_documentation": "https://developers.google.com/analytics/", - "client_documentation": "https://googleapis.dev/python/analyticsadmin/latest", - "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-analytics-admin", - "api_id": "analyticsadmin.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "analyticsadmin", - "api_description": "allows you to manage Google Analytics accounts and properties." + "api_description": "allows you to manage Google Analytics accounts and properties.", + "api_id": "analyticsadmin.googleapis.com", + "api_shortname": "analyticsadmin", + "client_documentation": "https://googleapis.dev/python/analyticsadmin/latest", + "default_version": "v1alpha", + "distribution_name": "google-analytics-admin", + "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticsadmin", + "name_pretty": "Analytics Admin", + "product_documentation": "https://developers.google.com/analytics/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-analytics-data/.repo-metadata.json b/.librarian/generator-input/packages/google-analytics-data/.repo-metadata.json index fb2f90029e96..8b0c05a57a4d 100644 --- a/.librarian/generator-input/packages/google-analytics-data/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-analytics-data/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "analyticsdata", - "name_pretty": "Analytics Data", - "product_documentation": "https://developers.google.com/analytics/", - "client_documentation": "https://googleapis.dev/python/analyticsdata/latest", - "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400%2B%20", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-analytics-data", - "api_id": "analyticsdata.googleapis.com", - "requires_billing": true, - "default_version": "v1beta", - "api_shortname": "analyticsdata", - "api_description": "provides programmatic methods to access report data in Google Analytics App+Web properties." + "api_description": "provides programmatic methods to access report data in Google Analytics App+Web properties.", + "api_id": "analyticsdata.googleapis.com", + "api_shortname": "analyticsdata", + "client_documentation": "https://googleapis.dev/python/analyticsdata/latest", + "default_version": "v1beta", + "distribution_name": "google-analytics-data", + "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400%2B%20", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticsdata", + "name_pretty": "Analytics Data", + "product_documentation": "https://developers.google.com/analytics/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-apps-card/.repo-metadata.json b/.librarian/generator-input/packages/google-apps-card/.repo-metadata.json index 94dee361f53d..18a3cf658056 100644 --- a/.librarian/generator-input/packages/google-apps-card/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-apps-card/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-card", - "name_pretty": "Google Apps Card Protos", - "api_description": "Google Apps Card Protos", - "product_documentation": "https://developers.google.com/chat", - "client_documentation": "https://googleapis.dev/python/google-apps-card/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-card", - "api_id": "card.googleapis.com", - "default_version": "v1", - "api_shortname": "card" + "api_description": "Google Apps Card Protos", + "api_id": "card.googleapis.com", + "api_shortname": "card", + "client_documentation": "https://googleapis.dev/python/google-apps-card/latest", + "default_version": "v1", + "distribution_name": "google-apps-card", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-card", + "name_pretty": "Google Apps Card Protos", + "product_documentation": "https://developers.google.com/chat", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-apps-chat/.repo-metadata.json b/.librarian/generator-input/packages/google-apps-chat/.repo-metadata.json index 1d264c884293..e45f67af577e 100644 --- a/.librarian/generator-input/packages/google-apps-chat/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-apps-chat/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-chat", - "name_pretty": "Chat API", - "api_description": "", - "product_documentation": "https://developers.google.com/chat/", - "client_documentation": "https://googleapis.dev/python/google-apps-chat/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-chat", - "api_id": "chat.googleapis.com", - "default_version": "v1", - "api_shortname": "chat" + "api_description": "", + "api_id": "chat.googleapis.com", + "api_shortname": "chat", + "client_documentation": "https://googleapis.dev/python/google-apps-chat/latest", + "default_version": "v1", + "distribution_name": "google-apps-chat", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-chat", + "name_pretty": "Chat API", + "product_documentation": "https://developers.google.com/chat/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-apps-events-subscriptions/.repo-metadata.json b/.librarian/generator-input/packages/google-apps-events-subscriptions/.repo-metadata.json index 7d5b975550b4..2fa1bd25e8f5 100644 --- a/.librarian/generator-input/packages/google-apps-events-subscriptions/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-apps-events-subscriptions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-events-subscriptions", - "name_pretty": "Google Workspace Events API", - "api_description": "The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.", - "product_documentation": "https://developers.google.com/workspace/events", - "client_documentation": "https://googleapis.dev/python/google-apps-events-subscriptions/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-events-subscriptions", - "api_id": "subscriptions.googleapis.com", - "default_version": "v1", - "api_shortname": "subscriptions" + "api_description": "The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.", + "api_id": "subscriptions.googleapis.com", + "api_shortname": "subscriptions", + "client_documentation": "https://googleapis.dev/python/google-apps-events-subscriptions/latest", + "default_version": "v1", + "distribution_name": "google-apps-events-subscriptions", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-events-subscriptions", + "name_pretty": "Google Workspace Events API", + "product_documentation": "https://developers.google.com/workspace/events", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-apps-meet/.repo-metadata.json b/.librarian/generator-input/packages/google-apps-meet/.repo-metadata.json index 08156cdb085a..51a46cac2d13 100644 --- a/.librarian/generator-input/packages/google-apps-meet/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-apps-meet/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-meet", - "name_pretty": "Google Meet API", - "api_description": "Create and manage meetings in Google Meet.", - "product_documentation": "https://developers.google.com/meet/api/guides/overview", - "client_documentation": "https://googleapis.dev/python/google-apps-meet/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1216362&template=1766418", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-meet", - "api_id": "meet.googleapis.com", - "default_version": "v2", - "api_shortname": "meet" + "api_description": "Create and manage meetings in Google Meet.", + "api_id": "meet.googleapis.com", + "api_shortname": "meet", + "client_documentation": "https://googleapis.dev/python/google-apps-meet/latest", + "default_version": "v2", + "distribution_name": "google-apps-meet", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1216362&template=1766418", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-meet", + "name_pretty": "Google Meet API", + "product_documentation": "https://developers.google.com/meet/api/guides/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-apps-script-type/.repo-metadata.json b/.librarian/generator-input/packages/google-apps-script-type/.repo-metadata.json index b8292093a1c8..26e0895b7452 100644 --- a/.librarian/generator-input/packages/google-apps-script-type/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-apps-script-type/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "type", - "name_pretty": "Google Apps Script Type Protos", - "api_description": "", - "product_documentation": "https://developers.google.com/apps-script/", - "client_documentation": "https://googleapis.dev/python/type/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-script-type", - "api_id": "type.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "type" + "api_description": "", + "api_id": "type.googleapis.com", + "api_shortname": "type", + "client_documentation": "https://googleapis.dev/python/type/latest", + "default_version": "apiVersion", + "distribution_name": "google-apps-script-type", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "type", + "name_pretty": "Google Apps Script Type Protos", + "product_documentation": "https://developers.google.com/apps-script/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-area120-tables/.repo-metadata.json b/.librarian/generator-input/packages/google-area120-tables/.repo-metadata.json index 14b92ac1ece3..f0ffeaf75062 100644 --- a/.librarian/generator-input/packages/google-area120-tables/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-area120-tables/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "area120tables", - "name_pretty": "Area 120 Tables", - "product_documentation": "https://area120.google.com", - "client_documentation": "https://googleapis.dev/python/area120tables/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-area120-tables", - "api_id": "area120tables.googleapis.com", - "default_version": "v1alpha1", - "api_shortname": "area120tables", - "api_description": "provides programmatic methods to the Area 120 Tables API." + "api_description": "provides programmatic methods to the Area 120 Tables API.", + "api_id": "area120tables.googleapis.com", + "api_shortname": "area120tables", + "client_documentation": "https://googleapis.dev/python/area120tables/latest", + "default_version": "v1alpha1", + "distribution_name": "google-area120-tables", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "area120tables", + "name_pretty": "Area 120 Tables", + "product_documentation": "https://area120.google.com", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-access-approval/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-access-approval/.repo-metadata.json index 1012987d923d..adf3a6c1e11e 100644 --- a/.librarian/generator-input/packages/google-cloud-access-approval/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-access-approval/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "accessapproval", - "name_pretty": "Access Approval", - "api_description": "enables controlling access to your organization's data by Google personnel.", - "product_documentation": "https://cloud.google.com/access-approval", - "client_documentation": "https://cloud.google.com/python/docs/reference/accessapproval/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-access-approval", - "api_id": "accessapproval.googleapis.com", - "default_version": "v1", - "api_shortname": "accessapproval" + "api_description": "enables controlling access to your organization's data by Google personnel.", + "api_id": "accessapproval.googleapis.com", + "api_shortname": "accessapproval", + "client_documentation": "https://cloud.google.com/python/docs/reference/accessapproval/latest", + "default_version": "v1", + "distribution_name": "google-cloud-access-approval", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "accessapproval", + "name_pretty": "Access Approval", + "product_documentation": "https://cloud.google.com/access-approval", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-access-context-manager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-access-context-manager/.repo-metadata.json index ede20593f826..7d593997abbe 100644 --- a/.librarian/generator-input/packages/google-cloud-access-context-manager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-access-context-manager/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "accesscontextmanager", - "name_pretty": "Access Context Manager", - "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-access-context-manager", - "product_documentation": "https://cloud.google.com/access-context-manager/docs/overview", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-access-context-manager", - "default_version": "apiVersion", - "api_shortname": "accesscontextmanager" + "api_shortname": "accesscontextmanager", + "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-access-context-manager", + "default_version": "apiVersion", + "distribution_name": "google-cloud-access-context-manager", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "accesscontextmanager", + "name_pretty": "Access Context Manager", + "product_documentation": "https://cloud.google.com/access-context-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-advisorynotifications/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-advisorynotifications/.repo-metadata.json index ccb6870a4acb..45c6925daac3 100644 --- a/.librarian/generator-input/packages/google-cloud-advisorynotifications/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-advisorynotifications/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "advisorynotifications", - "name_pretty": "Advisory Notifications", - "api_description": "Advisory Notifications provides well-targeted, timely, and compliant communications about critical security and privacy events in the Google Cloud console and allows you to securely investigate the event, take action, and get support.", - "product_documentation": "https://cloud.google.com/advisory-notifications/", - "client_documentation": "https://cloud.google.com/python/docs/reference/advisorynotifications/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-advisorynotifications", - "api_id": "advisorynotifications.googleapis.com", - "default_version": "v1", - "api_shortname": "advisorynotifications" + "api_description": "Advisory Notifications provides well-targeted, timely, and compliant communications about critical security and privacy events in the Google Cloud console and allows you to securely investigate the event, take action, and get support.", + "api_id": "advisorynotifications.googleapis.com", + "api_shortname": "advisorynotifications", + "client_documentation": "https://cloud.google.com/python/docs/reference/advisorynotifications/latest", + "default_version": "v1", + "distribution_name": "google-cloud-advisorynotifications", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "advisorynotifications", + "name_pretty": "Advisory Notifications", + "product_documentation": "https://cloud.google.com/advisory-notifications/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-alloydb-connectors/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-alloydb-connectors/.repo-metadata.json index ee7eaa4fcd6b..b9ac291696c1 100644 --- a/.librarian/generator-input/packages/google-cloud-alloydb-connectors/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-alloydb-connectors/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "connectors", - "name_pretty": "AlloyDB connectors", - "api_description": "provides enterprise-grade performance and availability while maintaining 100% compatibility with open-source PostgreSQL.", - "product_documentation": "https://cloud.google.com/alloydb/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/connectors/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1194526&template=1689942", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-alloydb-connectors", - "api_id": "connectors.googleapis.com", - "default_version": "v1", - "api_shortname": "connectors" + "api_description": "provides enterprise-grade performance and availability while maintaining 100% compatibility with open-source PostgreSQL.", + "api_id": "connectors.googleapis.com", + "api_shortname": "connectors", + "client_documentation": "https://cloud.google.com/python/docs/reference/connectors/latest", + "default_version": "v1", + "distribution_name": "google-cloud-alloydb-connectors", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1194526&template=1689942", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "connectors", + "name_pretty": "AlloyDB connectors", + "product_documentation": "https://cloud.google.com/alloydb/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-alloydb/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-alloydb/.repo-metadata.json index b373feba6808..cc2d8373a58d 100644 --- a/.librarian/generator-input/packages/google-cloud-alloydb/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-alloydb/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "alloydb", - "name_pretty": "AlloyDB", - "api_description": "", - "product_documentation": "https://cloud.google.com/alloydb/", - "client_documentation": "https://cloud.google.com/python/docs/reference/alloydb/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-alloydb", - "api_id": "alloydb.googleapis.com", - "default_version": "v1", - "api_shortname": "alloydb" + "api_description": "", + "api_id": "alloydb.googleapis.com", + "api_shortname": "alloydb", + "client_documentation": "https://cloud.google.com/python/docs/reference/alloydb/latest", + "default_version": "v1", + "distribution_name": "google-cloud-alloydb", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "alloydb", + "name_pretty": "AlloyDB", + "product_documentation": "https://cloud.google.com/alloydb/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-api-gateway/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-api-gateway/.repo-metadata.json index e9cb94962970..7af614581916 100644 --- a/.librarian/generator-input/packages/google-cloud-api-gateway/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-api-gateway/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "apigateway", - "name_pretty": "API Gateway", - "product_documentation": "https://cloud.google.com/api-gateway", - "client_documentation": "https://cloud.google.com/python/docs/reference/apigateway/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-api-gateway", - "api_id": "apigateway.googleapis.com", - "default_version": "v1", - "api_shortname": "apigateway", - "api_description": "enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint." + "api_description": "enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.", + "api_id": "apigateway.googleapis.com", + "api_shortname": "apigateway", + "client_documentation": "https://cloud.google.com/python/docs/reference/apigateway/latest", + "default_version": "v1", + "distribution_name": "google-cloud-api-gateway", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apigateway", + "name_pretty": "API Gateway", + "product_documentation": "https://cloud.google.com/api-gateway", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-api-keys/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-api-keys/.repo-metadata.json index 159672d65358..348f222b9847 100644 --- a/.librarian/generator-input/packages/google-cloud-api-keys/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-api-keys/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "apikeys", - "name_pretty": "API Keys", - "product_documentation": "https://cloud.google.com/api-keys/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/apikeys/latest", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-api-keys", - "api_id": "apikeys.googleapis.com", - "default_version": "v2", - "api_shortname": "apikeys" + "api_id": "apikeys.googleapis.com", + "api_shortname": "apikeys", + "client_documentation": "https://cloud.google.com/python/docs/reference/apikeys/latest", + "default_version": "v2", + "distribution_name": "google-cloud-api-keys", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apikeys", + "name_pretty": "API Keys", + "product_documentation": "https://cloud.google.com/api-keys/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-apigee-connect/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-apigee-connect/.repo-metadata.json index c5b573a0bd85..597c4299a3af 100644 --- a/.librarian/generator-input/packages/google-cloud-apigee-connect/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-apigee-connect/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "apigeeconnect", - "name_pretty": "Apigee Connect", - "product_documentation": "https://cloud.google.com/apigee/docs/hybrid/v1.4/apigee-connect", - "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeconnect/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apigee-connect", - "api_id": "apigeeconnect.googleapis.com", - "default_version": "v1", - "api_shortname": "apigeeconnect", - "api_description": "allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet." + "api_description": "allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet.", + "api_id": "apigeeconnect.googleapis.com", + "api_shortname": "apigeeconnect", + "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeconnect/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apigee-connect", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apigeeconnect", + "name_pretty": "Apigee Connect", + "product_documentation": "https://cloud.google.com/apigee/docs/hybrid/v1.4/apigee-connect", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-apigee-registry/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-apigee-registry/.repo-metadata.json index 3face37a3c49..4e1a74015884 100644 --- a/.librarian/generator-input/packages/google-cloud-apigee-registry/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-apigee-registry/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "apigeeregistry", - "name_pretty": "Apigee Registry API", - "api_description": "allows teams to upload and share machine-readable descriptions of APIs that are in use and in development.", - "product_documentation": "https://cloud.google.com/apigee/docs/api-hub/get-started-registry-api", - "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeregistry/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apigee-registry", - "api_id": "apigeeregistry.googleapis.com", - "default_version": "v1", - "api_shortname": "apigeeregistry" + "api_description": "allows teams to upload and share machine-readable descriptions of APIs that are in use and in development.", + "api_id": "apigeeregistry.googleapis.com", + "api_shortname": "apigeeregistry", + "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeregistry/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apigee-registry", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apigeeregistry", + "name_pretty": "Apigee Registry API", + "product_documentation": "https://cloud.google.com/apigee/docs/api-hub/get-started-registry-api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-apihub/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-apihub/.repo-metadata.json index b5c17ab0a015..7cb5b49720ae 100644 --- a/.librarian/generator-input/packages/google-cloud-apihub/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-apihub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-apihub", - "name_pretty": "API Hub API", - "api_description": "API hub lets you consolidate and organize information about all of the APIs of interest to your organization. API hub lets you capture critical information about APIs that allows developers to discover and evaluate them easily and leverage the work of other teams wherever possible. API platform teams can use API hub to have visibility into and manage their portfolio of APIs.", - "product_documentation": "https://cloud.google.com/apigee/docs/apihub/what-is-api-hub", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-apihub/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1447560", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apihub", - "api_id": "apihub.googleapis.com", - "default_version": "v1", - "api_shortname": "apihub" -} + "api_description": "API hub lets you consolidate and organize information about all of the APIs of interest to your organization. API hub lets you capture critical information about APIs that allows developers to discover and evaluate them easily and leverage the work of other teams wherever possible. API platform teams can use API hub to have visibility into and manage their portfolio of APIs.", + "api_id": "apihub.googleapis.com", + "api_shortname": "apihub", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-apihub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apihub", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1447560", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-apihub", + "name_pretty": "API Hub API", + "product_documentation": "https://cloud.google.com/apigee/docs/apihub/what-is-api-hub", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-appengine-admin/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-appengine-admin/.repo-metadata.json index 63d2c8d3545b..93f71b3e9368 100644 --- a/.librarian/generator-input/packages/google-cloud-appengine-admin/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-appengine-admin/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "appengine", - "name_pretty": "App Engine Admin", - "product_documentation": "https://cloud.google.com/appengine/docs/admin-api/", - "client_documentation": "https://cloud.google.com/python/docs/reference/appengine/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-appengine-admin", - "api_id": "appengine.googleapis.com", - "default_version": "v1", - "api_shortname": "appengine", - "api_description": "allows you to manage your App Engine applications." + "api_description": "allows you to manage your App Engine applications.", + "api_id": "appengine.googleapis.com", + "api_shortname": "appengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/appengine/latest", + "default_version": "v1", + "distribution_name": "google-cloud-appengine-admin", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "appengine", + "name_pretty": "App Engine Admin", + "product_documentation": "https://cloud.google.com/appengine/docs/admin-api/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-appengine-logging/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-appengine-logging/.repo-metadata.json index a8c9b8b6c888..32668f48938f 100644 --- a/.librarian/generator-input/packages/google-cloud-appengine-logging/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-appengine-logging/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "appenginelogging", - "name_pretty": "App Engine Logging Protos", - "product_documentation": "https://cloud.google.com/logging/docs/reference/v2/rpc/google.appengine.logging.v1", - "client_documentation": "https://cloud.google.com/python/docs/reference/appenginelogging/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-appengine-logging", - "api_id": "", - "default_version": "v1" + "api_id": "", + "client_documentation": "https://cloud.google.com/python/docs/reference/appenginelogging/latest", + "default_version": "v1", + "distribution_name": "google-cloud-appengine-logging", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "appenginelogging", + "name_pretty": "App Engine Logging Protos", + "product_documentation": "https://cloud.google.com/logging/docs/reference/v2/rpc/google.appengine.logging.v1", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-apphub/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-apphub/.repo-metadata.json index b231e325dd83..242e7c068dcd 100644 --- a/.librarian/generator-input/packages/google-cloud-apphub/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-apphub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-apphub", - "name_pretty": "App Hub API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/app-hub/docs/overview", + "api_id": "apphub.googleapis.com", + "api_shortname": "apphub", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-apphub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apphub", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1509913", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apphub", - "api_id": "apphub.googleapis.com", - "default_version": "v1", - "api_shortname": "apphub" + "name": "google-cloud-apphub", + "name_pretty": "App Hub API", + "product_documentation": "https://cloud.google.com/app-hub/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-artifact-registry/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-artifact-registry/.repo-metadata.json index cb96fe7bfc64..d2721b2f19ea 100644 --- a/.librarian/generator-input/packages/google-cloud-artifact-registry/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-artifact-registry/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "artifactregistry", - "name_pretty": "Artifact Registry", - "product_documentation": "https://cloud.google.com/artifact-registry", - "client_documentation": "https://cloud.google.com/python/docs/reference/artifactregistry/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-artifact-registry", - "api_id": "artifactregistry.googleapis.com", - "default_version": "v1", - "api_shortname": "artifactregistry", - "api_description": "provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines." + "api_description": "provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines.", + "api_id": "artifactregistry.googleapis.com", + "api_shortname": "artifactregistry", + "client_documentation": "https://cloud.google.com/python/docs/reference/artifactregistry/latest", + "default_version": "v1", + "distribution_name": "google-cloud-artifact-registry", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "artifactregistry", + "name_pretty": "Artifact Registry", + "product_documentation": "https://cloud.google.com/artifact-registry", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-asset/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-asset/.repo-metadata.json index a685a6cfa9df..8cea3d2aef89 100644 --- a/.librarian/generator-input/packages/google-cloud-asset/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-asset/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudasset", - "name_pretty": "Cloud Asset Inventory", - "product_documentation": "https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudasset/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-asset", - "api_id": "cloudasset.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "cloudasset", - "api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe." + "api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.", + "api_id": "cloudasset.googleapis.com", + "api_shortname": "cloudasset", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudasset/latest", + "default_version": "v1", + "distribution_name": "google-cloud-asset", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudasset", + "name_pretty": "Cloud Asset Inventory", + "product_documentation": "https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-assured-workloads/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-assured-workloads/.repo-metadata.json index 3b80b6456187..cb8c739c73c4 100644 --- a/.librarian/generator-input/packages/google-cloud-assured-workloads/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-assured-workloads/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "assuredworkloads", - "name_pretty": "Assured Workloads for Government", - "product_documentation": "https://cloud.google.com/assured-workloads/", - "client_documentation": "https://cloud.google.com/python/docs/reference/assuredworkloads/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-assured-workloads", - "api_id": "assuredworkloads.googleapis.com", - "default_version": "v1", - "api_shortname": "assuredworkloads", - "api_description": "allows you to secure your government workloads and accelerate your path to running compliant workloads on Google Cloud with Assured Workloads for Government." + "api_description": "allows you to secure your government workloads and accelerate your path to running compliant workloads on Google Cloud with Assured Workloads for Government.", + "api_id": "assuredworkloads.googleapis.com", + "api_shortname": "assuredworkloads", + "client_documentation": "https://cloud.google.com/python/docs/reference/assuredworkloads/latest", + "default_version": "v1", + "distribution_name": "google-cloud-assured-workloads", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "assuredworkloads", + "name_pretty": "Assured Workloads for Government", + "product_documentation": "https://cloud.google.com/assured-workloads/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-audit-log/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-audit-log/.repo-metadata.json index 2c61e5e2feee..60fa354febcd 100644 --- a/.librarian/generator-input/packages/google-cloud-audit-log/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-audit-log/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "auditlog", - "name_pretty": "Audit Log API", - "product_documentation": "https://cloud.google.com/logging/docs/audit", - "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-audit-log", - "api_id": "", - "default_version": "apiVersion", - "api_shortname": "auditlog" + "api_id": "", + "api_shortname": "auditlog", + "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log", + "default_version": "apiVersion", + "distribution_name": "google-cloud-audit-log", + "issue_tracker": "", + "language": "python", + "library_type": "OTHER", + "name": "auditlog", + "name_pretty": "Audit Log API", + "product_documentation": "https://cloud.google.com/logging/docs/audit", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-automl/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-automl/.repo-metadata.json index 885d41d21e08..6765aa5537c5 100644 --- a/.librarian/generator-input/packages/google-cloud-automl/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-automl/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "automl", - "name_pretty": "Cloud AutoML", - "product_documentation": "https://cloud.google.com/automl/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/automl/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559744", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-automl", - "api_id": "automl.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "automl", - "api_description": "**AutoML API Python Client is now available in Vertex AI. Please visit** `Vertex SDK for Python `_ **for the new Python Vertex AI client.** Vertex AI is our next generation AI Platform, with many new features that are unavailable in the current platform. `Migrate your resources to Vertex AI `_ to get the latest machine learning features, simplify end-to-end journeys, and productionize models with MLOps. The `Cloud AutoML API `_ is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs, by leveraging Google's state-of-the-art transfer learning, and Neural Architecture Search technology." + "api_description": "**AutoML API Python Client is now available in Vertex AI. Please visit** `Vertex SDK for Python `_ **for the new Python Vertex AI client.** Vertex AI is our next generation AI Platform, with many new features that are unavailable in the current platform. `Migrate your resources to Vertex AI `_ to get the latest machine learning features, simplify end-to-end journeys, and productionize models with MLOps. The `Cloud AutoML API `_ is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs, by leveraging Google's state-of-the-art transfer learning, and Neural Architecture Search technology.", + "api_id": "automl.googleapis.com", + "api_shortname": "automl", + "client_documentation": "https://cloud.google.com/python/docs/reference/automl/latest", + "default_version": "v1", + "distribution_name": "google-cloud-automl", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559744", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "automl", + "name_pretty": "Cloud AutoML", + "product_documentation": "https://cloud.google.com/automl/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-backupdr/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-backupdr/.repo-metadata.json index 67c7f68a5408..91669681694d 100644 --- a/.librarian/generator-input/packages/google-cloud-backupdr/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-backupdr/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "backupdr", - "name_pretty": "Backup and DR Service API", - "api_description": "Backup and DR Service ensures that your data is managed, protected, and accessible using both hybrid and cloud-based backup/recovery appliances that are managed using the Backup and DR management console.", - "product_documentation": "https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-dr", - "client_documentation": "https://cloud.google.com/python/docs/reference/backupdr/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=966572", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-backupdr", - "api_id": "backupdr.googleapis.com", - "default_version": "v1", - "api_shortname": "backupdr" + "api_description": "Backup and DR Service ensures that your data is managed, protected, and accessible using both hybrid and cloud-based backup/recovery appliances that are managed using the Backup and DR management console.", + "api_id": "backupdr.googleapis.com", + "api_shortname": "backupdr", + "client_documentation": "https://cloud.google.com/python/docs/reference/backupdr/latest", + "default_version": "v1", + "distribution_name": "google-cloud-backupdr", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=966572", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "backupdr", + "name_pretty": "Backup and DR Service API", + "product_documentation": "https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-dr", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bare-metal-solution/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bare-metal-solution/.repo-metadata.json index fd42df680990..710b05be9537 100644 --- a/.librarian/generator-input/packages/google-cloud-bare-metal-solution/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bare-metal-solution/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "baremetalsolution", - "name_pretty": "Bare Metal Solution", - "product_documentation": "https://cloud.google.com/bare-metal/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/baremetalsolution/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bare-metal-solution", - "api_id": "baremetalsolution.googleapis.com", - "default_version": "v2", - "api_shortname": "baremetalsolution", - "api_description": "Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk." + "api_description": "Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk.", + "api_id": "baremetalsolution.googleapis.com", + "api_shortname": "baremetalsolution", + "client_documentation": "https://cloud.google.com/python/docs/reference/baremetalsolution/latest", + "default_version": "v2", + "distribution_name": "google-cloud-bare-metal-solution", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "baremetalsolution", + "name_pretty": "Bare Metal Solution", + "product_documentation": "https://cloud.google.com/bare-metal/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-batch/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-batch/.repo-metadata.json index 269d54dfe23f..dfee26c270a8 100644 --- a/.librarian/generator-input/packages/google-cloud-batch/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-batch/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "batch", - "name_pretty": "Cloud Batch", - "api_description": "", - "product_documentation": "https://cloud.google.com/batch/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/batch/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-batch", - "api_id": "batch.googleapis.com", - "default_version": "v1", - "api_shortname": "batch" + "api_description": "", + "api_id": "batch.googleapis.com", + "api_shortname": "batch", + "client_documentation": "https://cloud.google.com/python/docs/reference/batch/latest", + "default_version": "v1", + "distribution_name": "google-cloud-batch", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "batch", + "name_pretty": "Cloud Batch", + "product_documentation": "https://cloud.google.com/batch/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json index c96c6034693e..68c2ce995e7a 100644 --- a/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpappconnections", - "name_pretty": "BeyondCorp AppConnections", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnections/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-appconnections", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnections/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-appconnections", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpappconnections", + "name_pretty": "BeyondCorp AppConnections", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json index 6b3d63241dc2..95d244b635e6 100644 --- a/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpappconnectors", - "name_pretty": "BeyondCorp AppConnectors", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnectors/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-appconnectors", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnectors/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-appconnectors", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpappconnectors", + "name_pretty": "BeyondCorp AppConnectors", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json index 71abb5136a43..067889f724a0 100644 --- a/.librarian/generator-input/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpappgateways", - "name_pretty": "BeyondCorp AppGateways", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappgateways/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-appgateways", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappgateways/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-appgateways", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpappgateways", + "name_pretty": "BeyondCorp AppGateways", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json index 8f7f661bd68f..e39b92abd4e0 100644 --- a/.librarian/generator-input/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpclientconnectorservices", - "name_pretty": "BeyondCorp ClientConnectorServices", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientconnectorservices/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-clientconnectorservices", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientconnectorservices/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-clientconnectorservices", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpclientconnectorservices", + "name_pretty": "BeyondCorp ClientConnectorServices", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json index bd76fb82eb5c..d0f0676d23a5 100644 --- a/.librarian/generator-input/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpclientgateways", - "name_pretty": "BeyondCorp ClientGateways", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientgateways/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-clientgateways", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientgateways/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-clientgateways", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpclientgateways", + "name_pretty": "BeyondCorp ClientGateways", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-biglake/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-biglake/.repo-metadata.json index b8344f3760d4..84b01cfad745 100644 --- a/.librarian/generator-input/packages/google-cloud-biglake/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-biglake/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-biglake", - "name_pretty": "BigLake API", - "api_description": "The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.", - "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-biglake/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-biglake", - "api_id": "biglake.googleapis.com", - "default_version": "v1", - "api_shortname": "biglake" + "api_description": "The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.", + "api_id": "biglake.googleapis.com", + "api_shortname": "biglake", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-biglake/latest", + "default_version": "v1", + "distribution_name": "google-cloud-biglake", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-biglake", + "name_pretty": "BigLake API", + "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json index 4bc816d9a60d..a05777bbee21 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "analyticshub", - "name_pretty": "BigQuery Analytics Hub", - "product_documentation": "https://cloud.google.com/analytics-hub", - "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-analyticshub", - "api_id": "analyticshub.googleapis.com", - "default_version": "v1", - "api_shortname": "analyticshub", - "api_description": "Analytics Hub is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost. Curate a library of internal and external assets, including unique datasets like Google Trends, backed by the power of BigQuery." + "api_description": "Analytics Hub is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost. Curate a library of internal and external assets, including unique datasets like Google Trends, backed by the power of BigQuery.", + "api_id": "analyticshub.googleapis.com", + "api_shortname": "analyticshub", + "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-analyticshub", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticshub", + "name_pretty": "BigQuery Analytics Hub", + "product_documentation": "https://cloud.google.com/analytics-hub", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-biglake/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-biglake/.repo-metadata.json index a16d340a9a82..79e649a1de1a 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-biglake/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-biglake/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "biglake", - "name_pretty": "BigLake API", "api_description": "BigLake API", - "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", + "api_id": "biglake.googleapis.com", + "api_shortname": "biglake", "client_documentation": "https://cloud.google.com/python/docs/reference/biglake/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-biglake", "issue_tracker": "https://issuetracker.google.com/issues/new?component=187149&template=1019829", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-biglake", - "api_id": "biglake.googleapis.com", - "default_version": "v1", - "api_shortname": "biglake" + "name": "biglake", + "name_pretty": "BigLake API", + "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-connection/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-connection/.repo-metadata.json index 6a195cbcc50a..d6da3f3b1ba8 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-connection/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-connection/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "bigqueryconnection", - "name_pretty": "BigQuery Connection", - "api_description": "Manage BigQuery connections to external data sources.", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryconnection/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-connection", - "api_id": "bigqueryconnection.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigqueryconnection" + "api_description": "Manage BigQuery connections to external data sources.", + "api_id": "bigqueryconnection.googleapis.com", + "api_shortname": "bigqueryconnection", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryconnection/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-connection", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigqueryconnection", + "name_pretty": "BigQuery Connection", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json index cadf75caa852..129c73a2df9d 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "analyticshub", - "name_pretty": "BigQuery Analytics Hub", - "product_documentation": "https://cloud.google.com/bigquery/docs/analytics-hub-introduction", - "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-data-exchange", - "api_id": "analyticshub.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "analyticshub", - "api_description": "is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost." + "api_description": "is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost.", + "api_id": "analyticshub.googleapis.com", + "api_shortname": "analyticshub", + "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-bigquery-data-exchange", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticshub", + "name_pretty": "BigQuery Analytics Hub", + "product_documentation": "https://cloud.google.com/bigquery/docs/analytics-hub-introduction", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json index 0a6facc24361..a9c909f01210 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "bigquerydatapolicy", - "name_pretty": "BigQuery Data Policy", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigquerydatapolicy/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatapolicy/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-datapolicies", - "api_id": "bigquerydatapolicy.googleapis.com", - "default_version": "v1", - "api_shortname": "bigquerydatapolicy", - "api_description": "Allows users to manage BigQuery data policies." + "api_description": "Allows users to manage BigQuery data policies.", + "api_id": "bigquerydatapolicy.googleapis.com", + "api_shortname": "bigquerydatapolicy", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatapolicy/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-datapolicies", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigquerydatapolicy", + "name_pretty": "BigQuery Data Policy", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigquerydatapolicy/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json index 38c75a0c47a2..aa973943c5a0 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "bigquerydatatransfer", - "name_pretty": "BigQuery Data Transfer", - "product_documentation": "https://cloud.google.com/bigquery/transfer/", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatatransfer/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-datatransfer", - "api_id": "bigquerydatatransfer.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigquerydatatransfer", - "api_description": "allows users to transfer data from partner SaaS applications to Google BigQuery on a scheduled, managed basis." + "api_description": "allows users to transfer data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.", + "api_id": "bigquerydatatransfer.googleapis.com", + "api_shortname": "bigquerydatatransfer", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatatransfer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-datatransfer", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigquerydatatransfer", + "name_pretty": "BigQuery Data Transfer", + "product_documentation": "https://cloud.google.com/bigquery/transfer/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-logging/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-logging/.repo-metadata.json index c697ce8e30b5..ff47e4de32b1 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-logging/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-logging/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "bigquerylogging", - "name_pretty": "BigQuery Logging Protos", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/auditlogs", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerylogging/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-logging", - "api_id": "", - "default_version": "v1", - "api_shortname": "bigquerylogging" + "api_id": "", + "api_shortname": "bigquerylogging", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerylogging/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-logging", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "bigquerylogging", + "name_pretty": "BigQuery Logging Protos", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/auditlogs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-migration/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-migration/.repo-metadata.json index e56d9e8b1dc9..1b5874f43872 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-migration/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-migration/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "bigquerymigration", - "name_pretty": "Google BigQuery Migration", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/migration/", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerymigration/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-migration", - "api_id": "bigquerymigration.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "bigquerymigration" + "api_id": "bigquerymigration.googleapis.com", + "api_shortname": "bigquerymigration", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerymigration/latest", + "default_version": "v2", + "distribution_name": "google-cloud-bigquery-migration", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigquerymigration", + "name_pretty": "Google BigQuery Migration", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/migration/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-reservation/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-reservation/.repo-metadata.json index f2caf91b612f..b84ada7a11f9 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-reservation/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-reservation/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "bigqueryreservation", - "name_pretty": "BigQuery Reservation", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryreservation/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-reservation", - "api_id": "bigqueryreservation.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigqueryreservation", - "api_description": "Modify BigQuery flat-rate reservations." + "api_description": "Modify BigQuery flat-rate reservations.", + "api_id": "bigqueryreservation.googleapis.com", + "api_shortname": "bigqueryreservation", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryreservation/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-reservation", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigqueryreservation", + "name_pretty": "BigQuery Reservation", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-bigquery-storage/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-bigquery-storage/.repo-metadata.json index f7b2f9a32cdb..057e002d01ce 100644 --- a/.librarian/generator-input/packages/google-cloud-bigquery-storage/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-bigquery-storage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "bigquerystorage", - "name_pretty": "Google BigQuery Storage", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerystorage/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-storage", - "api_id": "bigquerystorage.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigquerystorage" + "api_id": "bigquerystorage.googleapis.com", + "api_shortname": "bigquerystorage", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerystorage/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-storage", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "bigquerystorage", + "name_pretty": "Google BigQuery Storage", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-billing-budgets/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-billing-budgets/.repo-metadata.json index 86e97f81b68b..e6ee3c2281e9 100644 --- a/.librarian/generator-input/packages/google-cloud-billing-budgets/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-billing-budgets/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "billingbudgets", - "name_pretty": "Cloud Billing Budget", - "product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/billingbudgets/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559770", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-billing-budgets", - "api_id": "billingbudgets.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "billingbudgets", - "api_description": "The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that plan." + "api_description": "The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that plan.", + "api_id": "billingbudgets.googleapis.com", + "api_shortname": "billingbudgets", + "client_documentation": "https://cloud.google.com/python/docs/reference/billingbudgets/latest", + "default_version": "v1", + "distribution_name": "google-cloud-billing-budgets", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559770", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "billingbudgets", + "name_pretty": "Cloud Billing Budget", + "product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-billing/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-billing/.repo-metadata.json index c4766f473556..2d8a46f362c3 100644 --- a/.librarian/generator-input/packages/google-cloud-billing/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-billing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudbilling", - "name_pretty": "Cloud Billing", - "product_documentation": "https://cloud.google.com/billing", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbilling/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-billing", - "api_id": "cloudbilling.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudbilling", - "api_description": "allows developers to manage their billing accounts or browse the catalog of SKUs and pricing." + "api_description": "allows developers to manage their billing accounts or browse the catalog of SKUs and pricing.", + "api_id": "cloudbilling.googleapis.com", + "api_shortname": "cloudbilling", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbilling/latest", + "default_version": "v1", + "distribution_name": "google-cloud-billing", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudbilling", + "name_pretty": "Cloud Billing", + "product_documentation": "https://cloud.google.com/billing", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-binary-authorization/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-binary-authorization/.repo-metadata.json index ec73506a53c7..190a4275ed5a 100644 --- a/.librarian/generator-input/packages/google-cloud-binary-authorization/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-binary-authorization/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "binaryauthorization", - "name_pretty": "Binary Authorization", - "product_documentation": "https://cloud.google.com/binary-authorization", - "client_documentation": "https://cloud.google.com/python/docs/reference/binaryauthorization/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-binary-authorization", - "api_id": "binaryauthorization.googleapis.com", - "default_version": "v1", - "api_shortname": "binaryauthorization", - "api_description": " is a service on Google Cloud that provides centralized software supply-chain security for applications that run on Google Kubernetes Engine (GKE) and Anthos clusters on VMware" + "api_description": " is a service on Google Cloud that provides centralized software supply-chain security for applications that run on Google Kubernetes Engine (GKE) and Anthos clusters on VMware", + "api_id": "binaryauthorization.googleapis.com", + "api_shortname": "binaryauthorization", + "client_documentation": "https://cloud.google.com/python/docs/reference/binaryauthorization/latest", + "default_version": "v1", + "distribution_name": "google-cloud-binary-authorization", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "binaryauthorization", + "name_pretty": "Binary Authorization", + "product_documentation": "https://cloud.google.com/binary-authorization", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-build/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-build/.repo-metadata.json index c50b9abb921a..59423cabf73f 100644 --- a/.librarian/generator-input/packages/google-cloud-build/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-build/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudbuild", - "name_pretty": "Cloud Build", - "product_documentation": "https://cloud.google.com/cloud-build/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbuild/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5226584", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-build", - "api_id": "cloudbuild.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "cloudbuild", - "api_description": "lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase." + "api_description": "lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.", + "api_id": "cloudbuild.googleapis.com", + "api_shortname": "cloudbuild", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbuild/latest", + "default_version": "v1", + "distribution_name": "google-cloud-build", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5226584", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudbuild", + "name_pretty": "Cloud Build", + "product_documentation": "https://cloud.google.com/cloud-build/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-certificate-manager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-certificate-manager/.repo-metadata.json index f3a14775c0b9..b912727d2253 100644 --- a/.librarian/generator-input/packages/google-cloud-certificate-manager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-certificate-manager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "certificatemanager", - "name_pretty": "Certificate Manager", - "product_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", - "client_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-certificate-manager", - "api_id": "certificatemanager.googleapis.com", - "default_version": "v1", - "api_shortname": "certificatemanager", - "api_description": "lets you acquire and manage TLS (SSL) certificates for use with Cloud Load Balancing." + "api_description": "lets you acquire and manage TLS (SSL) certificates for use with Cloud Load Balancing.", + "api_id": "certificatemanager.googleapis.com", + "api_shortname": "certificatemanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-certificate-manager", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "certificatemanager", + "name_pretty": "Certificate Manager", + "product_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-channel/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-channel/.repo-metadata.json index 06a257ed0687..e15da6838c4d 100644 --- a/.librarian/generator-input/packages/google-cloud-channel/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-channel/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudchannel", - "name_pretty": "Channel Services", - "product_documentation": "https://cloud.google.com/channel/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudchannel/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-channel", - "api_id": "cloudchannel.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudchannel", - "api_description": "With Channel Services, Google Cloud partners and resellers have a single unified resale platform, with a unified resale catalog, customer management, order management, billing management, policy and authorization management, and cost management." + "api_description": "With Channel Services, Google Cloud partners and resellers have a single unified resale platform, with a unified resale catalog, customer management, order management, billing management, policy and authorization management, and cost management.", + "api_id": "cloudchannel.googleapis.com", + "api_shortname": "cloudchannel", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudchannel/latest", + "default_version": "v1", + "distribution_name": "google-cloud-channel", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudchannel", + "name_pretty": "Channel Services", + "product_documentation": "https://cloud.google.com/channel/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-chronicle/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-chronicle/.repo-metadata.json index e89f1b3a6df6..7444ffb3cad8 100644 --- a/.librarian/generator-input/packages/google-cloud-chronicle/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-chronicle/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-chronicle", - "name_pretty": "Chronicle API", - "api_description": "The Google Cloud Security Operations API, popularly known as the Chronicle API, serves endpoints that enable security analysts to analyze and mitigate a security threat throughout its lifecycle", - "product_documentation": "https://cloud.google.com/chronicle/docs/secops/secops-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-chronicle/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1387895", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-chronicle", - "api_id": "chronicle.googleapis.com", - "default_version": "v1", - "api_shortname": "chronicle" + "api_description": "The Google Cloud Security Operations API, popularly known as the Chronicle API, serves endpoints that enable security analysts to analyze and mitigate a security threat throughout its lifecycle", + "api_id": "chronicle.googleapis.com", + "api_shortname": "chronicle", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-chronicle/latest", + "default_version": "v1", + "distribution_name": "google-cloud-chronicle", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1387895", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-chronicle", + "name_pretty": "Chronicle API", + "product_documentation": "https://cloud.google.com/chronicle/docs/secops/secops-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json index e73ade609828..a71a8e25d810 100644 --- a/.librarian/generator-input/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-cloudcontrolspartner", - "name_pretty": "Cloud Controls Partner API", - "api_description": "Provides insights about your customers and their Assured Workloads based on your Sovereign Controls by Partners offering.", - "product_documentation": "https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudcontrolspartner/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-cloudcontrolspartner", - "api_id": "cloudcontrolspartner.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudcontrolspartner" + "api_description": "Provides insights about your customers and their Assured Workloads based on your Sovereign Controls by Partners offering.", + "api_id": "cloudcontrolspartner.googleapis.com", + "api_shortname": "cloudcontrolspartner", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudcontrolspartner/latest", + "default_version": "v1", + "distribution_name": "google-cloud-cloudcontrolspartner", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-cloudcontrolspartner", + "name_pretty": "Cloud Controls Partner API", + "product_documentation": "https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json index c38f20636d37..9c2d042ea193 100644 --- a/.librarian/generator-input/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-cloudsecuritycompliance", - "name_pretty": "Cloud Security Compliance API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/security-command-center/docs/compliance-manager-overview", + "api_id": "cloudsecuritycompliance.googleapis.com", + "api_shortname": "cloudsecuritycompliance", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudsecuritycompliance/latest", + "default_version": "v1", + "distribution_name": "google-cloud-cloudsecuritycompliance", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1761967&template=0", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-cloudsecuritycompliance", - "api_id": "cloudsecuritycompliance.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudsecuritycompliance" + "name": "google-cloud-cloudsecuritycompliance", + "name_pretty": "Cloud Security Compliance API", + "product_documentation": "https://cloud.google.com/security-command-center/docs/compliance-manager-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json index 7170e54d7c66..63490ebf5e3e 100644 --- a/.librarian/generator-input/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "procurement", - "name_pretty": "Cloud Commerce Consumer Procurement API", "api_description": "Cloud Commerce Consumer Procurement API", - "product_documentation": "https://cloud.google.com/marketplace/docs/", + "api_id": "cloudcommerceconsumerprocurement.googleapis.com", + "api_shortname": "procurement", "client_documentation": "https://cloud.google.com/python/docs/reference/procurement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-commerce-consumer-procurement", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1396141", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-commerce-consumer-procurement", - "api_id": "cloudcommerceconsumerprocurement.googleapis.com", - "default_version": "v1", - "api_shortname": "procurement" + "name": "procurement", + "name_pretty": "Cloud Commerce Consumer Procurement API", + "product_documentation": "https://cloud.google.com/marketplace/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-common/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-common/.repo-metadata.json index 05b866da8ffe..4a844f5cf60e 100644 --- a/.librarian/generator-input/packages/google-cloud-common/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-common/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "common", - "name_pretty": "Google Cloud Common", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/common/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "CORE", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-common", - "default_version": "apiVersion", - "api_description": "This package contains generated Python types for google.cloud.common" + "api_description": "This package contains generated Python types for google.cloud.common", + "client_documentation": "https://cloud.google.com/python/docs/reference/common/latest", + "default_version": "apiVersion", + "distribution_name": "google-cloud-common", + "issue_tracker": "", + "language": "python", + "library_type": "CORE", + "name": "common", + "name_pretty": "Google Cloud Common", + "product_documentation": "https://cloud.google.com", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-compute-v1beta/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-compute-v1beta/.repo-metadata.json index 9e249a8eb834..7961c4fa5705 100644 --- a/.librarian/generator-input/packages/google-cloud-compute-v1beta/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-compute-v1beta/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-compute-v1beta", - "name_pretty": "Compute Engine", - "product_documentation": "https://cloud.google.com/compute/", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-compute-v1beta/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-compute-v1beta", - "api_id": "compute.googleapis.com", - "default_version": "v1beta", - "api_shortname": "compute", - "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations." + "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.", + "api_id": "compute.googleapis.com", + "api_shortname": "compute", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-compute-v1beta/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-compute-v1beta", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-compute-v1beta", + "name_pretty": "Compute Engine", + "product_documentation": "https://cloud.google.com/compute/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-compute/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-compute/.repo-metadata.json index a0ccd2436767..f889258d9218 100644 --- a/.librarian/generator-input/packages/google-cloud-compute/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-compute/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "compute", - "name_pretty": "Compute Engine", - "product_documentation": "https://cloud.google.com/compute/", - "client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-compute", - "api_id": "compute.googleapis.com", - "default_version": "v1", - "api_shortname": "compute", - "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations." + "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.", + "api_id": "compute.googleapis.com", + "api_shortname": "compute", + "client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest", + "default_version": "v1", + "distribution_name": "google-cloud-compute", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "compute", + "name_pretty": "Compute Engine", + "product_documentation": "https://cloud.google.com/compute/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-confidentialcomputing/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-confidentialcomputing/.repo-metadata.json index 19a7c294b7d3..a444cbb9fa6a 100644 --- a/.librarian/generator-input/packages/google-cloud-confidentialcomputing/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-confidentialcomputing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "confidentialcomputing", - "name_pretty": "Confidential Computing API", - "api_description": "Protect data in-use with Confidential VMs, Confidential GKE, Confidential Dataproc, and Confidential Space.", - "product_documentation": "https://cloud.google.com/confidential-computing", - "client_documentation": "https://cloud.google.com/python/docs/reference/confidentialcomputing/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1166820", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-confidentialcomputing", - "api_id": "confidentialcomputing.googleapis.com", - "default_version": "v1", - "api_shortname": "confidentialcomputing" + "api_description": "Protect data in-use with Confidential VMs, Confidential GKE, Confidential Dataproc, and Confidential Space.", + "api_id": "confidentialcomputing.googleapis.com", + "api_shortname": "confidentialcomputing", + "client_documentation": "https://cloud.google.com/python/docs/reference/confidentialcomputing/latest", + "default_version": "v1", + "distribution_name": "google-cloud-confidentialcomputing", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1166820", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "confidentialcomputing", + "name_pretty": "Confidential Computing API", + "product_documentation": "https://cloud.google.com/confidential-computing", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-config/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-config/.repo-metadata.json index 7b34db407376..15118132fe79 100644 --- a/.librarian/generator-input/packages/google-cloud-config/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-config/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "config", - "name_pretty": "Infrastructure Manager API", "api_description": "Infrastructure Manager API", - "product_documentation": "https://cloud.google.com/infrastructure-manager/docs/overview", + "api_id": "config.googleapis.com", + "api_shortname": "config", "client_documentation": "https://cloud.google.com/python/docs/reference/config/latest", + "default_version": "v1", + "distribution_name": "google-cloud-config", "issue_tracker": "https://issuetracker.google.com/issues/new?component=536700", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-config", - "api_id": "config.googleapis.com", - "default_version": "v1", - "api_shortname": "config" + "name": "config", + "name_pretty": "Infrastructure Manager API", + "product_documentation": "https://cloud.google.com/infrastructure-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-configdelivery/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-configdelivery/.repo-metadata.json index fa01ebe47698..9d72ffc152a6 100644 --- a/.librarian/generator-input/packages/google-cloud-configdelivery/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-configdelivery/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-configdelivery", - "name_pretty": "Config Delivery API", - "api_description": "ConfigDelivery service manages the deployment of kubernetes configuration to a fleet of kubernetes clusters.", - "product_documentation": "https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/reference/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-configdelivery/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-configdelivery", - "api_id": "configdelivery.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "configdelivery" + "api_description": "ConfigDelivery service manages the deployment of kubernetes configuration to a fleet of kubernetes clusters.", + "api_id": "configdelivery.googleapis.com", + "api_shortname": "configdelivery", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-configdelivery/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-configdelivery", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-configdelivery", + "name_pretty": "Config Delivery API", + "product_documentation": "https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/reference/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-contact-center-insights/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-contact-center-insights/.repo-metadata.json index bf0899d481c1..8ece15ff7237 100644 --- a/.librarian/generator-input/packages/google-cloud-contact-center-insights/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-contact-center-insights/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "contactcenterinsights", - "name_pretty": "Contact Center AI Insights", - "product_documentation": "https://cloud.google.com/contact-center/insights/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/contactcenterinsights/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-contact-center-insights", - "api_id": "contactcenterinsights.googleapis.com", - "default_version": "v1", - "api_shortname": "contactcenterinsights", - "api_description": " helps users detect and visualize patterns in their contact center data." + "api_description": " helps users detect and visualize patterns in their contact center data.", + "api_id": "contactcenterinsights.googleapis.com", + "api_shortname": "contactcenterinsights", + "client_documentation": "https://cloud.google.com/python/docs/reference/contactcenterinsights/latest", + "default_version": "v1", + "distribution_name": "google-cloud-contact-center-insights", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "contactcenterinsights", + "name_pretty": "Contact Center AI Insights", + "product_documentation": "https://cloud.google.com/contact-center/insights/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-container/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-container/.repo-metadata.json index e49ed77eb111..bd5f586cb464 100644 --- a/.librarian/generator-input/packages/google-cloud-container/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-container/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "container", - "name_pretty": "Kubernetes Engine", - "product_documentation": "https://cloud.google.com/kubernetes-engine/", - "client_documentation": "https://cloud.google.com/python/docs/reference/container/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559746", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-container", - "api_id": "container.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "container", - "api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology." -} + "api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.", + "api_id": "container.googleapis.com", + "api_shortname": "container", + "client_documentation": "https://cloud.google.com/python/docs/reference/container/latest", + "default_version": "v1", + "distribution_name": "google-cloud-container", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559746", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "container", + "name_pretty": "Kubernetes Engine", + "product_documentation": "https://cloud.google.com/kubernetes-engine/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-containeranalysis/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-containeranalysis/.repo-metadata.json index 5ad7cb52589b..2923f71e4c1c 100644 --- a/.librarian/generator-input/packages/google-cloud-containeranalysis/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-containeranalysis/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "containeranalysis", - "name_pretty": "Container Analysis", - "product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis", - "client_documentation": "https://cloud.google.com/python/docs/reference/containeranalysis/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-containeranalysis", - "api_id": "containeranalysis.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "containeranalysis", - "api_description": "is a service that provides vulnerability scanning and metadata storage for software artifacts. The service performs vulnerability scans on built software artifacts, such as the images in Container Registry, then stores the resulting metadata and makes it available for consumption through an API. The metadata may come from several sources, including vulnerability scanning, other Cloud services, and third-party providers." + "api_description": "is a service that provides vulnerability scanning and metadata storage for software artifacts. The service performs vulnerability scans on built software artifacts, such as the images in Container Registry, then stores the resulting metadata and makes it available for consumption through an API. The metadata may come from several sources, including vulnerability scanning, other Cloud services, and third-party providers.", + "api_id": "containeranalysis.googleapis.com", + "api_shortname": "containeranalysis", + "client_documentation": "https://cloud.google.com/python/docs/reference/containeranalysis/latest", + "default_version": "v1", + "distribution_name": "google-cloud-containeranalysis", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "containeranalysis", + "name_pretty": "Container Analysis", + "product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-contentwarehouse/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-contentwarehouse/.repo-metadata.json index da861f025b6c..3a5dae48bb53 100644 --- a/.librarian/generator-input/packages/google-cloud-contentwarehouse/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-contentwarehouse/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "contentwarehouse", - "name_pretty": "Document AI Warehouse", - "api_description": "", - "product_documentation": "https://cloud.google.com/document-warehouse/", - "client_documentation": "https://cloud.google.com/python/docs/reference/contentwarehouse/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-contentwarehouse", - "api_id": "contentwarehouse.googleapis.com", - "default_version": "v1", - "api_shortname": "contentwarehouse" + "api_description": "", + "api_id": "contentwarehouse.googleapis.com", + "api_shortname": "contentwarehouse", + "client_documentation": "https://cloud.google.com/python/docs/reference/contentwarehouse/latest", + "default_version": "v1", + "distribution_name": "google-cloud-contentwarehouse", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "contentwarehouse", + "name_pretty": "Document AI Warehouse", + "product_documentation": "https://cloud.google.com/document-warehouse/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-data-fusion/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-data-fusion/.repo-metadata.json index 926e6e1ff1af..c66758bd9af0 100644 --- a/.librarian/generator-input/packages/google-cloud-data-fusion/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-data-fusion/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "datafusion", - "name_pretty": "Cloud Data Fusion", - "product_documentation": "https://cloud.google.com/data-fusion", - "client_documentation": "https://cloud.google.com/python/docs/reference/datafusion/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-data-fusion", - "api_id": "datafusion.googleapis.com", - "default_version": "v1", - "api_shortname": "datafusion", - "api_description": "is a fully managed, cloud-native, enterprise data integration service for quickly building and managing data pipelines." + "api_description": "is a fully managed, cloud-native, enterprise data integration service for quickly building and managing data pipelines.", + "api_id": "datafusion.googleapis.com", + "api_shortname": "datafusion", + "client_documentation": "https://cloud.google.com/python/docs/reference/datafusion/latest", + "default_version": "v1", + "distribution_name": "google-cloud-data-fusion", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datafusion", + "name_pretty": "Cloud Data Fusion", + "product_documentation": "https://cloud.google.com/data-fusion", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-data-qna/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-data-qna/.repo-metadata.json index 29aa6a10b7f3..66876382ba79 100644 --- a/.librarian/generator-input/packages/google-cloud-data-qna/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-data-qna/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataqna", - "name_pretty": "Data QnA", - "api_description": "Data QnA is a natural language question and answer service for BigQuery data.", - "product_documentation": "https://cloud.google.com/bigquery/docs/dataqna", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataqna/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-data-qna", - "api_id": "dataqna.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "dataqna" + "api_description": "Data QnA is a natural language question and answer service for BigQuery data.", + "api_id": "dataqna.googleapis.com", + "api_shortname": "dataqna", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataqna/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-data-qna", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataqna", + "name_pretty": "Data QnA", + "product_documentation": "https://cloud.google.com/bigquery/docs/dataqna", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-datacatalog-lineage/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-datacatalog-lineage/.repo-metadata.json index f8dabce4561f..d0626f8661e0 100644 --- a/.librarian/generator-input/packages/google-cloud-datacatalog-lineage/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-datacatalog-lineage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "lineage", - "name_pretty": "Data Lineage API", - "api_description": "Data lineage is a Dataplex feature that lets you track how data moves through your systems: where it comes from, where it is passed to, and what transformations are applied to it.", - "product_documentation": "https://cloud.google.com/data-catalog/docs/concepts/about-data-lineage", - "client_documentation": "https://cloud.google.com/python/docs/reference/lineage/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datacatalog-lineage", - "api_id": "datalineage.googleapis.com", - "default_version": "v1", - "api_shortname": "lineage" + "api_description": "Data lineage is a Dataplex feature that lets you track how data moves through your systems: where it comes from, where it is passed to, and what transformations are applied to it.", + "api_id": "datalineage.googleapis.com", + "api_shortname": "lineage", + "client_documentation": "https://cloud.google.com/python/docs/reference/lineage/latest", + "default_version": "v1", + "distribution_name": "google-cloud-datacatalog-lineage", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "lineage", + "name_pretty": "Data Lineage API", + "product_documentation": "https://cloud.google.com/data-catalog/docs/concepts/about-data-lineage", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-datacatalog/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-datacatalog/.repo-metadata.json index c13cc775e1e9..e51b83b6f3e4 100644 --- a/.librarian/generator-input/packages/google-cloud-datacatalog/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-datacatalog/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "datacatalog", - "name_pretty": "Google Cloud Data Catalog", - "product_documentation": "https://cloud.google.com/data-catalog", - "client_documentation": "https://cloud.google.com/python/docs/reference/datacatalog/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datacatalog", - "api_id": "datacatalog.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "datacatalog", - "api_description": "is a fully managed and highly scalable data discovery and metadata management service." + "api_description": "is a fully managed and highly scalable data discovery and metadata management service.", + "api_id": "datacatalog.googleapis.com", + "api_shortname": "datacatalog", + "client_documentation": "https://cloud.google.com/python/docs/reference/datacatalog/latest", + "default_version": "v1", + "distribution_name": "google-cloud-datacatalog", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datacatalog", + "name_pretty": "Google Cloud Data Catalog", + "product_documentation": "https://cloud.google.com/data-catalog", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dataflow-client/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dataflow-client/.repo-metadata.json index bfef9bf4be5b..0bce5cfb3035 100644 --- a/.librarian/generator-input/packages/google-cloud-dataflow-client/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dataflow-client/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataflow", - "name_pretty": "Dataflow", - "product_documentation": "https://cloud.google.com/dataflow/", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataflow/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataflow-client", - "api_id": "dataflow.googleapis.com", - "default_version": "v1beta3", - "api_shortname": "dataflow", - "api_description": "Unified stream and batch data processing that's serverless, fast, and cost-effective." + "api_description": "Unified stream and batch data processing that's serverless, fast, and cost-effective.", + "api_id": "dataflow.googleapis.com", + "api_shortname": "dataflow", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataflow/latest", + "default_version": "v1beta3", + "distribution_name": "google-cloud-dataflow-client", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataflow", + "name_pretty": "Dataflow", + "product_documentation": "https://cloud.google.com/dataflow/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dataform/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dataform/.repo-metadata.json index 2520aac39885..ee54cf95a77f 100644 --- a/.librarian/generator-input/packages/google-cloud-dataform/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dataform/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataform", - "name_pretty": "Cloud Dataform", - "api_description": "", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataform/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataform", - "api_id": "dataform.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "dataform" + "api_description": "", + "api_id": "dataform.googleapis.com", + "api_shortname": "dataform", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataform/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-dataform", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataform", + "name_pretty": "Cloud Dataform", + "product_documentation": "https://cloud.google.com", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-datalabeling/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-datalabeling/.repo-metadata.json index d26e7aa29ba6..bbb12b4861bd 100644 --- a/.librarian/generator-input/packages/google-cloud-datalabeling/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-datalabeling/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "datalabeling", - "name_pretty": "Google Cloud Data Labeling", - "product_documentation": "https://cloud.google.com/data-labeling/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/datalabeling/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datalabeling", - "api_id": "datalabeling.googleapis.com", - "requires_billing": true, - "default_version": "v1beta1", - "api_shortname": "datalabeling", - "api_description": "is a service that lets you work with human labelers to generate highly accurate labels for a collection of data that you can use to train your machine learning models." + "api_description": "is a service that lets you work with human labelers to generate highly accurate labels for a collection of data that you can use to train your machine learning models.", + "api_id": "datalabeling.googleapis.com", + "api_shortname": "datalabeling", + "client_documentation": "https://cloud.google.com/python/docs/reference/datalabeling/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-datalabeling", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datalabeling", + "name_pretty": "Google Cloud Data Labeling", + "product_documentation": "https://cloud.google.com/data-labeling/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dataplex/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dataplex/.repo-metadata.json index 921ea604ba8d..6b35a4614c00 100644 --- a/.librarian/generator-input/packages/google-cloud-dataplex/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dataplex/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataplex", - "name_pretty": "Cloud Dataplex", - "product_documentation": "https://cloud.google.com/dataplex", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataplex", - "api_id": "dataplex.googleapis.com", - "default_version": "v1", - "api_shortname": "dataplex", - "api_description": "provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale." + "api_description": "provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale.", + "api_id": "dataplex.googleapis.com", + "api_shortname": "dataplex", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dataplex", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataplex", + "name_pretty": "Cloud Dataplex", + "product_documentation": "https://cloud.google.com/dataplex", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dataproc-metastore/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dataproc-metastore/.repo-metadata.json index 5411a91f8428..9aebdf83137d 100644 --- a/.librarian/generator-input/packages/google-cloud-dataproc-metastore/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dataproc-metastore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "metastore", - "name_pretty": "Dataproc Metastore", - "product_documentation": "https://cloud.google.com/dataproc-metastore/", - "client_documentation": "https://cloud.google.com/python/docs/reference/metastore/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataproc-metastore", - "api_id": "metastore.googleapis.com", - "default_version": "v1", - "api_shortname": "metastore", - "api_description": "is a fully managed, highly available, autoscaled, autohealing, OSS-native metastore service that greatly simplifies technical metadata management. Dataproc Metastore service is based on Apache Hive metastore and serves as a critical component towards enterprise data lakes." + "api_description": "is a fully managed, highly available, autoscaled, autohealing, OSS-native metastore service that greatly simplifies technical metadata management. Dataproc Metastore service is based on Apache Hive metastore and serves as a critical component towards enterprise data lakes.", + "api_id": "metastore.googleapis.com", + "api_shortname": "metastore", + "client_documentation": "https://cloud.google.com/python/docs/reference/metastore/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dataproc-metastore", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "metastore", + "name_pretty": "Dataproc Metastore", + "product_documentation": "https://cloud.google.com/dataproc-metastore/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dataproc/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dataproc/.repo-metadata.json index 92852082e5b6..541c433add08 100644 --- a/.librarian/generator-input/packages/google-cloud-dataproc/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dataproc/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "dataproc", - "name_pretty": "Google Cloud Dataproc", - "product_documentation": "https://cloud.google.com/dataproc", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataproc/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559745", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataproc", - "api_id": "dataproc.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "dataproc", - "api_description": "is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop." + "api_description": "is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop.", + "api_id": "dataproc.googleapis.com", + "api_shortname": "dataproc", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataproc/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dataproc", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559745", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataproc", + "name_pretty": "Google Cloud Dataproc", + "product_documentation": "https://cloud.google.com/dataproc", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-datastream/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-datastream/.repo-metadata.json index 45630dc11036..ff8c0d440520 100644 --- a/.librarian/generator-input/packages/google-cloud-datastream/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-datastream/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "datastream", - "name_pretty": "Datastream", - "product_documentation": "https://cloud.google.com/datastream/", - "client_documentation": "https://cloud.google.com/python/docs/reference/datastream/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datastream", - "api_id": "datastream.googleapis.com", - "default_version": "v1", - "api_shortname": "datastream", - "api_description": "is a serverless and easy-to-use change data capture (CDC) and replication service. It allows you to synchronize data across heterogeneous databases and applications reliably, and with minimal latency and downtime." + "api_description": "is a serverless and easy-to-use change data capture (CDC) and replication service. It allows you to synchronize data across heterogeneous databases and applications reliably, and with minimal latency and downtime.", + "api_id": "datastream.googleapis.com", + "api_shortname": "datastream", + "client_documentation": "https://cloud.google.com/python/docs/reference/datastream/latest", + "default_version": "v1", + "distribution_name": "google-cloud-datastream", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datastream", + "name_pretty": "Datastream", + "product_documentation": "https://cloud.google.com/datastream/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-deploy/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-deploy/.repo-metadata.json index 078f83c4294a..f8536538e1bb 100644 --- a/.librarian/generator-input/packages/google-cloud-deploy/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-deploy/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "clouddeploy", - "name_pretty": "Google Cloud Deploy", - "product_documentation": "https://cloud.google.com/deploy/", - "client_documentation": "https://cloud.google.com/python/docs/reference/clouddeploy/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-deploy", - "api_id": "clouddeploy.googleapis.com", - "default_version": "v1", - "api_shortname": "clouddeploy", - "api_description": "is a service that automates delivery of your applications to a series of target environments in a defined sequence" + "api_description": "is a service that automates delivery of your applications to a series of target environments in a defined sequence", + "api_id": "clouddeploy.googleapis.com", + "api_shortname": "clouddeploy", + "client_documentation": "https://cloud.google.com/python/docs/reference/clouddeploy/latest", + "default_version": "v1", + "distribution_name": "google-cloud-deploy", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "clouddeploy", + "name_pretty": "Google Cloud Deploy", + "product_documentation": "https://cloud.google.com/deploy/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-developerconnect/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-developerconnect/.repo-metadata.json index 1a85cfb837ad..265c806ec3a8 100644 --- a/.librarian/generator-input/packages/google-cloud-developerconnect/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-developerconnect/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-developerconnect", - "name_pretty": "Developer Connect API", - "api_description": "Developer Connect streamlines integration with third-party source code management platforms by simplifying authentication, authorization, and networking configuration.", - "product_documentation": "https://cloud.google.com/developer-connect/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-developerconnect/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1446966&template=1822025", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-developerconnect", - "api_id": "developerconnect.googleapis.com", - "default_version": "v1", - "api_shortname": "developerconnect" + "api_description": "Developer Connect streamlines integration with third-party source code management platforms by simplifying authentication, authorization, and networking configuration.", + "api_id": "developerconnect.googleapis.com", + "api_shortname": "developerconnect", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-developerconnect/latest", + "default_version": "v1", + "distribution_name": "google-cloud-developerconnect", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1446966&template=1822025", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-developerconnect", + "name_pretty": "Developer Connect API", + "product_documentation": "https://cloud.google.com/developer-connect/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-devicestreaming/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-devicestreaming/.repo-metadata.json index cebc49a3ed2c..84b437a0b78b 100644 --- a/.librarian/generator-input/packages/google-cloud-devicestreaming/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-devicestreaming/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-devicestreaming", - "name_pretty": "Device Streaming API", - "api_description": "The Cloud API for device streaming usage.", - "product_documentation": "https://cloud.google.com/device-streaming/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-devicestreaming/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1767292&template=2112325", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-devicestreaming", - "api_id": "devicestreaming.googleapis.com", - "default_version": "v1", - "api_shortname": "devicestreaming" + "api_description": "The Cloud API for device streaming usage.", + "api_id": "devicestreaming.googleapis.com", + "api_shortname": "devicestreaming", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-devicestreaming/latest", + "default_version": "v1", + "distribution_name": "google-cloud-devicestreaming", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1767292&template=2112325", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-devicestreaming", + "name_pretty": "Device Streaming API", + "product_documentation": "https://cloud.google.com/device-streaming/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dialogflow-cx/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dialogflow-cx/.repo-metadata.json index 1c36f762645f..061e9e93eb7b 100644 --- a/.librarian/generator-input/packages/google-cloud-dialogflow-cx/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dialogflow-cx/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "dialogflow-cx", - "name_pretty": "Dialogflow CX", - "product_documentation": "https://cloud.google.com/dialogflow/cx/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow-cx/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dialogflow-cx", - "api_id": "dialogflow.googleapis.com", - "default_version": "v3", - "api_shortname": "dialogflow" + "api_id": "dialogflow.googleapis.com", + "api_shortname": "dialogflow", + "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow-cx/latest", + "default_version": "v3", + "distribution_name": "google-cloud-dialogflow-cx", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dialogflow-cx", + "name_pretty": "Dialogflow CX", + "product_documentation": "https://cloud.google.com/dialogflow/cx/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dialogflow/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dialogflow/.repo-metadata.json index 2ed6f8194874..3d48327fffc9 100644 --- a/.librarian/generator-input/packages/google-cloud-dialogflow/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dialogflow/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "dialogflow", - "name_pretty": "Dialogflow", - "product_documentation": "https://www.dialogflow.com/", - "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dialogflow", - "api_id": "dialogflow.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "dialogflow", - "api_description": "is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments." + "api_description": "is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments.", + "api_id": "dialogflow.googleapis.com", + "api_shortname": "dialogflow", + "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow/latest", + "default_version": "v2", + "distribution_name": "google-cloud-dialogflow", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dialogflow", + "name_pretty": "Dialogflow", + "product_documentation": "https://www.dialogflow.com/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-discoveryengine/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-discoveryengine/.repo-metadata.json index 59ae9a3f174f..5e5c57d5f432 100644 --- a/.librarian/generator-input/packages/google-cloud-discoveryengine/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-discoveryengine/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "discoveryengine", - "name_pretty": "Discovery Engine API", - "api_description": "", - "product_documentation": "https://cloud.google.com/discovery-engine/", - "client_documentation": "https://cloud.google.com/python/docs/reference/discoveryengine/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-discoveryengine", - "api_id": "discoveryengine.googleapis.com", - "default_version": "v1beta", - "api_shortname": "discoveryengine" + "api_description": "", + "api_id": "discoveryengine.googleapis.com", + "api_shortname": "discoveryengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/discoveryengine/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-discoveryengine", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "discoveryengine", + "name_pretty": "Discovery Engine API", + "product_documentation": "https://cloud.google.com/discovery-engine/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dlp/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dlp/.repo-metadata.json index a2e3fc21fcd0..e421c8afe3e2 100644 --- a/.librarian/generator-input/packages/google-cloud-dlp/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dlp/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "dlp", - "name_pretty": "Cloud Data Loss Prevention", - "product_documentation": "https://cloud.google.com/dlp/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/dlp/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dlp", - "api_id": "dlp.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "dlp", - "api_description": "provides programmatic access to a powerful detection engine for personally identifiable information and other privacy-sensitive data in unstructured data streams, like text blocks and images." + "api_description": "provides programmatic access to a powerful detection engine for personally identifiable information and other privacy-sensitive data in unstructured data streams, like text blocks and images.", + "api_id": "dlp.googleapis.com", + "api_shortname": "dlp", + "client_documentation": "https://cloud.google.com/python/docs/reference/dlp/latest", + "default_version": "v2", + "distribution_name": "google-cloud-dlp", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dlp", + "name_pretty": "Cloud Data Loss Prevention", + "product_documentation": "https://cloud.google.com/dlp/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-dms/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-dms/.repo-metadata.json index 9de40a103c0d..5d92975a3a4f 100644 --- a/.librarian/generator-input/packages/google-cloud-dms/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-dms/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "datamigration", - "name_pretty": "Cloud Database Migration Service", - "product_documentation": "https://cloud.google.com/database-migration/", - "client_documentation": "https://cloud.google.com/python/docs/reference/datamigration/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dms", - "api_id": "datamigration.googleapis.com", - "default_version": "v1", - "api_shortname": "datamigration", - "api_description": "makes it easier for you to migrate your data to Google Cloud. This service helps you lift and shift your MySQL and PostgreSQL workloads into Cloud SQL." + "api_description": "makes it easier for you to migrate your data to Google Cloud. This service helps you lift and shift your MySQL and PostgreSQL workloads into Cloud SQL.", + "api_id": "datamigration.googleapis.com", + "api_shortname": "datamigration", + "client_documentation": "https://cloud.google.com/python/docs/reference/datamigration/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dms", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datamigration", + "name_pretty": "Cloud Database Migration Service", + "product_documentation": "https://cloud.google.com/database-migration/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-documentai/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-documentai/.repo-metadata.json index b891bf466754..d78fa1206877 100644 --- a/.librarian/generator-input/packages/google-cloud-documentai/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-documentai/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "documentai", - "name_pretty": "Document AI", - "product_documentation": "https://cloud.google.com/document-ai/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/documentai/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-documentai", - "api_id": "documentai.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "documentai", - "api_description": "Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML." + "api_description": "Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML.", + "api_id": "documentai.googleapis.com", + "api_shortname": "documentai", + "client_documentation": "https://cloud.google.com/python/docs/reference/documentai/latest", + "default_version": "v1", + "distribution_name": "google-cloud-documentai", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "documentai", + "name_pretty": "Document AI", + "product_documentation": "https://cloud.google.com/document-ai/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-domains/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-domains/.repo-metadata.json index a13ff585fd02..86c692d1a4e7 100644 --- a/.librarian/generator-input/packages/google-cloud-domains/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-domains/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "domains", - "name_pretty": "Cloud Domains", - "product_documentation": "https://cloud.google.com/domains", - "client_documentation": "https://cloud.google.com/python/docs/reference/domains/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-domains", - "api_id": "domains.googleapis.com", - "default_version": "v1", - "api_shortname": "domains", - "api_description": "allows you to register and manage domains by using Cloud Domains." + "api_description": "allows you to register and manage domains by using Cloud Domains.", + "api_id": "domains.googleapis.com", + "api_shortname": "domains", + "client_documentation": "https://cloud.google.com/python/docs/reference/domains/latest", + "default_version": "v1", + "distribution_name": "google-cloud-domains", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "domains", + "name_pretty": "Cloud Domains", + "product_documentation": "https://cloud.google.com/domains", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-edgecontainer/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-edgecontainer/.repo-metadata.json index 90c86208b3ca..94a220574f21 100644 --- a/.librarian/generator-input/packages/google-cloud-edgecontainer/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-edgecontainer/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "edgecontainer", - "name_pretty": "Distributed Cloud Edge Container", - "product_documentation": "https://cloud.google.com/distributed-cloud/edge", - "client_documentation": "https://cloud.google.com/python/docs/reference/edgecontainer/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-edgecontainer", - "api_id": "edgecontainer.googleapis.com", - "default_version": "v1", - "api_shortname": "edgecontainer", - "api_description": "Google Distributed Cloud Edge allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center." + "api_description": "Google Distributed Cloud Edge allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", + "api_id": "edgecontainer.googleapis.com", + "api_shortname": "edgecontainer", + "client_documentation": "https://cloud.google.com/python/docs/reference/edgecontainer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-edgecontainer", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "edgecontainer", + "name_pretty": "Distributed Cloud Edge Container", + "product_documentation": "https://cloud.google.com/distributed-cloud/edge", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-edgenetwork/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-edgenetwork/.repo-metadata.json index cd010b08bf9f..34e17246175a 100644 --- a/.librarian/generator-input/packages/google-cloud-edgenetwork/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-edgenetwork/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-edgenetwork", - "name_pretty": "Distributed Cloud Edge Network API", - "api_description": "Network management API for Distributed Cloud Edge", - "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-edgenetwork/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187192&template=1162689", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-edgenetwork", - "api_id": "edgenetwork.googleapis.com", - "default_version": "v1", - "api_shortname": "edgenetwork" + "api_description": "Network management API for Distributed Cloud Edge", + "api_id": "edgenetwork.googleapis.com", + "api_shortname": "edgenetwork", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-edgenetwork/latest", + "default_version": "v1", + "distribution_name": "google-cloud-edgenetwork", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187192&template=1162689", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-edgenetwork", + "name_pretty": "Distributed Cloud Edge Network API", + "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json index 06830c93ab98..9caaf3815e64 100644 --- a/.librarian/generator-input/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "enterpriseknowledgegraph", - "name_pretty": "Enterprise Knowledge Graph", - "api_description": "", - "product_documentation": "https://cloud.google.com/enterprise-knowledge-graph/", - "client_documentation": "https://cloud.google.com/python/docs/reference/enterpriseknowledgegraph/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-enterpriseknowledgegraph", - "api_id": "enterpriseknowledgegraph.googleapis.com", - "default_version": "v1", - "api_shortname": "enterpriseknowledgegraph" + "api_description": "", + "api_id": "enterpriseknowledgegraph.googleapis.com", + "api_shortname": "enterpriseknowledgegraph", + "client_documentation": "https://cloud.google.com/python/docs/reference/enterpriseknowledgegraph/latest", + "default_version": "v1", + "distribution_name": "google-cloud-enterpriseknowledgegraph", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "enterpriseknowledgegraph", + "name_pretty": "Enterprise Knowledge Graph", + "product_documentation": "https://cloud.google.com/enterprise-knowledge-graph/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-essential-contacts/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-essential-contacts/.repo-metadata.json index ddaff0d00a71..7a9034d0ca09 100644 --- a/.librarian/generator-input/packages/google-cloud-essential-contacts/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-essential-contacts/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "essentialcontacts", - "name_pretty": "Essential Contacts", - "product_documentation": "https://cloud.google.com/resource-manager/docs/managing-notification-contacts/", - "client_documentation": "https://cloud.google.com/python/docs/reference/essentialcontacts/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-essential-contacts", - "api_id": "essentialcontacts.googleapis.com", - "default_version": "v1", - "api_shortname": "essentialcontacts", - "api_description": "helps you customize who receives notifications by providing your own list of contacts in many Google Cloud services." + "api_description": "helps you customize who receives notifications by providing your own list of contacts in many Google Cloud services.", + "api_id": "essentialcontacts.googleapis.com", + "api_shortname": "essentialcontacts", + "client_documentation": "https://cloud.google.com/python/docs/reference/essentialcontacts/latest", + "default_version": "v1", + "distribution_name": "google-cloud-essential-contacts", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "essentialcontacts", + "name_pretty": "Essential Contacts", + "product_documentation": "https://cloud.google.com/resource-manager/docs/managing-notification-contacts/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-eventarc-publishing/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-eventarc-publishing/.repo-metadata.json index 42d6b482b45f..ff5952ac78e4 100644 --- a/.librarian/generator-input/packages/google-cloud-eventarc-publishing/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-eventarc-publishing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "eventarcpublishing", - "name_pretty": "Eventarc Publishing", - "product_documentation": "https://cloud.google.com/eventarc/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/eventarcpublishing/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-eventarc-publishing", - "api_id": "eventarcpublishing.googleapis.com", - "default_version": "v1", - "api_shortname": "eventarcpublishing", - "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes." + "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes.", + "api_id": "eventarcpublishing.googleapis.com", + "api_shortname": "eventarcpublishing", + "client_documentation": "https://cloud.google.com/python/docs/reference/eventarcpublishing/latest", + "default_version": "v1", + "distribution_name": "google-cloud-eventarc-publishing", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "eventarcpublishing", + "name_pretty": "Eventarc Publishing", + "product_documentation": "https://cloud.google.com/eventarc/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-eventarc/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-eventarc/.repo-metadata.json index ed2bec25f9c9..1832aa7492a4 100644 --- a/.librarian/generator-input/packages/google-cloud-eventarc/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-eventarc/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "eventarc", - "name_pretty": "Eventarc", - "product_documentation": "https://cloud.google.com/eventarc/", - "client_documentation": "https://cloud.google.com/python/docs/reference/eventarc/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-eventarc", - "api_id": "eventarc.googleapis.com", - "default_version": "v1", - "api_shortname": "eventarc", - "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management, you can optimize productivity and costs while building a modern, event-driven solution." + "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management, you can optimize productivity and costs while building a modern, event-driven solution.", + "api_id": "eventarc.googleapis.com", + "api_shortname": "eventarc", + "client_documentation": "https://cloud.google.com/python/docs/reference/eventarc/latest", + "default_version": "v1", + "distribution_name": "google-cloud-eventarc", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "eventarc", + "name_pretty": "Eventarc", + "product_documentation": "https://cloud.google.com/eventarc/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-filestore/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-filestore/.repo-metadata.json index c27b777c9fa0..4936058710f1 100644 --- a/.librarian/generator-input/packages/google-cloud-filestore/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-filestore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "file", - "name_pretty": "Filestore", - "product_documentation": "https://cloud.google.com/filestore/", - "client_documentation": "https://cloud.google.com/python/docs/reference/file/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-filestore", - "api_id": "file.googleapis.com", - "default_version": "v1", - "api_shortname": "file", - "api_description": "Filestore instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters." + "api_description": "Filestore instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters.", + "api_id": "file.googleapis.com", + "api_shortname": "file", + "client_documentation": "https://cloud.google.com/python/docs/reference/file/latest", + "default_version": "v1", + "distribution_name": "google-cloud-filestore", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "file", + "name_pretty": "Filestore", + "product_documentation": "https://cloud.google.com/filestore/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-financialservices/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-financialservices/.repo-metadata.json index 7d7a6623b422..ddd951241f59 100644 --- a/.librarian/generator-input/packages/google-cloud-financialservices/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-financialservices/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-financialservices", - "name_pretty": "Anti Money Laundering AI API", - "api_description": "Google Cloud's Anti Money Laundering AI (AML AI) product is an API that scores AML risk. Use it to identify more risk, more defensibly, with fewer false positives and reduced time per review.", - "product_documentation": "https://cloud.google.com/financial-services/anti-money-laundering/docs/concepts/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-financialservices/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-financialservices", - "api_id": "financialservices.googleapis.com", - "default_version": "v1", - "api_shortname": "financialservices" + "api_description": "Google Cloud's Anti Money Laundering AI (AML AI) product is an API that scores AML risk. Use it to identify more risk, more defensibly, with fewer false positives and reduced time per review.", + "api_id": "financialservices.googleapis.com", + "api_shortname": "financialservices", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-financialservices/latest", + "default_version": "v1", + "distribution_name": "google-cloud-financialservices", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-financialservices", + "name_pretty": "Anti Money Laundering AI API", + "product_documentation": "https://cloud.google.com/financial-services/anti-money-laundering/docs/concepts/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-functions/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-functions/.repo-metadata.json index 7c72c35b6ac0..f0180cfa6dfe 100644 --- a/.librarian/generator-input/packages/google-cloud-functions/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-functions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudfunctions", - "name_pretty": "Cloud Functions", - "product_documentation": "https://cloud.google.com/functions/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudfunctions/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-functions", - "api_id": "cloudfunctions.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudfunctions", - "api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management." + "api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management.", + "api_id": "cloudfunctions.googleapis.com", + "api_shortname": "cloudfunctions", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudfunctions/latest", + "default_version": "v1", + "distribution_name": "google-cloud-functions", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudfunctions", + "name_pretty": "Cloud Functions", + "product_documentation": "https://cloud.google.com/functions/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json index 4dfb63c7c5b5..c15ed4ae09af 100644 --- a/.librarian/generator-input/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-gdchardwaremanagement", - "name_pretty": "GDC Hardware Management API", - "api_description": "Google Distributed Cloud connected allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", - "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-gdchardwaremanagement/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1563150", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gdchardwaremanagement", - "api_id": "gdchardwaremanagement.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "gdchardwaremanagement" + "api_description": "Google Distributed Cloud connected allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", + "api_id": "gdchardwaremanagement.googleapis.com", + "api_shortname": "gdchardwaremanagement", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-gdchardwaremanagement/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-gdchardwaremanagement", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1563150", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-gdchardwaremanagement", + "name_pretty": "GDC Hardware Management API", + "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-geminidataanalytics/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-geminidataanalytics/.repo-metadata.json index 4b3634107b5c..e0ab6e165c37 100644 --- a/.librarian/generator-input/packages/google-cloud-geminidataanalytics/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-geminidataanalytics/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-geminidataanalytics", - "name_pretty": "Data Analytics API with Gemini", - "api_description": "Developers can use the Conversational Analytics API, accessed through geminidataanalytics.googleapis.com, to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language.", - "product_documentation": "https://cloud.google.com/gemini/docs/conversational-analytics-api/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-geminidataanalytics/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-geminidataanalytics", - "api_id": "geminidataanalytics.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "geminidataanalytics" + "api_description": "Developers can use the Conversational Analytics API, accessed through geminidataanalytics.googleapis.com, to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language.", + "api_id": "geminidataanalytics.googleapis.com", + "api_shortname": "geminidataanalytics", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-geminidataanalytics/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-geminidataanalytics", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-geminidataanalytics", + "name_pretty": "Data Analytics API with Gemini", + "product_documentation": "https://cloud.google.com/gemini/docs/conversational-analytics-api/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-gke-backup/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-gke-backup/.repo-metadata.json index af454e416f23..95e0aa6ca751 100644 --- a/.librarian/generator-input/packages/google-cloud-gke-backup/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-gke-backup/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gkebackup", - "name_pretty": "Backup for GKE", - "api_description": "An API for backing up and restoring workloads in GKE.", - "product_documentation": "https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/concepts/backup-for-gke", - "client_documentation": "https://cloud.google.com/python/docs/reference/gkebackup/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-backup", - "api_id": "gkebackup.googleapis.com", - "default_version": "v1", - "api_shortname": "gkebackup" + "api_description": "An API for backing up and restoring workloads in GKE.", + "api_id": "gkebackup.googleapis.com", + "api_shortname": "gkebackup", + "client_documentation": "https://cloud.google.com/python/docs/reference/gkebackup/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-backup", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gkebackup", + "name_pretty": "Backup for GKE", + "product_documentation": "https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/concepts/backup-for-gke", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-gke-connect-gateway/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-gke-connect-gateway/.repo-metadata.json index f97ef1834519..ddcb18884b5a 100644 --- a/.librarian/generator-input/packages/google-cloud-gke-connect-gateway/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-gke-connect-gateway/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "connectgateway", - "name_pretty": "GKE Connect Gateway", - "product_documentation": "https://cloud.google.com/anthos/multicluster-management/gateway", - "client_documentation": "https://cloud.google.com/python/docs/reference/connectgateway/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-connect-gateway", - "api_id": "connectgateway.googleapis.com", - "default_version": "v1", - "api_shortname": "connectgateway", - "api_description": "builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters." + "api_description": "builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters.", + "api_id": "connectgateway.googleapis.com", + "api_shortname": "connectgateway", + "client_documentation": "https://cloud.google.com/python/docs/reference/connectgateway/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-connect-gateway", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "connectgateway", + "name_pretty": "GKE Connect Gateway", + "product_documentation": "https://cloud.google.com/anthos/multicluster-management/gateway", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-gke-hub/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-gke-hub/.repo-metadata.json index f098cd22a7e4..8b21eb773583 100644 --- a/.librarian/generator-input/packages/google-cloud-gke-hub/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-gke-hub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gkehub", - "name_pretty": "GKE Hub", - "product_documentation": "https://cloud.google.com/anthos/gke/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-hub", - "api_id": "gkehub.googleapis.com", - "default_version": "v1", - "api_shortname": "gkehub", - "api_description": "provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds." + "api_description": "provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds.", + "api_id": "gkehub.googleapis.com", + "api_shortname": "gkehub", + "client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-hub", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gkehub", + "name_pretty": "GKE Hub", + "product_documentation": "https://cloud.google.com/anthos/gke/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-gke-multicloud/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-gke-multicloud/.repo-metadata.json index 706b2c0ae71d..2f8dd33f43c3 100644 --- a/.librarian/generator-input/packages/google-cloud-gke-multicloud/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-gke-multicloud/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gkemulticloud", - "name_pretty": "Anthos Multicloud", - "api_description": "An API for provisioning and managing GKE clusters running on AWS and Azure infrastructure through a centralized Google Cloud backed control plane.", - "product_documentation": "https://cloud.google.com/anthos/clusters/docs/multi-cloud", - "client_documentation": "https://cloud.google.com/python/docs/reference/gkemulticloud/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-multicloud", - "api_id": "gkemulticloud.googleapis.com", - "default_version": "v1", - "api_shortname": "gkemulticloud" + "api_description": "An API for provisioning and managing GKE clusters running on AWS and Azure infrastructure through a centralized Google Cloud backed control plane.", + "api_id": "gkemulticloud.googleapis.com", + "api_shortname": "gkemulticloud", + "client_documentation": "https://cloud.google.com/python/docs/reference/gkemulticloud/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-multicloud", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gkemulticloud", + "name_pretty": "Anthos Multicloud", + "product_documentation": "https://cloud.google.com/anthos/clusters/docs/multi-cloud", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-gsuiteaddons/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-gsuiteaddons/.repo-metadata.json index 2efd1e54a714..8cff68364a9f 100644 --- a/.librarian/generator-input/packages/google-cloud-gsuiteaddons/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-gsuiteaddons/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gsuiteaddons", - "name_pretty": "Google Workspace Add-ons API", - "product_documentation": "https://developers.google.com/workspace/add-ons/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/gsuiteaddons/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gsuiteaddons", - "api_id": "gsuiteaddons.googleapis.com", - "default_version": "v1", - "api_shortname": "gsuiteaddons", - "api_description": "Add-ons are customized applications that integrate with Google Workspace applications." + "api_description": "Add-ons are customized applications that integrate with Google Workspace applications.", + "api_id": "gsuiteaddons.googleapis.com", + "api_shortname": "gsuiteaddons", + "client_documentation": "https://cloud.google.com/python/docs/reference/gsuiteaddons/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gsuiteaddons", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gsuiteaddons", + "name_pretty": "Google Workspace Add-ons API", + "product_documentation": "https://developers.google.com/workspace/add-ons/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-iam-logging/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-iam-logging/.repo-metadata.json index 2919ff151a0c..37b7e64b9592 100644 --- a/.librarian/generator-input/packages/google-cloud-iam-logging/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-iam-logging/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "iamlogging", - "name_pretty": "IAM Logging Protos", - "product_documentation": "https://cloud.google.com/iam/docs/audit-logging", - "client_documentation": "https://cloud.google.com/python/docs/reference/iamlogging/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-iam-logging", - "api_id": "", - "default_version": "v1" + "api_id": "", + "client_documentation": "https://cloud.google.com/python/docs/reference/iamlogging/latest", + "default_version": "v1", + "distribution_name": "google-cloud-iam-logging", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "iamlogging", + "name_pretty": "IAM Logging Protos", + "product_documentation": "https://cloud.google.com/iam/docs/audit-logging", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-iam/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-iam/.repo-metadata.json index 5297dff59a4d..314afbbb9125 100644 --- a/.librarian/generator-input/packages/google-cloud-iam/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-iam/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "iam", - "name_pretty": "Cloud Identity and Access Management", - "api_description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.", - "product_documentation": "https://cloud.google.com/iam/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/iam/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-iam", - "api_id": "iam.googleapis.com", - "default_version": "v2", - "api_shortname": "iamcredentials" + "api_description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.", + "api_id": "iam.googleapis.com", + "api_shortname": "iamcredentials", + "client_documentation": "https://cloud.google.com/python/docs/reference/iam/latest", + "default_version": "v2", + "distribution_name": "google-cloud-iam", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "iam", + "name_pretty": "Cloud Identity and Access Management", + "product_documentation": "https://cloud.google.com/iam/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-iap/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-iap/.repo-metadata.json index 75d848bd19ef..1d6056c72de6 100644 --- a/.librarian/generator-input/packages/google-cloud-iap/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-iap/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "iap", - "name_pretty": "Identity-Aware Proxy", - "product_documentation": "https://cloud.google.com/iap", - "client_documentation": "https://cloud.google.com/python/docs/reference/iap/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-iap", - "api_id": "iap.googleapis.com", - "default_version": "v1", - "api_shortname": "iap", - "api_description": "Identity-Aware Proxy includes a number of features that can be used to protect access to Google Cloud hosted resources and applications hosted on Google Cloud." + "api_description": "Identity-Aware Proxy includes a number of features that can be used to protect access to Google Cloud hosted resources and applications hosted on Google Cloud.", + "api_id": "iap.googleapis.com", + "api_shortname": "iap", + "client_documentation": "https://cloud.google.com/python/docs/reference/iap/latest", + "default_version": "v1", + "distribution_name": "google-cloud-iap", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "iap", + "name_pretty": "Identity-Aware Proxy", + "product_documentation": "https://cloud.google.com/iap", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-ids/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-ids/.repo-metadata.json index b4462618650b..cabf017000bd 100644 --- a/.librarian/generator-input/packages/google-cloud-ids/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-ids/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "ids", - "name_pretty": "Cloud IDS", - "product_documentation": "https://cloud.google.com/intrusion-detection-system/", + "api_description": "Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. Cloud IDS works by creating a Google-managed peered network with mirrored VMs. Traffic in the peered network is mirrored, and then inspected by Palo Alto Networks threat protection technologies to provide advanced threat detection.", + "api_id": "ids.googleapis.com", + "api_shortname": "ids", "client_documentation": "https://cloud.google.com/python/docs/reference/ids/latest", + "default_version": "v1", + "distribution_name": "google-cloud-ids", "issue_tracker": "", - "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-ids", - "api_id": "ids.googleapis.com", - "default_version": "v1", - "api_shortname": "ids", - "api_description": "Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. Cloud IDS works by creating a Google-managed peered network with mirrored VMs. Traffic in the peered network is mirrored, and then inspected by Palo Alto Networks threat protection technologies to provide advanced threat detection." + "name": "ids", + "name_pretty": "Cloud IDS", + "product_documentation": "https://cloud.google.com/intrusion-detection-system/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-kms-inventory/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-kms-inventory/.repo-metadata.json index 517ab8f82ccf..452f9c8907df 100644 --- a/.librarian/generator-input/packages/google-cloud-kms-inventory/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-kms-inventory/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "inventory", - "name_pretty": "KMS Inventory API", - "api_description": "KMS Inventory API", - "product_documentation": "https://cloud.google.com/kms/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/inventory/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=190860&template=819701", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-kms-inventory", - "api_id": "inventory.googleapis.com", - "default_version": "v1", - "api_shortname": "inventory" + "api_description": "KMS Inventory API", + "api_id": "inventory.googleapis.com", + "api_shortname": "inventory", + "client_documentation": "https://cloud.google.com/python/docs/reference/inventory/latest", + "default_version": "v1", + "distribution_name": "google-cloud-kms-inventory", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=190860&template=819701", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "inventory", + "name_pretty": "KMS Inventory API", + "product_documentation": "https://cloud.google.com/kms/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-kms/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-kms/.repo-metadata.json index 5a6f0271a756..24ec09abccf7 100644 --- a/.librarian/generator-input/packages/google-cloud-kms/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-kms/.repo-metadata.json @@ -1,29 +1,29 @@ { - "name": "cloudkms", - "name_pretty": "Google Cloud Key Management Service", - "product_documentation": "https://cloud.google.com/kms", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudkms/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5264932", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-kms", - "api_id": "cloudkms.googleapis.com", - "requires_billing": true, - "client_library": true, - "custom_content": "The Google Cloud KMS API is a service that allows you to keep encryption keys centrally in the cloud, for direct use by cloud services. More info about Cloud KMS can be found at https://cloud.google.com/kms/docs/", - "sample_project_dir": "samples/snippets/", - "samples": [ - { - "name": "Quickstart", - "description": "This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.", - "file": "quickstart.py", - "runnable": true, - "custom_content": "More information about the Cloud KMS quickstart is available at https://cloud.google.com/kms/docs/quickstart" - } - ], - "default_version": "v1", - "api_shortname": "cloudkms", - "api_description": "a cloud-hosted key management service that lets you manage cryptographic keys for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256, RSA 2048, RSA 3072, RSA 4096, EC P256, and EC P384 cryptographic keys. Cloud KMS is integrated with Cloud IAM and Cloud Audit Logging so that you can manage permissions on individual keys and monitor how these are used. Use Cloud KMS to protect secrets and other sensitive data that you need to store in Google Cloud Platform." + "api_description": "a cloud-hosted key management service that lets you manage cryptographic keys for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256, RSA 2048, RSA 3072, RSA 4096, EC P256, and EC P384 cryptographic keys. Cloud KMS is integrated with Cloud IAM and Cloud Audit Logging so that you can manage permissions on individual keys and monitor how these are used. Use Cloud KMS to protect secrets and other sensitive data that you need to store in Google Cloud Platform.", + "api_id": "cloudkms.googleapis.com", + "api_shortname": "cloudkms", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudkms/latest", + "client_library": true, + "custom_content": "The Google Cloud KMS API is a service that allows you to keep encryption keys centrally in the cloud, for direct use by cloud services. More info about Cloud KMS can be found at https://cloud.google.com/kms/docs/", + "default_version": "v1", + "distribution_name": "google-cloud-kms", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5264932", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudkms", + "name_pretty": "Google Cloud Key Management Service", + "product_documentation": "https://cloud.google.com/kms", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true, + "sample_project_dir": "samples/snippets/", + "samples": [ + { + "custom_content": "More information about the Cloud KMS quickstart is available at https://cloud.google.com/kms/docs/quickstart", + "description": "This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.", + "file": "quickstart.py", + "name": "Quickstart", + "runnable": true + } + ] } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-language/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-language/.repo-metadata.json index 2662db572f96..2ef15d065b6d 100644 --- a/.librarian/generator-input/packages/google-cloud-language/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-language/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "language", - "name_pretty": "Natural Language", - "product_documentation": "https://cloud.google.com/natural-language/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/language/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559753", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-language", - "api_id": "language.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "language", - "api_description": "provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, entity sentiment analysis, content classification, and syntax analysis. This API is part of the larger Cloud Machine Learning API family." + "api_description": "provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, entity sentiment analysis, content classification, and syntax analysis. This API is part of the larger Cloud Machine Learning API family.", + "api_id": "language.googleapis.com", + "api_shortname": "language", + "client_documentation": "https://cloud.google.com/python/docs/reference/language/latest", + "default_version": "v1", + "distribution_name": "google-cloud-language", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559753", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "language", + "name_pretty": "Natural Language", + "product_documentation": "https://cloud.google.com/natural-language/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-licensemanager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-licensemanager/.repo-metadata.json index d1490d71df8e..57501835e5aa 100644 --- a/.librarian/generator-input/packages/google-cloud-licensemanager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-licensemanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-licensemanager", - "name_pretty": "License Manager API", "api_description": "License Manager is a tool to manage and track third-party licenses on Google Cloud. ", - "product_documentation": "https://cloud.google.com/compute/docs/instances/windows/ms-licensing", + "api_id": "licensemanager.googleapis.com", + "api_shortname": "licensemanager", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-licensemanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-licensemanager", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1659587", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-licensemanager", - "api_id": "licensemanager.googleapis.com", - "default_version": "v1", - "api_shortname": "licensemanager" + "name": "google-cloud-licensemanager", + "name_pretty": "License Manager API", + "product_documentation": "https://cloud.google.com/compute/docs/instances/windows/ms-licensing", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-life-sciences/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-life-sciences/.repo-metadata.json index 28b00eea8909..67dfb437ab39 100644 --- a/.librarian/generator-input/packages/google-cloud-life-sciences/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-life-sciences/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "lifesciences", - "name_pretty": "Cloud Life Sciences", - "product_documentation": "https://cloud.google.com/life-sciences/", - "client_documentation": "https://cloud.google.com/python/docs/reference/lifesciences/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-life-sciences", - "api_id": "lifesciences.googleapis.com", - "default_version": "v2beta", - "api_shortname": "lifesciences", - "api_description": "is a suite of services and tools for managing, processing, and transforming life sciences data." + "api_description": "is a suite of services and tools for managing, processing, and transforming life sciences data.", + "api_id": "lifesciences.googleapis.com", + "api_shortname": "lifesciences", + "client_documentation": "https://cloud.google.com/python/docs/reference/lifesciences/latest", + "default_version": "v2beta", + "distribution_name": "google-cloud-life-sciences", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "lifesciences", + "name_pretty": "Cloud Life Sciences", + "product_documentation": "https://cloud.google.com/life-sciences/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-locationfinder/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-locationfinder/.repo-metadata.json index 934d31c35f2c..11b80ea595d9 100644 --- a/.librarian/generator-input/packages/google-cloud-locationfinder/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-locationfinder/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-locationfinder", - "name_pretty": "Cloud Location Finder API", - "api_description": "Cloud Location Finder lets you identify and filter cloud locations in regions and zones across Google Cloud, Google Distributed Cloud, Microsoft Azure, Amazon Web Services, and Oracle Cloud Infrastructure based on proximity, geographic location, and carbon footprint.", - "product_documentation": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-locationfinder/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-locationfinder", - "api_id": "locationfinder.googleapis.com", - "default_version": "v1", - "api_shortname": "locationfinder" + "api_description": "Cloud Location Finder lets you identify and filter cloud locations in regions and zones across Google Cloud, Google Distributed Cloud, Microsoft Azure, Amazon Web Services, and Oracle Cloud Infrastructure based on proximity, geographic location, and carbon footprint.", + "api_id": "locationfinder.googleapis.com", + "api_shortname": "locationfinder", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-locationfinder/latest", + "default_version": "v1", + "distribution_name": "google-cloud-locationfinder", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-locationfinder", + "name_pretty": "Cloud Location Finder API", + "product_documentation": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-lustre/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-lustre/.repo-metadata.json index c095e9729cbb..f767c608557b 100644 --- a/.librarian/generator-input/packages/google-cloud-lustre/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-lustre/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-lustre", - "name_pretty": "Google Cloud Managed Lustre API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/managed-lustre/docs", + "api_id": "lustre.googleapis.com", + "api_shortname": "lustre", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-lustre/latest", + "default_version": "v1", + "distribution_name": "google-cloud-lustre", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1625664", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-lustre", - "api_id": "lustre.googleapis.com", - "default_version": "v1", - "api_shortname": "lustre" + "name": "google-cloud-lustre", + "name_pretty": "Google Cloud Managed Lustre API", + "product_documentation": "https://cloud.google.com/managed-lustre/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-maintenance-api/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-maintenance-api/.repo-metadata.json index b8f9e0abba3c..c69e26982d60 100644 --- a/.librarian/generator-input/packages/google-cloud-maintenance-api/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-maintenance-api/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-maintenance-api", - "name_pretty": "Maintenance API", - "api_description": "The Maintenance API provides a centralized view of planned disruptive maintenance events across supported Google Cloud products. It offers users visibility into upcoming, ongoing, and completed maintenance, along with controls to manage certain maintenance activities, such as mainteance windows, rescheduling, and on-demand updates.", - "product_documentation": "https://cloud.google.com/unified-maintenance/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-maintenance-api/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1673988&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-maintenance-api", - "api_id": "api.googleapis.com", - "default_version": "v1", - "api_shortname": "api" + "api_description": "The Maintenance API provides a centralized view of planned disruptive maintenance events across supported Google Cloud products. It offers users visibility into upcoming, ongoing, and completed maintenance, along with controls to manage certain maintenance activities, such as mainteance windows, rescheduling, and on-demand updates.", + "api_id": "api.googleapis.com", + "api_shortname": "api", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-maintenance-api/latest", + "default_version": "v1", + "distribution_name": "google-cloud-maintenance-api", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1673988&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-maintenance-api", + "name_pretty": "Maintenance API", + "product_documentation": "https://cloud.google.com/unified-maintenance/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-managed-identities/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-managed-identities/.repo-metadata.json index 7280b13c4321..ddeefc001676 100644 --- a/.librarian/generator-input/packages/google-cloud-managed-identities/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-managed-identities/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "managedidentities", - "name_pretty": "Managed Service for Microsoft Active Directory", - "product_documentation": "https://cloud.google.com/managed-microsoft-ad/", - "client_documentation": "https://cloud.google.com/python/docs/reference/managedidentities/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-managed-identities", - "api_id": "managedidentities.googleapis.com", - "default_version": "v1", - "api_shortname": "managedidentities", - "api_description": "is a highly available, hardened Google Cloud service running actual Microsoft AD that enables you to manage authentication and authorization for your AD-dependent workloads, automate AD server maintenance and security configuration, and connect your on-premises AD domain to the cloud." + "api_description": "is a highly available, hardened Google Cloud service running actual Microsoft AD that enables you to manage authentication and authorization for your AD-dependent workloads, automate AD server maintenance and security configuration, and connect your on-premises AD domain to the cloud.", + "api_id": "managedidentities.googleapis.com", + "api_shortname": "managedidentities", + "client_documentation": "https://cloud.google.com/python/docs/reference/managedidentities/latest", + "default_version": "v1", + "distribution_name": "google-cloud-managed-identities", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "managedidentities", + "name_pretty": "Managed Service for Microsoft Active Directory", + "product_documentation": "https://cloud.google.com/managed-microsoft-ad/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json index 0dfb8b019a41..c41840de85b3 100644 --- a/.librarian/generator-input/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-managedkafka-schemaregistry", - "name_pretty": "Managed Service for Apache Kafka API", "api_description": "Manage Apache Kafka clusters and resources. ", - "product_documentation": "https://cloud.google.com/managed-service-for-apache-kafka/docs", + "api_id": "schemaregistry.googleapis.com", + "api_shortname": "schemaregistry", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-managedkafka-schemaregistry/latest", + "default_version": "v1", + "distribution_name": "google-cloud-managedkafka-schemaregistry", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1376234", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-managedkafka-schemaregistry", - "api_id": "schemaregistry.googleapis.com", - "default_version": "v1", - "api_shortname": "schemaregistry" + "name": "google-cloud-managedkafka-schemaregistry", + "name_pretty": "Managed Service for Apache Kafka API", + "product_documentation": "https://cloud.google.com/managed-service-for-apache-kafka/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-managedkafka/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-managedkafka/.repo-metadata.json index 4b2d7e081500..78b9f0d5d871 100644 --- a/.librarian/generator-input/packages/google-cloud-managedkafka/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-managedkafka/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-managedkafka", - "name_pretty": "Managed Service for Apache Kafka", - "api_description": "Managed Service for Apache Kafka API is a managed cloud service that lets you ingest Kafka streams directly into Google Cloud.", - "product_documentation": "https://cloud.google.com/managed-kafka", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-managedkafka/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1376234", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-managedkafka", - "api_id": "managedkafka.googleapis.com", - "default_version": "v1", - "api_shortname": "managedkafka" + "api_description": "Managed Service for Apache Kafka API is a managed cloud service that lets you ingest Kafka streams directly into Google Cloud.", + "api_id": "managedkafka.googleapis.com", + "api_shortname": "managedkafka", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-managedkafka/latest", + "default_version": "v1", + "distribution_name": "google-cloud-managedkafka", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1376234", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-managedkafka", + "name_pretty": "Managed Service for Apache Kafka", + "product_documentation": "https://cloud.google.com/managed-kafka", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-media-translation/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-media-translation/.repo-metadata.json index 97ebaf8085a1..a3ad7f564055 100644 --- a/.librarian/generator-input/packages/google-cloud-media-translation/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-media-translation/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "mediatranslation", - "name_pretty": "Media Translation", - "api_description": "provides enterprise quality translation from/to various media types.", - "product_documentation": "https://cloud.google.com/media-translation", - "client_documentation": "https://cloud.google.com/python/docs/reference/mediatranslation/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-media-translation", - "api_id": "mediatranslation.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "mediatranslation" + "api_description": "provides enterprise quality translation from/to various media types.", + "api_id": "mediatranslation.googleapis.com", + "api_shortname": "mediatranslation", + "client_documentation": "https://cloud.google.com/python/docs/reference/mediatranslation/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-media-translation", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "mediatranslation", + "name_pretty": "Media Translation", + "product_documentation": "https://cloud.google.com/media-translation", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-memcache/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-memcache/.repo-metadata.json index 6f0afe1b6f9f..e2eacb3f71e8 100644 --- a/.librarian/generator-input/packages/google-cloud-memcache/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-memcache/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "memcache", - "name_pretty": "Cloud Memorystore for Memcached", - "product_documentation": "cloud.google.com/memorystore/docs/memcached/", - "client_documentation": "https://cloud.google.com/python/docs/reference/memcache/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-memcache", - "api_id": "memcache.googleapis.com", - "default_version": "v1", - "api_shortname": "memcache", - "api_description": "is a fully-managed in-memory data store service for Memcache." + "api_description": "is a fully-managed in-memory data store service for Memcache.", + "api_id": "memcache.googleapis.com", + "api_shortname": "memcache", + "client_documentation": "https://cloud.google.com/python/docs/reference/memcache/latest", + "default_version": "v1", + "distribution_name": "google-cloud-memcache", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "memcache", + "name_pretty": "Cloud Memorystore for Memcached", + "product_documentation": "cloud.google.com/memorystore/docs/memcached/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-memorystore/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-memorystore/.repo-metadata.json index d14b92ba5956..759d79a0fa44 100644 --- a/.librarian/generator-input/packages/google-cloud-memorystore/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-memorystore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-memorystore", - "name_pretty": "Memorystore", - "api_description": "Memorystore for Valkey is a fully managed Valkey Cluster service for Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Valkey service without the burden of managing complex Valkey deployments.", - "product_documentation": "https://cloud.google.com/memorystore/docs/valkey", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-memorystore/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-memorystore", - "api_id": "memorystore.googleapis.com", - "default_version": "v1", - "api_shortname": "memorystore" + "api_description": "Memorystore for Valkey is a fully managed Valkey Cluster service for Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Valkey service without the burden of managing complex Valkey deployments.", + "api_id": "memorystore.googleapis.com", + "api_shortname": "memorystore", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-memorystore/latest", + "default_version": "v1", + "distribution_name": "google-cloud-memorystore", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-memorystore", + "name_pretty": "Memorystore", + "product_documentation": "https://cloud.google.com/memorystore/docs/valkey", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-migrationcenter/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-migrationcenter/.repo-metadata.json index 8d93e7bd2515..30684fe6602b 100644 --- a/.librarian/generator-input/packages/google-cloud-migrationcenter/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-migrationcenter/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "migrationcenter", - "name_pretty": "Migration Center API", - "api_description": "A unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud.", - "product_documentation": "https://cloud.google.com/migration-center/docs/migration-center-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/migrationcenter/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-migrationcenter", - "api_id": "migrationcenter.googleapis.com", - "default_version": "v1", - "api_shortname": "migrationcenter" + "api_description": "A unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud.", + "api_id": "migrationcenter.googleapis.com", + "api_shortname": "migrationcenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/migrationcenter/latest", + "default_version": "v1", + "distribution_name": "google-cloud-migrationcenter", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "migrationcenter", + "name_pretty": "Migration Center API", + "product_documentation": "https://cloud.google.com/migration-center/docs/migration-center-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-modelarmor/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-modelarmor/.repo-metadata.json index 21d6fa406161..650581bcf98a 100644 --- a/.librarian/generator-input/packages/google-cloud-modelarmor/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-modelarmor/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-modelarmor", - "name_pretty": "Model Armor API", - "api_description": "Model Armor helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.", - "product_documentation": "https://cloud.google.com/security-command-center/docs/model-armor-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-modelarmor/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1514910&template=0", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-modelarmor", - "api_id": "securitycenter.googleapis.com", - "default_version": "v1", - "api_shortname": "securitycenter" + "api_description": "Model Armor helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-modelarmor/latest", + "default_version": "v1", + "distribution_name": "google-cloud-modelarmor", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1514910&template=0", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-modelarmor", + "name_pretty": "Model Armor API", + "product_documentation": "https://cloud.google.com/security-command-center/docs/model-armor-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-monitoring-dashboards/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-monitoring-dashboards/.repo-metadata.json index edfe047ef2bc..b9f6ca28e4f0 100644 --- a/.librarian/generator-input/packages/google-cloud-monitoring-dashboards/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-monitoring-dashboards/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "monitoring-dashboards", - "name_pretty": "Monitoring Dashboards", - "product_documentation": "https://cloud.google.com/monitoring/dashboards/", - "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring-dashboards/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-monitoring-dashboards", - "api_id": "monitoring.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "monitoring", - "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration." + "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.", + "api_id": "monitoring.googleapis.com", + "api_shortname": "monitoring", + "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring-dashboards/latest", + "default_version": "v1", + "distribution_name": "google-cloud-monitoring-dashboards", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "monitoring-dashboards", + "name_pretty": "Monitoring Dashboards", + "product_documentation": "https://cloud.google.com/monitoring/dashboards/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json index faf39e2ab35f..9285fef980e6 100644 --- a/.librarian/generator-input/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-monitoring-metrics-scopes", - "name_pretty": "Metrics Scopes", - "api_description": "Manages your Cloud Monitoring data and configurations.", - "product_documentation": "https://cloud.google.com/monitoring/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-monitoring-metrics-scopes/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-monitoring-metrics-scopes", - "api_id": "monitoring.googleapis.com", - "default_version": "v1", - "api_shortname": "monitoring" + "api_description": "Manages your Cloud Monitoring data and configurations.", + "api_id": "monitoring.googleapis.com", + "api_shortname": "monitoring", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-monitoring-metrics-scopes/latest", + "default_version": "v1", + "distribution_name": "google-cloud-monitoring-metrics-scopes", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-monitoring-metrics-scopes", + "name_pretty": "Metrics Scopes", + "product_documentation": "https://cloud.google.com/monitoring/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-monitoring/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-monitoring/.repo-metadata.json index 0262c13b8b28..eaea0cff6290 100644 --- a/.librarian/generator-input/packages/google-cloud-monitoring/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-monitoring/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "monitoring", - "name_pretty": "Stackdriver Monitoring", - "product_documentation": "https://cloud.google.com/monitoring/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-monitoring", - "api_id": "monitoring.googleapis.com", - "default_version": "v3", - "api_shortname": "monitoring", - "api_description": "collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premise systems, and hybrid cloud systems. Stackdriver ingests that data and generates insights via dashboards, charts, and alerts. BindPlane is included with your Google Cloud project at no additional cost." + "api_description": "collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premise systems, and hybrid cloud systems. Stackdriver ingests that data and generates insights via dashboards, charts, and alerts. BindPlane is included with your Google Cloud project at no additional cost.", + "api_id": "monitoring.googleapis.com", + "api_shortname": "monitoring", + "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring/latest", + "default_version": "v3", + "distribution_name": "google-cloud-monitoring", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "monitoring", + "name_pretty": "Stackdriver Monitoring", + "product_documentation": "https://cloud.google.com/monitoring/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-netapp/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-netapp/.repo-metadata.json index 3334604635a6..341870461b53 100644 --- a/.librarian/generator-input/packages/google-cloud-netapp/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-netapp/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "netapp", - "name_pretty": "NetApp API", "api_description": "NetApp API", - "product_documentation": "https://cloud.google.com/netapp/volumes/docs/discover/overview", + "api_id": "netapp.googleapis.com", + "api_shortname": "netapp", "client_documentation": "https://cloud.google.com/python/docs/reference/netapp/latest", + "default_version": "v1", + "distribution_name": "google-cloud-netapp", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1144971", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-netapp", - "api_id": "netapp.googleapis.com", - "default_version": "v1", - "api_shortname": "netapp" + "name": "netapp", + "name_pretty": "NetApp API", + "product_documentation": "https://cloud.google.com/netapp/volumes/docs/discover/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-network-connectivity/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-network-connectivity/.repo-metadata.json index 5a4db33b5042..af05239b2de0 100644 --- a/.librarian/generator-input/packages/google-cloud-network-connectivity/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-network-connectivity/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "networkconnectivity", - "name_pretty": "Network Connectivity Center", - "api_description": "The Network Connectivity API will be home to various services which provide information pertaining to network connectivity. This includes information like interconnects, VPNs, VPCs, routing information, ip address details, etc. This information will help customers verify their network configurations and helps them to discover misconfigurations, inconsistencies, etc.", - "product_documentation": "https://cloud.google.com/network-connectivity/", - "client_documentation": "https://cloud.google.com/python/docs/reference/networkconnectivity/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-connectivity", - "api_id": "networkconnectivity.googleapis.com", - "default_version": "v1", - "api_shortname": "networkconnectivity" + "api_description": "The Network Connectivity API will be home to various services which provide information pertaining to network connectivity. This includes information like interconnects, VPNs, VPCs, routing information, ip address details, etc. This information will help customers verify their network configurations and helps them to discover misconfigurations, inconsistencies, etc.", + "api_id": "networkconnectivity.googleapis.com", + "api_shortname": "networkconnectivity", + "client_documentation": "https://cloud.google.com/python/docs/reference/networkconnectivity/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-connectivity", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networkconnectivity", + "name_pretty": "Network Connectivity Center", + "product_documentation": "https://cloud.google.com/network-connectivity/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-network-management/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-network-management/.repo-metadata.json index b20dbd30043c..71951760e2a2 100644 --- a/.librarian/generator-input/packages/google-cloud-network-management/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-network-management/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "networkmanagement", - "name_pretty": "Network Management", - "api_description": "provides a collection of network performance monitoring and diagnostic capabilities.", - "product_documentation": "https://cloud.google.com/network-management", - "client_documentation": "https://cloud.google.com/python/docs/reference/networkmanagement/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-management", - "api_id": "networkmanagement.googleapis.com", - "default_version": "v1", - "api_shortname": "networkmanagement" + "api_description": "provides a collection of network performance monitoring and diagnostic capabilities.", + "api_id": "networkmanagement.googleapis.com", + "api_shortname": "networkmanagement", + "client_documentation": "https://cloud.google.com/python/docs/reference/networkmanagement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-management", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networkmanagement", + "name_pretty": "Network Management", + "product_documentation": "https://cloud.google.com/network-management", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-network-security/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-network-security/.repo-metadata.json index 31ad747c905d..bf9be45ec2a9 100644 --- a/.librarian/generator-input/packages/google-cloud-network-security/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-network-security/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "networksecurity", - "name_pretty": "Network Security", - "product_documentation": "https://cloud.google.com/traffic-director/docs/reference/network-security/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/networksecurity/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-security", - "api_id": "networksecurity.googleapis.com", - "default_version": "v1", - "api_shortname": "networksecurity" + "api_id": "networksecurity.googleapis.com", + "api_shortname": "networksecurity", + "client_documentation": "https://cloud.google.com/python/docs/reference/networksecurity/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-security", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networksecurity", + "name_pretty": "Network Security", + "product_documentation": "https://cloud.google.com/traffic-director/docs/reference/network-security/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-network-services/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-network-services/.repo-metadata.json index 57c097e29997..676b400e05da 100644 --- a/.librarian/generator-input/packages/google-cloud-network-services/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-network-services/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "networkservices", - "name_pretty": "Network Services", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/networkservices/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-services", - "api_id": "networkservices.googleapis.com", - "default_version": "v1", - "api_shortname": "networkservices" + "api_id": "networkservices.googleapis.com", + "api_shortname": "networkservices", + "client_documentation": "https://cloud.google.com/python/docs/reference/networkservices/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-services", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networkservices", + "name_pretty": "Network Services", + "product_documentation": "https://cloud.google.com", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-notebooks/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-notebooks/.repo-metadata.json index 46c7e8235362..de90f3faed31 100644 --- a/.librarian/generator-input/packages/google-cloud-notebooks/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-notebooks/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "notebooks", - "name_pretty": "AI Platform Notebooks", - "product_documentation": "https://cloud.google.com/ai-platform/notebooks/", - "client_documentation": "https://cloud.google.com/python/docs/reference/notebooks/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-notebooks", - "api_id": "notebooks.googleapis.com", - "default_version": "v1", - "api_shortname": "notebooks", - "api_description": "is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click." + "api_description": "is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click.", + "api_id": "notebooks.googleapis.com", + "api_shortname": "notebooks", + "client_documentation": "https://cloud.google.com/python/docs/reference/notebooks/latest", + "default_version": "v1", + "distribution_name": "google-cloud-notebooks", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "notebooks", + "name_pretty": "AI Platform Notebooks", + "product_documentation": "https://cloud.google.com/ai-platform/notebooks/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-optimization/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-optimization/.repo-metadata.json index 8e31df09be7d..5d665ef0fb22 100644 --- a/.librarian/generator-input/packages/google-cloud-optimization/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-optimization/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "optimization", - "name_pretty": "Cloud Optimization", - "product_documentation": "https://cloud.google.com/optimization/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/optimization/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-optimization", - "api_id": "cloudoptimization.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudoptimization", - "api_description": "is a managed routing service that takes your list of orders, vehicles, constraints, and objectives and returns the most efficient plan for your entire fleet in near real-time." + "api_description": "is a managed routing service that takes your list of orders, vehicles, constraints, and objectives and returns the most efficient plan for your entire fleet in near real-time.", + "api_id": "cloudoptimization.googleapis.com", + "api_shortname": "cloudoptimization", + "client_documentation": "https://cloud.google.com/python/docs/reference/optimization/latest", + "default_version": "v1", + "distribution_name": "google-cloud-optimization", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "optimization", + "name_pretty": "Cloud Optimization", + "product_documentation": "https://cloud.google.com/optimization/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-oracledatabase/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-oracledatabase/.repo-metadata.json index 132bbcb2f753..1aa0ba283387 100644 --- a/.librarian/generator-input/packages/google-cloud-oracledatabase/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-oracledatabase/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-oracledatabase", - "name_pretty": "Oracle Database@Google Cloud API", - "api_description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.", - "product_documentation": "https://cloud.google.com/oracle/database/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-oracledatabase/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1492565", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-oracledatabase", - "api_id": "oracledatabase.googleapis.com", - "default_version": "v1", - "api_shortname": "oracledatabase" + "api_description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.", + "api_id": "oracledatabase.googleapis.com", + "api_shortname": "oracledatabase", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-oracledatabase/latest", + "default_version": "v1", + "distribution_name": "google-cloud-oracledatabase", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1492565", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-oracledatabase", + "name_pretty": "Oracle Database@Google Cloud API", + "product_documentation": "https://cloud.google.com/oracle/database/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-orchestration-airflow/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-orchestration-airflow/.repo-metadata.json index dcad60910624..aa162f298436 100644 --- a/.librarian/generator-input/packages/google-cloud-orchestration-airflow/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-orchestration-airflow/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "composer", - "name_pretty": "Cloud Composer", - "product_documentation": "https://cloud.google.com/composer/", - "client_documentation": "https://cloud.google.com/python/docs/reference/composer/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-orchestration-airflow", - "api_id": "composer.googleapis.com", - "default_version": "v1", - "api_shortname": "composer", - "api_description": "is a managed Apache Airflow service that helps you create, schedule, monitor and manage workflows. Cloud Composer automation helps you create Airflow environments quickly and use Airflow-native tools, such as the powerful Airflow web interface and command line tools, so you can focus on your workflows and not your infrastructure." + "api_description": "is a managed Apache Airflow service that helps you create, schedule, monitor and manage workflows. Cloud Composer automation helps you create Airflow environments quickly and use Airflow-native tools, such as the powerful Airflow web interface and command line tools, so you can focus on your workflows and not your infrastructure.", + "api_id": "composer.googleapis.com", + "api_shortname": "composer", + "client_documentation": "https://cloud.google.com/python/docs/reference/composer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-orchestration-airflow", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "composer", + "name_pretty": "Cloud Composer", + "product_documentation": "https://cloud.google.com/composer/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-org-policy/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-org-policy/.repo-metadata.json index dfa22dfb9559..f7ec4ea33934 100644 --- a/.librarian/generator-input/packages/google-cloud-org-policy/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-org-policy/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "orgpolicy", - "name_pretty": "Organization Policy", - "api_description": "The Organization Policy API allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.", - "product_documentation": "https://cloud.google.com/resource-manager/docs/organization-policy/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/orgpolicy/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-org-policy", - "api_id": "orgpolicy.googleapis.com", - "default_version": "v2", - "api_shortname": "orgpolicy" + "api_description": "The Organization Policy API allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.", + "api_id": "orgpolicy.googleapis.com", + "api_shortname": "orgpolicy", + "client_documentation": "https://cloud.google.com/python/docs/reference/orgpolicy/latest", + "default_version": "v2", + "distribution_name": "google-cloud-org-policy", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "orgpolicy", + "name_pretty": "Organization Policy", + "product_documentation": "https://cloud.google.com/resource-manager/docs/organization-policy/overview", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-os-config/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-os-config/.repo-metadata.json index 5730dc279899..91bb8e2d89f4 100644 --- a/.librarian/generator-input/packages/google-cloud-os-config/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-os-config/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "osconfig", - "name_pretty": "OS Config", - "product_documentation": "https://cloud.google.com/compute/docs/manage-os", - "client_documentation": "https://cloud.google.com/python/docs/reference/osconfig/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-os-config", - "api_id": "osconfig.googleapis.com", - "default_version": "v1", - "api_shortname": "osconfig", - "api_description": "provides OS management tools that can be used for patch management, patch compliance, and configuration management on VM instances." + "api_description": "provides OS management tools that can be used for patch management, patch compliance, and configuration management on VM instances.", + "api_id": "osconfig.googleapis.com", + "api_shortname": "osconfig", + "client_documentation": "https://cloud.google.com/python/docs/reference/osconfig/latest", + "default_version": "v1", + "distribution_name": "google-cloud-os-config", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "osconfig", + "name_pretty": "OS Config", + "product_documentation": "https://cloud.google.com/compute/docs/manage-os", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-os-login/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-os-login/.repo-metadata.json index 941a3d6e092b..6eaca9fedd8c 100644 --- a/.librarian/generator-input/packages/google-cloud-os-login/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-os-login/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "oslogin", - "name_pretty": "Google Cloud OS Login", - "product_documentation": "https://cloud.google.com/compute/docs/oslogin/", - "client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559755", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-os-login", - "api_id": "oslogin.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "oslogin" + "api_id": "oslogin.googleapis.com", + "api_shortname": "oslogin", + "client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest", + "default_version": "v1", + "distribution_name": "google-cloud-os-login", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559755", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "oslogin", + "name_pretty": "Google Cloud OS Login", + "product_documentation": "https://cloud.google.com/compute/docs/oslogin/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-parallelstore/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-parallelstore/.repo-metadata.json index cb51c75a64fb..5139f20bc63a 100644 --- a/.librarian/generator-input/packages/google-cloud-parallelstore/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-parallelstore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-parallelstore", - "name_pretty": "Parallelstore API", - "api_description": "Parallelstore is based on Intel DAOS and delivers up to 6.3x greater read throughput performance compared to competitive Lustre scratch offerings.", - "product_documentation": "https://cloud.google.com/parallelstore", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-parallelstore/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-parallelstore", - "api_id": "parallelstore.googleapis.com", - "default_version": "v1beta", - "api_shortname": "parallelstore" + "api_description": "Parallelstore is based on Intel DAOS and delivers up to 6.3x greater read throughput performance compared to competitive Lustre scratch offerings.", + "api_id": "parallelstore.googleapis.com", + "api_shortname": "parallelstore", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-parallelstore/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-parallelstore", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-parallelstore", + "name_pretty": "Parallelstore API", + "product_documentation": "https://cloud.google.com/parallelstore", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-parametermanager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-parametermanager/.repo-metadata.json index 9aaa5424f613..6ea21b04edf3 100644 --- a/.librarian/generator-input/packages/google-cloud-parametermanager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-parametermanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-parametermanager", - "name_pretty": "Parameter Manager API", "api_description": "(Public Preview) Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security. ", - "product_documentation": "https://cloud.google.com/secret-manager/parameter-manager/docs/overview", + "api_id": "parametermanager.googleapis.com", + "api_shortname": "parametermanager", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-parametermanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-parametermanager", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1442085&template=2002674", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-parametermanager", - "api_id": "parametermanager.googleapis.com", - "default_version": "v1", - "api_shortname": "parametermanager" + "name": "google-cloud-parametermanager", + "name_pretty": "Parameter Manager API", + "product_documentation": "https://cloud.google.com/secret-manager/parameter-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-phishing-protection/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-phishing-protection/.repo-metadata.json index b7ac2a59f0ba..416540e750e9 100644 --- a/.librarian/generator-input/packages/google-cloud-phishing-protection/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-phishing-protection/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "phishingprotection", - "name_pretty": "Phishing Protection", - "product_documentation": "https://cloud.google.com/phishing-protection/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/phishingprotection/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-phishing-protection", - "api_id": "phishingprotection.googleapis.com", - "requires_billing": true, - "default_version": "v1beta1", - "api_shortname": "phishingprotection", - "api_description": "helps prevent users from accessing phishing sites by identifying various signals associated with malicious content, including the use of your brand assets, classifying malicious content that uses your brand and reporting the unsafe URLs to Google Safe Browsing. Once a site is propagated to Safe Browsing, users will see warnings across more than 4 billion devices." + "api_description": "helps prevent users from accessing phishing sites by identifying various signals associated with malicious content, including the use of your brand assets, classifying malicious content that uses your brand and reporting the unsafe URLs to Google Safe Browsing. Once a site is propagated to Safe Browsing, users will see warnings across more than 4 billion devices.", + "api_id": "phishingprotection.googleapis.com", + "api_shortname": "phishingprotection", + "client_documentation": "https://cloud.google.com/python/docs/reference/phishingprotection/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-phishing-protection", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "phishingprotection", + "name_pretty": "Phishing Protection", + "product_documentation": "https://cloud.google.com/phishing-protection/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-policy-troubleshooter/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-policy-troubleshooter/.repo-metadata.json index d79e703158b4..9aaca7f34778 100644 --- a/.librarian/generator-input/packages/google-cloud-policy-troubleshooter/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-policy-troubleshooter/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "policytroubleshooter", - "name_pretty": "IAM Policy Troubleshooter API", - "product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/", - "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-policy-troubleshooter", - "api_id": "policytroubleshooter.googleapis.com", - "default_version": "v1", - "api_shortname": "policytroubleshooter", - "library_type": "GAPIC_AUTO", - "api_description": "makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles." + "api_description": "makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles.", + "api_id": "policytroubleshooter.googleapis.com", + "api_shortname": "policytroubleshooter", + "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter/latest", + "default_version": "v1", + "distribution_name": "google-cloud-policy-troubleshooter", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "policytroubleshooter", + "name_pretty": "IAM Policy Troubleshooter API", + "product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-policysimulator/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-policysimulator/.repo-metadata.json index 8a3f0216551b..c382776cb073 100644 --- a/.librarian/generator-input/packages/google-cloud-policysimulator/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-policysimulator/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "policysimulator", - "name_pretty": "Policy Simulator API", - "api_description": "Policy Simulator is a collection of endpoints for creating, running, and viewing a `Replay`. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy.", - "product_documentation": "https://cloud.google.com/policy-intelligence/docs/iam-simulator-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/policysimulator/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-policysimulator", - "api_id": "policysimulator.googleapis.com", - "default_version": "v1", - "api_shortname": "policysimulator" + "api_description": "Policy Simulator is a collection of endpoints for creating, running, and viewing a `Replay`. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy.", + "api_id": "policysimulator.googleapis.com", + "api_shortname": "policysimulator", + "client_documentation": "https://cloud.google.com/python/docs/reference/policysimulator/latest", + "default_version": "v1", + "distribution_name": "google-cloud-policysimulator", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "policysimulator", + "name_pretty": "Policy Simulator API", + "product_documentation": "https://cloud.google.com/policy-intelligence/docs/iam-simulator-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json index dbbff0591cb6..bf21d07276d0 100644 --- a/.librarian/generator-input/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "policytroubleshooter-iam", - "name_pretty": "Policy Troubleshooter API", - "api_description": "", - "product_documentation": "https://cloud.google.com/policy-intelligence/docs/troubleshoot-access", - "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter-iam/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=690790&template=1814512", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-policytroubleshooter-iam", - "api_id": "policytroubleshooter.googleapis.com", - "default_version": "v3", - "api_shortname": "iam" + "api_description": "", + "api_id": "policytroubleshooter.googleapis.com", + "api_shortname": "iam", + "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter-iam/latest", + "default_version": "v3", + "distribution_name": "google-cloud-policytroubleshooter-iam", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=690790&template=1814512", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "policytroubleshooter-iam", + "name_pretty": "Policy Troubleshooter API", + "product_documentation": "https://cloud.google.com/policy-intelligence/docs/troubleshoot-access", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-private-ca/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-private-ca/.repo-metadata.json index 72e49e90d4b6..481380b688ac 100644 --- a/.librarian/generator-input/packages/google-cloud-private-ca/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-private-ca/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "privateca", - "name_pretty": "Private Certificate Authority", - "product_documentation": "https://cloud.google.com/certificate-authority-service", - "client_documentation": "https://cloud.google.com/python/docs/reference/privateca/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-private-ca", - "api_id": "privateca.googleapis.com", - "default_version": "v1", - "api_shortname": "privateca", - "api_description": "simplifies the deployment and management of private CAs without managing infrastructure." + "api_description": "simplifies the deployment and management of private CAs without managing infrastructure.", + "api_id": "privateca.googleapis.com", + "api_shortname": "privateca", + "client_documentation": "https://cloud.google.com/python/docs/reference/privateca/latest", + "default_version": "v1", + "distribution_name": "google-cloud-private-ca", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "privateca", + "name_pretty": "Private Certificate Authority", + "product_documentation": "https://cloud.google.com/certificate-authority-service", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-private-catalog/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-private-catalog/.repo-metadata.json index 144564717c1a..4a205c9a80ff 100644 --- a/.librarian/generator-input/packages/google-cloud-private-catalog/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-private-catalog/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudprivatecatalog", - "name_pretty": "Private Catalog", - "product_documentation": "https://cloud.google.com/private-catalog/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudprivatecatalog/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-private-catalog", - "api_id": "cloudprivatecatalog.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "cloudprivatecatalog", - "api_description": "allows developers and cloud admins to make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions." + "api_description": "allows developers and cloud admins to make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions.", + "api_id": "cloudprivatecatalog.googleapis.com", + "api_shortname": "cloudprivatecatalog", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudprivatecatalog/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-private-catalog", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudprivatecatalog", + "name_pretty": "Private Catalog", + "product_documentation": "https://cloud.google.com/private-catalog/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json index dda6d0baa6ae..e4b53a849b04 100644 --- a/.librarian/generator-input/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-privilegedaccessmanager", - "name_pretty": "Privileged Access Manager API", - "api_description": "Privileged Access Manager (PAM) helps you on your journey towards least privilege and helps mitigate risks tied to privileged access misuse or abuse. PAM allows you to shift from always-on standing privileges towards on-demand access with just-in-time, time-bound, and approval-based access elevations. PAM allows IAM administrators to create entitlements that can grant just-in-time, temporary access to any resource scope. Requesters can explore eligible entitlements and request the access needed for their task. Approvers are notified when approvals await their decision. Streamlined workflows facilitated by using PAM can support various use cases, including emergency access for incident responders, time-boxed access for developers for critical deployment or maintenance, temporary access for operators for data ingestion and audits, JIT access to service accounts for automated tasks, and more.", - "product_documentation": "https://cloud.google.com/iam/docs/pam-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-privilegedaccessmanager/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-privilegedaccessmanager", - "api_id": "privilegedaccessmanager.googleapis.com", - "default_version": "v1", - "api_shortname": "privilegedaccessmanager" -} + "api_description": "Privileged Access Manager (PAM) helps you on your journey towards least privilege and helps mitigate risks tied to privileged access misuse or abuse. PAM allows you to shift from always-on standing privileges towards on-demand access with just-in-time, time-bound, and approval-based access elevations. PAM allows IAM administrators to create entitlements that can grant just-in-time, temporary access to any resource scope. Requesters can explore eligible entitlements and request the access needed for their task. Approvers are notified when approvals await their decision. Streamlined workflows facilitated by using PAM can support various use cases, including emergency access for incident responders, time-boxed access for developers for critical deployment or maintenance, temporary access for operators for data ingestion and audits, JIT access to service accounts for automated tasks, and more.", + "api_id": "privilegedaccessmanager.googleapis.com", + "api_shortname": "privilegedaccessmanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-privilegedaccessmanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-privilegedaccessmanager", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-privilegedaccessmanager", + "name_pretty": "Privileged Access Manager API", + "product_documentation": "https://cloud.google.com/iam/docs/pam-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-quotas/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-quotas/.repo-metadata.json index 005cae255616..58cac1840b58 100644 --- a/.librarian/generator-input/packages/google-cloud-quotas/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-quotas/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-cloudquotas", - "name_pretty": "Cloud Quotas API", "api_description": "Cloud Quotas API provides Google Cloud service consumers with management and observability for resource usage, quotas, and restrictions of the services they consume.", - "product_documentation": "https://cloud.google.com/docs/quota/api-overview", + "api_id": "cloudquotas.googleapis.com", + "api_shortname": "cloudquotas", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudquotas/latest", + "default_version": "v1", + "distribution_name": "google-cloud-quotas", "issue_tracker": "https://issuetracker.google.com/issues/new?component=445904", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-quotas", - "api_id": "cloudquotas.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudquotas" -} + "name": "google-cloud-cloudquotas", + "name_pretty": "Cloud Quotas API", + "product_documentation": "https://cloud.google.com/docs/quota/api-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json index 0102e879c3b9..95bc087e96e3 100644 --- a/.librarian/generator-input/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "rapidmigrationassessment", - "name_pretty": "Rapid Migration Assessment API", - "api_description": "The Rapid Migration Assessment service is our first-party migration assessment and planning tool.", - "product_documentation": "https://cloud.google.com/migration-center/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/rapidmigrationassessment/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-rapidmigrationassessment", - "api_id": "rapidmigrationassessment.googleapis.com", - "default_version": "v1", - "api_shortname": "rapidmigrationassessment" -} + "api_description": "The Rapid Migration Assessment service is our first-party migration assessment and planning tool.", + "api_id": "rapidmigrationassessment.googleapis.com", + "api_shortname": "rapidmigrationassessment", + "client_documentation": "https://cloud.google.com/python/docs/reference/rapidmigrationassessment/latest", + "default_version": "v1", + "distribution_name": "google-cloud-rapidmigrationassessment", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "rapidmigrationassessment", + "name_pretty": "Rapid Migration Assessment API", + "product_documentation": "https://cloud.google.com/migration-center/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json index d370a5142984..3ef9f607b895 100644 --- a/.librarian/generator-input/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "recaptchaenterprise", - "name_pretty": "reCAPTCHA Enterprise", - "product_documentation": "https://cloud.google.com/recaptcha-enterprise", - "client_documentation": "https://cloud.google.com/python/docs/reference/recaptchaenterprise/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-recaptcha-enterprise", - "api_id": "recaptchaenterprise.googleapis.com", - "default_version": "v1", - "api_shortname": "recaptchaenterprise", - "api_description": "protect your website from fraudulent activity like scraping, credential stuffing, and automated account creation." -} + "api_description": "protect your website from fraudulent activity like scraping, credential stuffing, and automated account creation.", + "api_id": "recaptchaenterprise.googleapis.com", + "api_shortname": "recaptchaenterprise", + "client_documentation": "https://cloud.google.com/python/docs/reference/recaptchaenterprise/latest", + "default_version": "v1", + "distribution_name": "google-cloud-recaptcha-enterprise", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "recaptchaenterprise", + "name_pretty": "reCAPTCHA Enterprise", + "product_documentation": "https://cloud.google.com/recaptcha-enterprise", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-recommendations-ai/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-recommendations-ai/.repo-metadata.json index 06a9568d9962..18353dad9bec 100644 --- a/.librarian/generator-input/packages/google-cloud-recommendations-ai/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-recommendations-ai/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "recommendationengine", - "name_pretty": "Recommendations AI", - "product_documentation": "https://cloud.google.com/recommendations-ai/", - "client_documentation": "https://cloud.google.com/python/docs/reference/recommendationengine/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-recommendations-ai", - "api_id": "recommendationengine.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "recommendationengine", - "api_description": "delivers highly personalized product recommendations at scale." -} + "api_description": "delivers highly personalized product recommendations at scale.", + "api_id": "recommendationengine.googleapis.com", + "api_shortname": "recommendationengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/recommendationengine/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-recommendations-ai", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "recommendationengine", + "name_pretty": "Recommendations AI", + "product_documentation": "https://cloud.google.com/recommendations-ai/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-recommender/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-recommender/.repo-metadata.json index 04710cbd7e7b..f135cb2f1cb5 100644 --- a/.librarian/generator-input/packages/google-cloud-recommender/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-recommender/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "recommender", - "name_pretty": "Cloud Recommender", - "product_documentation": "https://cloud.google.com/recommender", - "client_documentation": "https://cloud.google.com/python/docs/reference/recommender/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-recommender", - "api_id": "recommender.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "recommender", - "api_description": "delivers highly personalized product recommendations at scale." -} + "api_description": "delivers highly personalized product recommendations at scale.", + "api_id": "recommender.googleapis.com", + "api_shortname": "recommender", + "client_documentation": "https://cloud.google.com/python/docs/reference/recommender/latest", + "default_version": "v1", + "distribution_name": "google-cloud-recommender", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "recommender", + "name_pretty": "Cloud Recommender", + "product_documentation": "https://cloud.google.com/recommender", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-redis-cluster/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-redis-cluster/.repo-metadata.json index b75818f0c184..3d618a6b1af4 100644 --- a/.librarian/generator-input/packages/google-cloud-redis-cluster/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-redis-cluster/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-redis-cluster", - "name_pretty": "Google Cloud Memorystore for Redis API", - "api_description": "Creates and manages Redis instances on the Google Cloud Platform.", - "product_documentation": "https://cloud.google.com/redis/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-redis-cluster/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1288776&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-redis-cluster", - "api_id": "cluster.googleapis.com", - "default_version": "v1", - "api_shortname": "cluster" -} + "api_description": "Creates and manages Redis instances on the Google Cloud Platform.", + "api_id": "cluster.googleapis.com", + "api_shortname": "cluster", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-redis-cluster/latest", + "default_version": "v1", + "distribution_name": "google-cloud-redis-cluster", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1288776&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-redis-cluster", + "name_pretty": "Google Cloud Memorystore for Redis API", + "product_documentation": "https://cloud.google.com/redis/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-redis/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-redis/.repo-metadata.json index 06f7248492b3..d350220de5ef 100644 --- a/.librarian/generator-input/packages/google-cloud-redis/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-redis/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "redis", - "name_pretty": "Cloud Redis", - "product_documentation": "https://cloud.google.com/memorystore/docs/redis/", - "client_documentation": "https://cloud.google.com/python/docs/reference/redis/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5169231", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-redis", - "api_id": "redis.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "redis", - "api_description": "is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments." -} + "api_description": "is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments.", + "api_id": "redis.googleapis.com", + "api_shortname": "redis", + "client_documentation": "https://cloud.google.com/python/docs/reference/redis/latest", + "default_version": "v1", + "distribution_name": "google-cloud-redis", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5169231", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "redis", + "name_pretty": "Cloud Redis", + "product_documentation": "https://cloud.google.com/memorystore/docs/redis/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-resource-manager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-resource-manager/.repo-metadata.json index 65c7d9ef0651..0a053838f07e 100644 --- a/.librarian/generator-input/packages/google-cloud-resource-manager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-resource-manager/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudresourcemanager", - "name_pretty": "Resource Manager", - "product_documentation": "https://cloud.google.com/resource-manager", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudresourcemanager/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-resource-manager", - "api_id": "cloudresourcemanager.googleapis.com", - "requires_billing": true, - "default_version": "v3", - "api_shortname": "cloudresourcemanager", - "api_description": "provides methods that you can use to programmatically manage your projects in the Google Cloud Platform." -} + "api_description": "provides methods that you can use to programmatically manage your projects in the Google Cloud Platform.", + "api_id": "cloudresourcemanager.googleapis.com", + "api_shortname": "cloudresourcemanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudresourcemanager/latest", + "default_version": "v3", + "distribution_name": "google-cloud-resource-manager", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudresourcemanager", + "name_pretty": "Resource Manager", + "product_documentation": "https://cloud.google.com/resource-manager", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-retail/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-retail/.repo-metadata.json index 07f1468af8e8..8ce418fcf891 100644 --- a/.librarian/generator-input/packages/google-cloud-retail/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-retail/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "retail", - "name_pretty": "Retail", - "product_documentation": "https://cloud.google.com/retail/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/retail/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-retail", - "api_id": "retail.googleapis.com", - "default_version": "v2", - "api_shortname": "retail", - "api_description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud." -} + "api_description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.", + "api_id": "retail.googleapis.com", + "api_shortname": "retail", + "client_documentation": "https://cloud.google.com/python/docs/reference/retail/latest", + "default_version": "v2", + "distribution_name": "google-cloud-retail", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "retail", + "name_pretty": "Retail", + "product_documentation": "https://cloud.google.com/retail/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-run/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-run/.repo-metadata.json index a046e2396d9b..a6973db16fed 100644 --- a/.librarian/generator-input/packages/google-cloud-run/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-run/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "run", - "name_pretty": "Cloud Run", - "product_documentation": "https://cloud.google.com/run/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/run/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-run", - "api_id": "run.googleapis.com", - "default_version": "v2", - "api_shortname": "run", - "api_description": "is a managed compute platform that enables you to run containers that are invocable via requests or events." -} + "api_description": "is a managed compute platform that enables you to run containers that are invocable via requests or events.", + "api_id": "run.googleapis.com", + "api_shortname": "run", + "client_documentation": "https://cloud.google.com/python/docs/reference/run/latest", + "default_version": "v2", + "distribution_name": "google-cloud-run", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "run", + "name_pretty": "Cloud Run", + "product_documentation": "https://cloud.google.com/run/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json index 48365a6b4baa..3c5759220f6c 100644 --- a/.librarian/generator-input/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-saasplatform-saasservicemgmt", - "name_pretty": "SaaS Runtime API", - "api_description": "SaaS Runtime lets you store, host, manage, and monitor software as a service (SaaS) applications on Google Cloud.", - "product_documentation": "https://cloud.google.com/saas-runtime/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-saasplatform-saasservicemgmt/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-saasplatform-saasservicemgmt", - "api_id": "saasservicemgmt.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "saasservicemgmt" -} + "api_description": "SaaS Runtime lets you store, host, manage, and monitor software as a service (SaaS) applications on Google Cloud.", + "api_id": "saasservicemgmt.googleapis.com", + "api_shortname": "saasservicemgmt", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-saasplatform-saasservicemgmt/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-saasplatform-saasservicemgmt", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-saasplatform-saasservicemgmt", + "name_pretty": "SaaS Runtime API", + "product_documentation": "https://cloud.google.com/saas-runtime/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-scheduler/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-scheduler/.repo-metadata.json index 278620727509..c8e70aea1c68 100644 --- a/.librarian/generator-input/packages/google-cloud-scheduler/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-scheduler/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudscheduler", - "name_pretty": "Cloud Scheduler", - "product_documentation": "https://cloud.google.com/scheduler/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudscheduler/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5411429", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-scheduler", - "api_id": "cloudscheduler.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "cloudscheduler", - "api_description": "lets you set up scheduled units of work to be executed at defined times or regular intervals. These work units are commonly known as cron jobs. Typical use cases might include sending out a report email on a daily basis, updating some cached data every 10 minutes, or updating some summary information once an hour." -} + "api_description": "lets you set up scheduled units of work to be executed at defined times or regular intervals. These work units are commonly known as cron jobs. Typical use cases might include sending out a report email on a daily basis, updating some cached data every 10 minutes, or updating some summary information once an hour.", + "api_id": "cloudscheduler.googleapis.com", + "api_shortname": "cloudscheduler", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudscheduler/latest", + "default_version": "v1", + "distribution_name": "google-cloud-scheduler", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5411429", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudscheduler", + "name_pretty": "Cloud Scheduler", + "product_documentation": "https://cloud.google.com/scheduler/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-secret-manager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-secret-manager/.repo-metadata.json index 52e84acf95fe..9d480db78bdc 100644 --- a/.librarian/generator-input/packages/google-cloud-secret-manager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-secret-manager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "secretmanager", - "name_pretty": "Secret Manager", - "product_documentation": "https://cloud.google.com/secret-manager/", - "client_documentation": "https://cloud.google.com/python/docs/reference/secretmanager/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-secret-manager", - "api_id": "secretmanager.googleapis.com", - "default_version": "v1", - "api_shortname": "secretmanager", - "api_description": "Stores, manages, and secures access to application secrets." -} + "api_description": "Stores, manages, and secures access to application secrets.", + "api_id": "secretmanager.googleapis.com", + "api_shortname": "secretmanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/secretmanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-secret-manager", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "secretmanager", + "name_pretty": "Secret Manager", + "product_documentation": "https://cloud.google.com/secret-manager/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-securesourcemanager/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-securesourcemanager/.repo-metadata.json index 04224f555d92..2ff4204edac0 100644 --- a/.librarian/generator-input/packages/google-cloud-securesourcemanager/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-securesourcemanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "securesourcemanager", - "name_pretty": "Secure Source Manager API", - "api_description": "Regionally deployed, single-tenant managed source code repository hosted on Google Cloud.", - "product_documentation": "https://cloud.google.com/secure-source-manager/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/securesourcemanager/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-securesourcemanager", - "api_id": "securesourcemanager.googleapis.com", - "default_version": "v1", - "api_shortname": "securesourcemanager" -} + "api_description": "Regionally deployed, single-tenant managed source code repository hosted on Google Cloud.", + "api_id": "securesourcemanager.googleapis.com", + "api_shortname": "securesourcemanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/securesourcemanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-securesourcemanager", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "securesourcemanager", + "name_pretty": "Secure Source Manager API", + "product_documentation": "https://cloud.google.com/secure-source-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-security-publicca/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-security-publicca/.repo-metadata.json index 3d23cf6f6167..ad4a106b5e3e 100644 --- a/.librarian/generator-input/packages/google-cloud-security-publicca/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-security-publicca/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "publicca", - "name_pretty": "Public Certificate Authority", - "product_documentation": "https://cloud.google.com/certificate-manager/docs/public-ca", - "client_documentation": "https://cloud.google.com/python/docs/reference/publicca/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-security-publicca", - "api_id": "publicca.googleapis.com", - "default_version": "v1", - "api_shortname": "publicca", - "api_description": "simplifies the deployment and management of public CAs without managing infrastructure." -} + "api_description": "simplifies the deployment and management of public CAs without managing infrastructure.", + "api_id": "publicca.googleapis.com", + "api_shortname": "publicca", + "client_documentation": "https://cloud.google.com/python/docs/reference/publicca/latest", + "default_version": "v1", + "distribution_name": "google-cloud-security-publicca", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "publicca", + "name_pretty": "Public Certificate Authority", + "product_documentation": "https://cloud.google.com/certificate-manager/docs/public-ca", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-securitycenter/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-securitycenter/.repo-metadata.json index fb2d7bf274f0..f0294e90b0af 100644 --- a/.librarian/generator-input/packages/google-cloud-securitycenter/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-securitycenter/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "securitycenter", - "name_pretty": "Google Cloud Security Command Center", - "product_documentation": "https://cloud.google.com/security-command-center", - "client_documentation": "https://cloud.google.com/python/docs/reference/securitycenter/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-securitycenter", - "api_id": "securitycenter.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "securitycenter", - "api_description": "makes it easier for you to prevent, detect, and respond to threats. Identify security misconfigurations in virtual machines, networks, applications, and storage buckets from a centralized dashboard. Take action on them before they can potentially result in business damage or loss. Built-in capabilities can quickly surface suspicious activity in your Stackdriver security logs or indicate compromised virtual machines. Respond to threats by following actionable recommendations or exporting logs to your SIEM for further investigation." -} + "api_description": "makes it easier for you to prevent, detect, and respond to threats. Identify security misconfigurations in virtual machines, networks, applications, and storage buckets from a centralized dashboard. Take action on them before they can potentially result in business damage or loss. Built-in capabilities can quickly surface suspicious activity in your Stackdriver security logs or indicate compromised virtual machines. Respond to threats by following actionable recommendations or exporting logs to your SIEM for further investigation.", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/securitycenter/latest", + "default_version": "v1", + "distribution_name": "google-cloud-securitycenter", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "securitycenter", + "name_pretty": "Google Cloud Security Command Center", + "product_documentation": "https://cloud.google.com/security-command-center", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-securitycentermanagement/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-securitycentermanagement/.repo-metadata.json index 9b652283244c..e23b24b7e16e 100644 --- a/.librarian/generator-input/packages/google-cloud-securitycentermanagement/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-securitycentermanagement/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-securitycentermanagement", - "name_pretty": "Security Center Management API", - "api_description": "", - "product_documentation": "https://cloud.google.com/securitycentermanagement/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-securitycentermanagement/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-securitycentermanagement", - "api_id": "securitycenter.googleapis.com", - "default_version": "v1", - "api_shortname": "securitycenter" -} + "api_description": "", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-securitycentermanagement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-securitycentermanagement", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-securitycentermanagement", + "name_pretty": "Security Center Management API", + "product_documentation": "https://cloud.google.com/securitycentermanagement/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-service-control/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-service-control/.repo-metadata.json index 910e2c34955b..e8f723cf1b9e 100644 --- a/.librarian/generator-input/packages/google-cloud-service-control/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-service-control/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "servicecontrol", - "name_pretty": "Service Control", - "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", - "client_documentation": "https://cloud.google.com/python/docs/reference/servicecontrol/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-control", - "api_id": "servicecontrol.googleapis.com", - "default_version": "v1", - "api_shortname": "servicecontrol", - "api_description": " is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway." -} + "api_description": " is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway.", + "api_id": "servicecontrol.googleapis.com", + "api_shortname": "servicecontrol", + "client_documentation": "https://cloud.google.com/python/docs/reference/servicecontrol/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-control", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "servicecontrol", + "name_pretty": "Service Control", + "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-service-directory/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-service-directory/.repo-metadata.json index 8fc3277a692e..35db7e849b9a 100644 --- a/.librarian/generator-input/packages/google-cloud-service-directory/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-service-directory/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "servicedirectory", - "name_pretty": "Service Directory", - "product_documentation": "https://cloud.google.com/service-directory/", - "client_documentation": "https://cloud.google.com/python/docs/reference/servicedirectory/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-directory", - "api_id": "servicedirectory.googleapis.com", - "default_version": "v1", - "api_shortname": "servicedirectory", - "api_description": "Allows the registration and lookup of services." -} + "api_description": "Allows the registration and lookup of services.", + "api_id": "servicedirectory.googleapis.com", + "api_shortname": "servicedirectory", + "client_documentation": "https://cloud.google.com/python/docs/reference/servicedirectory/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-directory", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "servicedirectory", + "name_pretty": "Service Directory", + "product_documentation": "https://cloud.google.com/service-directory/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-service-management/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-service-management/.repo-metadata.json index a632b88a4cc8..b967c15063a6 100644 --- a/.librarian/generator-input/packages/google-cloud-service-management/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-service-management/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "servicemanagement", - "name_pretty": "Service Management", - "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", - "client_documentation": "https://cloud.google.com/python/docs/reference/servicemanagement/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-management", - "api_id": "servicemanagement.googleapis.com", - "default_version": "v1", - "api_shortname": "servicemanagement", - "api_description": "is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to service consumers and service producers, including authentication, authorization, auditing, rate limiting, analytics, billing, logging, and monitoring." -} + "api_description": "is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to service consumers and service producers, including authentication, authorization, auditing, rate limiting, analytics, billing, logging, and monitoring.", + "api_id": "servicemanagement.googleapis.com", + "api_shortname": "servicemanagement", + "client_documentation": "https://cloud.google.com/python/docs/reference/servicemanagement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-management", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "servicemanagement", + "name_pretty": "Service Management", + "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-service-usage/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-service-usage/.repo-metadata.json index 7ce9b13973d6..cf3d52f29698 100644 --- a/.librarian/generator-input/packages/google-cloud-service-usage/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-service-usage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "serviceusage", - "name_pretty": "Service Usage", - "product_documentation": "https://cloud.google.com/service-usage", - "client_documentation": "https://cloud.google.com/python/docs/reference/serviceusage/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-usage", - "api_id": "serviceusage.googleapis.com", - "default_version": "v1", - "api_shortname": "serviceusage", - "api_description": "is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects." -} + "api_description": "is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects.", + "api_id": "serviceusage.googleapis.com", + "api_shortname": "serviceusage", + "client_documentation": "https://cloud.google.com/python/docs/reference/serviceusage/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-usage", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "serviceusage", + "name_pretty": "Service Usage", + "product_documentation": "https://cloud.google.com/service-usage", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-servicehealth/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-servicehealth/.repo-metadata.json index 0dd55ddd1a52..9ae24fe6d186 100644 --- a/.librarian/generator-input/packages/google-cloud-servicehealth/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-servicehealth/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-servicehealth", - "name_pretty": "Service Health API", - "api_description": "Personalized Service Health helps you gain visibility into disruptive events impacting Google Cloud products.", - "product_documentation": "https://cloud.google.com/service-health/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-servicehealth/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1466723&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-servicehealth", - "api_id": "servicehealth.googleapis.com", - "default_version": "v1", - "api_shortname": "servicehealth" -} + "api_description": "Personalized Service Health helps you gain visibility into disruptive events impacting Google Cloud products.", + "api_id": "servicehealth.googleapis.com", + "api_shortname": "servicehealth", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-servicehealth/latest", + "default_version": "v1", + "distribution_name": "google-cloud-servicehealth", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1466723&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-servicehealth", + "name_pretty": "Service Health API", + "product_documentation": "https://cloud.google.com/service-health/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-shell/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-shell/.repo-metadata.json index 0c57e8fc8ea1..4ddb86c94a79 100644 --- a/.librarian/generator-input/packages/google-cloud-shell/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-shell/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudshell", - "name_pretty": "Cloud Shell", - "product_documentation": "https://cloud.google.com/shell/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudshell/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-shell", - "api_id": "cloudshell.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudshell", - "api_description": "is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser." -} + "api_description": "is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.", + "api_id": "cloudshell.googleapis.com", + "api_shortname": "cloudshell", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudshell/latest", + "default_version": "v1", + "distribution_name": "google-cloud-shell", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudshell", + "name_pretty": "Cloud Shell", + "product_documentation": "https://cloud.google.com/shell/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-source-context/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-source-context/.repo-metadata.json index 0d9c2366def3..53dc346eaf57 100644 --- a/.librarian/generator-input/packages/google-cloud-source-context/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-source-context/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "source", - "name_pretty": "Source Context", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/source/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-source-context", - "api_id": "source.googleapis.com", - "default_version": "v1", - "api_shortname": "source" -} + "api_id": "source.googleapis.com", + "api_shortname": "source", + "client_documentation": "https://cloud.google.com/python/docs/reference/source/latest", + "default_version": "v1", + "distribution_name": "google-cloud-source-context", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "source", + "name_pretty": "Source Context", + "product_documentation": "https://cloud.google.com", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-speech/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-speech/.repo-metadata.json index 521ad65ca282..8c6c93d42987 100644 --- a/.librarian/generator-input/packages/google-cloud-speech/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-speech/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "speech", - "name_pretty": "Cloud Speech", - "product_documentation": "https://cloud.google.com/speech-to-text/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559758", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-speech", - "api_id": "speech.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "speech", - "api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service." -} + "api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.", + "api_id": "speech.googleapis.com", + "api_shortname": "speech", + "client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest", + "default_version": "v1", + "distribution_name": "google-cloud-speech", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559758", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "speech", + "name_pretty": "Cloud Speech", + "product_documentation": "https://cloud.google.com/speech-to-text/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-storage-control/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-storage-control/.repo-metadata.json index ab97000196b1..d15aabe56c50 100644 --- a/.librarian/generator-input/packages/google-cloud-storage-control/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-storage-control/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-storage-control", - "name_pretty": "Storage Control API", - "api_description": "Lets you perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.", - "product_documentation": "https://cloud.google.com/storage/docs/reference/rpc/google.storage.control.v2", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-storage-control/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187243&template=1162869", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storage-control", - "api_id": "storage.googleapis.com", - "default_version": "v2", - "api_shortname": "storage" -} + "api_description": "Lets you perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.", + "api_id": "storage.googleapis.com", + "api_shortname": "storage", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-storage-control/latest", + "default_version": "v2", + "distribution_name": "google-cloud-storage-control", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187243&template=1162869", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-storage-control", + "name_pretty": "Storage Control API", + "product_documentation": "https://cloud.google.com/storage/docs/reference/rpc/google.storage.control.v2", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-storage-transfer/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-storage-transfer/.repo-metadata.json index 0812a07d0327..a65be542b1ea 100644 --- a/.librarian/generator-input/packages/google-cloud-storage-transfer/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-storage-transfer/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "storagetransfer", - "name_pretty": "Storage Transfer Service", - "product_documentation": "https://cloud.google.com/storage-transfer/", - "client_documentation": "https://cloud.google.com/python/docs/reference/storagetransfer/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storage-transfer", - "api_id": "storagetransfer.googleapis.com", - "default_version": "v1", - "api_shortname": "storagetransfer", - "api_description": "Secure, low-cost services for transferring data from cloud or on-premises sources." -} + "api_description": "Secure, low-cost services for transferring data from cloud or on-premises sources.", + "api_id": "storagetransfer.googleapis.com", + "api_shortname": "storagetransfer", + "client_documentation": "https://cloud.google.com/python/docs/reference/storagetransfer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-storage-transfer", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "storagetransfer", + "name_pretty": "Storage Transfer Service", + "product_documentation": "https://cloud.google.com/storage-transfer/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-storagebatchoperations/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-storagebatchoperations/.repo-metadata.json index 00154aceb576..fe0580d2fa5a 100644 --- a/.librarian/generator-input/packages/google-cloud-storagebatchoperations/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-storagebatchoperations/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-storagebatchoperations", - "name_pretty": "Storage Batch Operations API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/storage/docs/batch-operations/overview", + "api_id": "storagebatchoperations.googleapis.com", + "api_shortname": "storagebatchoperations", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-storagebatchoperations/latest", + "default_version": "v1", + "distribution_name": "google-cloud-storagebatchoperations", "issue_tracker": "https://issuetracker.google.com/issues/new?component=815827&template=1395449", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storagebatchoperations", - "api_id": "storagebatchoperations.googleapis.com", - "default_version": "v1", - "api_shortname": "storagebatchoperations" -} + "name": "google-cloud-storagebatchoperations", + "name_pretty": "Storage Batch Operations API", + "product_documentation": "https://cloud.google.com/storage/docs/batch-operations/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-storageinsights/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-storageinsights/.repo-metadata.json index 1a08068d5ab3..42bba677514e 100644 --- a/.librarian/generator-input/packages/google-cloud-storageinsights/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-storageinsights/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "storageinsights", - "name_pretty": "Storage Insights API", - "api_description": "The Storage Insights inventory report feature helps you manage your object storage at scale.", - "product_documentation": "https://cloud.google.com/storage/docs/insights/storage-insights", - "client_documentation": "https://cloud.google.com/python/docs/reference/storageinsights/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1156610", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storageinsights", - "api_id": "storageinsights.googleapis.com", - "default_version": "v1", - "api_shortname": "storageinsights" -} + "api_description": "The Storage Insights inventory report feature helps you manage your object storage at scale.", + "api_id": "storageinsights.googleapis.com", + "api_shortname": "storageinsights", + "client_documentation": "https://cloud.google.com/python/docs/reference/storageinsights/latest", + "default_version": "v1", + "distribution_name": "google-cloud-storageinsights", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1156610", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "storageinsights", + "name_pretty": "Storage Insights API", + "product_documentation": "https://cloud.google.com/storage/docs/insights/storage-insights", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-support/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-support/.repo-metadata.json index 0a270fddc2ff..5f3c9209244a 100644 --- a/.librarian/generator-input/packages/google-cloud-support/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-support/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "support", - "name_pretty": "Google Cloud Support API", - "api_description": "Manages Google Cloud technical support cases for Customer Care support offerings.", - "product_documentation": "https://cloud.google.com/support/docs/reference/support-api", - "client_documentation": "https://cloud.google.com/python/docs/reference/support/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-support", - "api_id": "cloudsupport.googleapis.com", - "default_version": "v2", - "api_shortname": "support" -} + "api_description": "Manages Google Cloud technical support cases for Customer Care support offerings.", + "api_id": "cloudsupport.googleapis.com", + "api_shortname": "support", + "client_documentation": "https://cloud.google.com/python/docs/reference/support/latest", + "default_version": "v2", + "distribution_name": "google-cloud-support", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "support", + "name_pretty": "Google Cloud Support API", + "product_documentation": "https://cloud.google.com/support/docs/reference/support-api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-talent/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-talent/.repo-metadata.json index d9d9396625b0..e9f67520370d 100644 --- a/.librarian/generator-input/packages/google-cloud-talent/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-talent/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "talent", - "name_pretty": "Talent Solution", - "product_documentation": "https://cloud.google.com/solutions/talent-solution/", - "client_documentation": "https://cloud.google.com/python/docs/reference/talent/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559664", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-talent", - "api_id": "jobs.googleapis.com", - "requires_billing": true, - "default_version": "v4", - "api_shortname": "jobs", - "api_description": "Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters." -} + "api_description": "Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.", + "api_id": "jobs.googleapis.com", + "api_shortname": "jobs", + "client_documentation": "https://cloud.google.com/python/docs/reference/talent/latest", + "default_version": "v4", + "distribution_name": "google-cloud-talent", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559664", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "talent", + "name_pretty": "Talent Solution", + "product_documentation": "https://cloud.google.com/solutions/talent-solution/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-tasks/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-tasks/.repo-metadata.json index 1d84a0dff0fc..9009e4f1a9c4 100644 --- a/.librarian/generator-input/packages/google-cloud-tasks/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-tasks/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudtasks", - "name_pretty": "Cloud Tasks", - "product_documentation": "https://cloud.google.com/tasks/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtasks/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5433985", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-tasks", - "api_id": "cloudtasks.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "cloudtasks", - "api_description": "a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint." -} + "api_description": "a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint.", + "api_id": "cloudtasks.googleapis.com", + "api_shortname": "cloudtasks", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtasks/latest", + "default_version": "v2", + "distribution_name": "google-cloud-tasks", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5433985", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudtasks", + "name_pretty": "Cloud Tasks", + "product_documentation": "https://cloud.google.com/tasks/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-telcoautomation/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-telcoautomation/.repo-metadata.json index fc080879d90d..7b5ff0531c8e 100644 --- a/.librarian/generator-input/packages/google-cloud-telcoautomation/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-telcoautomation/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-telcoautomation", - "name_pretty": "Telco Automation API", - "api_description": "APIs to automate 5G deployment and management of cloud infrastructure and network functions.", - "product_documentation": "https://cloud.google.com/telecom-network-automation", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-telcoautomation/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=190865&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-telcoautomation", - "api_id": "telcoautomation.googleapis.com", - "default_version": "v1", - "api_shortname": "telcoautomation" -} + "api_description": "APIs to automate 5G deployment and management of cloud infrastructure and network functions.", + "api_id": "telcoautomation.googleapis.com", + "api_shortname": "telcoautomation", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-telcoautomation/latest", + "default_version": "v1", + "distribution_name": "google-cloud-telcoautomation", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=190865&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-telcoautomation", + "name_pretty": "Telco Automation API", + "product_documentation": "https://cloud.google.com/telecom-network-automation", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-texttospeech/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-texttospeech/.repo-metadata.json index c3fee6153198..9c46e36ee84b 100644 --- a/.librarian/generator-input/packages/google-cloud-texttospeech/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-texttospeech/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "texttospeech", - "name_pretty": "Google Cloud Text-to-Speech", - "product_documentation": "https://cloud.google.com/text-to-speech", - "client_documentation": "https://cloud.google.com/python/docs/reference/texttospeech/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5235428", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-texttospeech", - "api_id": "texttospeech.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "texttospeech", - "api_description": "enables easy integration of Google text recognition technologies into developer applications. Send text and receive synthesized audio output from the Cloud Text-to-Speech API service." -} + "api_description": "enables easy integration of Google text recognition technologies into developer applications. Send text and receive synthesized audio output from the Cloud Text-to-Speech API service.", + "api_id": "texttospeech.googleapis.com", + "api_shortname": "texttospeech", + "client_documentation": "https://cloud.google.com/python/docs/reference/texttospeech/latest", + "default_version": "v1", + "distribution_name": "google-cloud-texttospeech", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5235428", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "texttospeech", + "name_pretty": "Google Cloud Text-to-Speech", + "product_documentation": "https://cloud.google.com/text-to-speech", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-tpu/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-tpu/.repo-metadata.json index 23985bbad197..349227ffcb2a 100644 --- a/.librarian/generator-input/packages/google-cloud-tpu/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-tpu/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "tpu", - "name_pretty": "Cloud TPU", - "product_documentation": "https://cloud.google.com/tpu/", - "client_documentation": "https://cloud.google.com/python/docs/reference/tpu/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-tpu", - "api_id": "tpu.googleapis.com", - "default_version": "v1", - "api_shortname": "tpu", - "api_description": "Cloud Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads." -} + "api_description": "Cloud Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads.", + "api_id": "tpu.googleapis.com", + "api_shortname": "tpu", + "client_documentation": "https://cloud.google.com/python/docs/reference/tpu/latest", + "default_version": "v1", + "distribution_name": "google-cloud-tpu", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "tpu", + "name_pretty": "Cloud TPU", + "product_documentation": "https://cloud.google.com/tpu/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-trace/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-trace/.repo-metadata.json index 8c536ff4594f..26e7fea13ad2 100644 --- a/.librarian/generator-input/packages/google-cloud-trace/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-trace/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudtrace", - "name_pretty": "Cloud Trace", - "product_documentation": "https://cloud.google.com/trace/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtrace/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559776", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-trace", - "api_id": "cloudtrace.googleapis.com", - "requires_billing": false, - "default_version": "v2", - "api_shortname": "cloudtrace", - "api_description": "is a distributed tracing system that collects latency data from your applications and displays it in the Google Cloud Platform Console. You can track how requests propagate through your application and receive detailed near real-time performance insights." -} + "api_description": "is a distributed tracing system that collects latency data from your applications and displays it in the Google Cloud Platform Console. You can track how requests propagate through your application and receive detailed near real-time performance insights.", + "api_id": "cloudtrace.googleapis.com", + "api_shortname": "cloudtrace", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtrace/latest", + "default_version": "v2", + "distribution_name": "google-cloud-trace", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559776", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudtrace", + "name_pretty": "Cloud Trace", + "product_documentation": "https://cloud.google.com/trace/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-translate/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-translate/.repo-metadata.json index c753b0e912b2..0e84e5654cee 100644 --- a/.librarian/generator-input/packages/google-cloud-translate/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-translate/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "translate", - "name_pretty": "Cloud Translation", - "product_documentation": "https://cloud.google.com/translate/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/translate/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559749", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-translate", - "api_id": "translate.googleapis.com", - "requires_billing": true, - "default_version": "v3", - "api_shortname": "translate", - "api_description": "can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service." -} + "api_description": "can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service.", + "api_id": "translate.googleapis.com", + "api_shortname": "translate", + "client_documentation": "https://cloud.google.com/python/docs/reference/translate/latest", + "default_version": "v3", + "distribution_name": "google-cloud-translate", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559749", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "translate", + "name_pretty": "Cloud Translation", + "product_documentation": "https://cloud.google.com/translate/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-video-live-stream/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-video-live-stream/.repo-metadata.json index b9a8c8c0d9a9..99e2382c609d 100644 --- a/.librarian/generator-input/packages/google-cloud-video-live-stream/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-video-live-stream/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "livestream", - "name_pretty": "Live Stream", - "product_documentation": "https://cloud.google.com/livestream/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/livestream/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-video-live-stream", - "api_id": "livestream.googleapis.com", - "default_version": "v1", - "api_shortname": "livestream", - "api_description": "transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms." -} + "api_description": "transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.", + "api_id": "livestream.googleapis.com", + "api_shortname": "livestream", + "client_documentation": "https://cloud.google.com/python/docs/reference/livestream/latest", + "default_version": "v1", + "distribution_name": "google-cloud-video-live-stream", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "livestream", + "name_pretty": "Live Stream", + "product_documentation": "https://cloud.google.com/livestream/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-video-stitcher/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-video-stitcher/.repo-metadata.json index 774dab1f3679..8daa41f02366 100644 --- a/.librarian/generator-input/packages/google-cloud-video-stitcher/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-video-stitcher/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "videostitcher", - "name_pretty": "Video Stitcher", - "product_documentation": "https://cloud.google.com/video-stitcher", - "client_documentation": "https://cloud.google.com/python/docs/reference/videostitcher/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-video-stitcher", - "api_id": "videostitcher.googleapis.com", - "default_version": "v1", - "api_shortname": "videostitcher", - "api_description": "The Video Stitcher API helps you generate dynamic content for delivery to client devices. You can call the Video Stitcher API from your servers to dynamically insert ads into video-on-demand and livestreams for your users." -} + "api_description": "The Video Stitcher API helps you generate dynamic content for delivery to client devices. You can call the Video Stitcher API from your servers to dynamically insert ads into video-on-demand and livestreams for your users.", + "api_id": "videostitcher.googleapis.com", + "api_shortname": "videostitcher", + "client_documentation": "https://cloud.google.com/python/docs/reference/videostitcher/latest", + "default_version": "v1", + "distribution_name": "google-cloud-video-stitcher", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "videostitcher", + "name_pretty": "Video Stitcher", + "product_documentation": "https://cloud.google.com/video-stitcher", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-video-transcoder/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-video-transcoder/.repo-metadata.json index 080835fb3b28..e9214ff8fa53 100644 --- a/.librarian/generator-input/packages/google-cloud-video-transcoder/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-video-transcoder/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "transcoder", - "name_pretty": "Transcoder", - "product_documentation": "https://cloud.google.com/transcoder", - "client_documentation": "https://cloud.google.com/python/docs/reference/transcoder/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-video-transcoder", - "api_id": "transcoder.googleapis.com", - "default_version": "v1", - "api_shortname": "transcoder", - "api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices." -} + "api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices.", + "api_id": "transcoder.googleapis.com", + "api_shortname": "transcoder", + "client_documentation": "https://cloud.google.com/python/docs/reference/transcoder/latest", + "default_version": "v1", + "distribution_name": "google-cloud-video-transcoder", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "transcoder", + "name_pretty": "Transcoder", + "product_documentation": "https://cloud.google.com/transcoder", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-videointelligence/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-videointelligence/.repo-metadata.json index 26312dba6fb0..5e6b7aa831e8 100644 --- a/.librarian/generator-input/packages/google-cloud-videointelligence/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-videointelligence/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "videointelligence", - "name_pretty": "Video Intelligence", - "product_documentation": "https://cloud.google.com/video-intelligence/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/videointelligence/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5084810", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-videointelligence", - "api_id": "videointelligence.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "videointelligence", - "api_description": "makes videos searchable, and discoverable, by extracting metadata with an easy to use API. You can now search every moment of every video file in your catalog and find every occurrence as well as its significance. It quickly annotates videos stored in Google Cloud Storage, and helps you identify key nouns entities of your video, and when they occur within the video. Separate signal from noise, by retrieving relevant information at the video, shot or per frame." -} + "api_description": "makes videos searchable, and discoverable, by extracting metadata with an easy to use API. You can now search every moment of every video file in your catalog and find every occurrence as well as its significance. It quickly annotates videos stored in Google Cloud Storage, and helps you identify key nouns entities of your video, and when they occur within the video. Separate signal from noise, by retrieving relevant information at the video, shot or per frame.", + "api_id": "videointelligence.googleapis.com", + "api_shortname": "videointelligence", + "client_documentation": "https://cloud.google.com/python/docs/reference/videointelligence/latest", + "default_version": "v1", + "distribution_name": "google-cloud-videointelligence", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5084810", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "videointelligence", + "name_pretty": "Video Intelligence", + "product_documentation": "https://cloud.google.com/video-intelligence/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-vision/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-vision/.repo-metadata.json index 934e0972e821..4ca2e400a56f 100644 --- a/.librarian/generator-input/packages/google-cloud-vision/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-vision/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "vision", - "name_pretty": "Cloud Vision", - "product_documentation": "https://cloud.google.com/vision/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/vision/latest", - "issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:187174", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vision", - "api_id": "vision.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "vision", - "api_description": "allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content." -} + "api_description": "allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.", + "api_id": "vision.googleapis.com", + "api_shortname": "vision", + "client_documentation": "https://cloud.google.com/python/docs/reference/vision/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vision", + "issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:187174", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "vision", + "name_pretty": "Cloud Vision", + "product_documentation": "https://cloud.google.com/vision/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-visionai/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-visionai/.repo-metadata.json index 1d007f4d4e8b..794d5c7c5fc8 100644 --- a/.librarian/generator-input/packages/google-cloud-visionai/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-visionai/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-visionai", - "name_pretty": "Vision AI API", - "api_description": "Easily build and deploy Vertex AI Vision applications using a single platform.", - "product_documentation": "https://cloud.google.com/vision-ai/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-visionai/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187174&pli=1&template=1161261", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-visionai", - "api_id": "visionai.googleapis.com", - "default_version": "v1", - "api_shortname": "visionai" -} + "api_description": "Easily build and deploy Vertex AI Vision applications using a single platform.", + "api_id": "visionai.googleapis.com", + "api_shortname": "visionai", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-visionai/latest", + "default_version": "v1", + "distribution_name": "google-cloud-visionai", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187174&pli=1&template=1161261", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-visionai", + "name_pretty": "Vision AI API", + "product_documentation": "https://cloud.google.com/vision-ai/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-vm-migration/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-vm-migration/.repo-metadata.json index 0c834e4bbdcc..f0edb7b45e28 100644 --- a/.librarian/generator-input/packages/google-cloud-vm-migration/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-vm-migration/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "vmmigration", - "name_pretty": "Cloud VM Migration", - "product_documentation": "https://cloud.google.com/migrate/compute-engine/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/vmmigration/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vm-migration", - "api_id": "vmmigration.googleapis.com", - "default_version": "v1", - "api_shortname": "vmmigration", - "api_description": " for Compute Engine migrates VMs from your on-premises data center into Compute Engine." -} + "api_description": " for Compute Engine migrates VMs from your on-premises data center into Compute Engine.", + "api_id": "vmmigration.googleapis.com", + "api_shortname": "vmmigration", + "client_documentation": "https://cloud.google.com/python/docs/reference/vmmigration/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vm-migration", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "vmmigration", + "name_pretty": "Cloud VM Migration", + "product_documentation": "https://cloud.google.com/migrate/compute-engine/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-vmwareengine/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-vmwareengine/.repo-metadata.json index 91f90a3b9efa..a1f8f2f4ad61 100644 --- a/.librarian/generator-input/packages/google-cloud-vmwareengine/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-vmwareengine/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "vmwareengine", - "name_pretty": "Google Cloud VMware Engine", - "api_description": "", - "product_documentation": "https://cloud.google.com/vmware-engine/", - "client_documentation": "https://cloud.google.com/python/docs/reference/vmwareengine/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vmwareengine", - "api_id": "vmwareengine.googleapis.com", - "default_version": "v1", - "api_shortname": "vmwareengine" -} + "api_description": "", + "api_id": "vmwareengine.googleapis.com", + "api_shortname": "vmwareengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/vmwareengine/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vmwareengine", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "vmwareengine", + "name_pretty": "Google Cloud VMware Engine", + "product_documentation": "https://cloud.google.com/vmware-engine/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-vpc-access/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-vpc-access/.repo-metadata.json index 82f1e024699b..74277930028d 100644 --- a/.librarian/generator-input/packages/google-cloud-vpc-access/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-vpc-access/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "vpcaccess", - "name_pretty": "Virtual Private Cloud", - "product_documentation": "https://cloud.google.com/vpc/", - "client_documentation": "https://cloud.google.com/python/docs/reference/vpcaccess/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vpc-access", - "api_id": "vpcaccess.googleapis.com", - "default_version": "v1", - "api_shortname": "vpcaccess", - "api_description": "provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) containers, and the App Engine flexible environment. VPC provides networking for your cloud-based services that is global, scalable, and flexible." -} + "api_description": "provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) containers, and the App Engine flexible environment. VPC provides networking for your cloud-based services that is global, scalable, and flexible.", + "api_id": "vpcaccess.googleapis.com", + "api_shortname": "vpcaccess", + "client_documentation": "https://cloud.google.com/python/docs/reference/vpcaccess/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vpc-access", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "vpcaccess", + "name_pretty": "Virtual Private Cloud", + "product_documentation": "https://cloud.google.com/vpc/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-webrisk/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-webrisk/.repo-metadata.json index b2142c67ddcc..d9558c5a393a 100644 --- a/.librarian/generator-input/packages/google-cloud-webrisk/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-webrisk/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "webrisk", - "name_pretty": "Web Risk", - "product_documentation": "https://cloud.google.com/web-risk/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/webrisk/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-webrisk", - "api_id": "webrisk.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "webrisk", - "api_description": "is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sites—such as phishing and deceptive sites—and sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day." -} + "api_description": "is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sites—such as phishing and deceptive sites—and sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day.", + "api_id": "webrisk.googleapis.com", + "api_shortname": "webrisk", + "client_documentation": "https://cloud.google.com/python/docs/reference/webrisk/latest", + "default_version": "v1", + "distribution_name": "google-cloud-webrisk", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "webrisk", + "name_pretty": "Web Risk", + "product_documentation": "https://cloud.google.com/web-risk/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-websecurityscanner/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-websecurityscanner/.repo-metadata.json index d2e0293abf9f..10f7445633b0 100644 --- a/.librarian/generator-input/packages/google-cloud-websecurityscanner/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-websecurityscanner/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "websecurityscanner", - "name_pretty": "Cloud Security Scanner", - "api_description": "identifies security vulnerabilities in your App Engine, Compute Engine, and Google Kubernetes Engine web applications. It crawls your application, following all links within the scope of your starting URLs, and attempts to exercise as many user inputs and event handlers as possible.", - "product_documentation": "https://cloud.google.com/security-scanner/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/websecurityscanner/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-websecurityscanner", - "api_id": "securitycenter.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "securitycenter" -} + "api_description": "identifies security vulnerabilities in your App Engine, Compute Engine, and Google Kubernetes Engine web applications. It crawls your application, following all links within the scope of your starting URLs, and attempts to exercise as many user inputs and event handlers as possible.", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/websecurityscanner/latest", + "default_version": "v1", + "distribution_name": "google-cloud-websecurityscanner", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "websecurityscanner", + "name_pretty": "Cloud Security Scanner", + "product_documentation": "https://cloud.google.com/security-scanner/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-workflows/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-workflows/.repo-metadata.json index 5b6cc91db41c..cf45a12f3c96 100644 --- a/.librarian/generator-input/packages/google-cloud-workflows/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-workflows/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "workflows", - "name_pretty": "Cloud Workflows", - "api_description": "Orchestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", - "product_documentation": "https://cloud.google.com/workflows/", - "client_documentation": "https://cloud.google.com/python/docs/reference/workflows/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-workflows", - "api_id": "workflows.googleapis.com", - "default_version": "v1", - "api_shortname": "workflows" -} + "api_description": "Orchestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", + "api_id": "workflows.googleapis.com", + "api_shortname": "workflows", + "client_documentation": "https://cloud.google.com/python/docs/reference/workflows/latest", + "default_version": "v1", + "distribution_name": "google-cloud-workflows", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "workflows", + "name_pretty": "Cloud Workflows", + "product_documentation": "https://cloud.google.com/workflows/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-cloud-workstations/.repo-metadata.json b/.librarian/generator-input/packages/google-cloud-workstations/.repo-metadata.json index 50e045f04e6e..2b8a0b16066f 100644 --- a/.librarian/generator-input/packages/google-cloud-workstations/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-cloud-workstations/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "workstations", - "name_pretty": "Cloud Workstations", - "api_description": "", - "product_documentation": "https://cloud.google.com/workstations/", - "client_documentation": "https://cloud.google.com/python/docs/reference/workstations/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-workstations", - "api_id": "workstations.googleapis.com", - "default_version": "v1", - "api_shortname": "workstations" -} + "api_description": "", + "api_id": "workstations.googleapis.com", + "api_shortname": "workstations", + "client_documentation": "https://cloud.google.com/python/docs/reference/workstations/latest", + "default_version": "v1", + "distribution_name": "google-cloud-workstations", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "workstations", + "name_pretty": "Cloud Workstations", + "product_documentation": "https://cloud.google.com/workstations/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-geo-type/.repo-metadata.json b/.librarian/generator-input/packages/google-geo-type/.repo-metadata.json index 97ea55fcbb43..c8b04a86825d 100644 --- a/.librarian/generator-input/packages/google-geo-type/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-geo-type/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "geotype", - "name_pretty": "Geo Type Protos", - "api_description": "", - "product_documentation": "https://mapsplatform.google.com/maps-products", - "client_documentation": "https://googleapis.dev/python/geotype/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-geo-type", - "api_id": "type.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "type" -} + "api_description": "", + "api_id": "type.googleapis.com", + "api_shortname": "type", + "client_documentation": "https://googleapis.dev/python/geotype/latest", + "default_version": "apiVersion", + "distribution_name": "google-geo-type", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "geotype", + "name_pretty": "Geo Type Protos", + "product_documentation": "https://mapsplatform.google.com/maps-products", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-addressvalidation/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-addressvalidation/.repo-metadata.json index c3027a6b894d..780c25b79298 100644 --- a/.librarian/generator-input/packages/google-maps-addressvalidation/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-addressvalidation/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "addressvalidation", - "name_pretty": "Address Validation API", - "api_description": "Address Validation lets you validate and correct address inputs with Places data powered by Google Maps Platform.", - "product_documentation": "https://mapsplatform.google.com/maps-products/address-validation/", - "client_documentation": "https://googleapis.dev/python/addressvalidation/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-addressvalidation", - "api_id": "addressvalidation.googleapis.com", - "default_version": "v1", - "api_shortname": "addressvalidation" -} + "api_description": "Address Validation lets you validate and correct address inputs with Places data powered by Google Maps Platform.", + "api_id": "addressvalidation.googleapis.com", + "api_shortname": "addressvalidation", + "client_documentation": "https://googleapis.dev/python/addressvalidation/latest", + "default_version": "v1", + "distribution_name": "google-maps-addressvalidation", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "addressvalidation", + "name_pretty": "Address Validation API", + "product_documentation": "https://mapsplatform.google.com/maps-products/address-validation/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-areainsights/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-areainsights/.repo-metadata.json index 851ee35c469d..e4298c50c3de 100644 --- a/.librarian/generator-input/packages/google-maps-areainsights/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-areainsights/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-maps-areainsights", - "name_pretty": "Places Insights API", "api_description": "Places Insights API. ", - "product_documentation": "https://developers.google.com/maps/documentation/places-insights", + "api_id": "areainsights.googleapis.com", + "api_shortname": "areainsights", "client_documentation": "https://googleapis.dev/python/google-maps-areainsights/latest", + "default_version": "v1", + "distribution_name": "google-maps-areainsights", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1624013&template=2026178", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-areainsights", - "api_id": "areainsights.googleapis.com", - "default_version": "v1", - "api_shortname": "areainsights" -} + "name": "google-maps-areainsights", + "name_pretty": "Places Insights API", + "product_documentation": "https://developers.google.com/maps/documentation/places-insights", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-fleetengine-delivery/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-fleetengine-delivery/.repo-metadata.json index 7d388c905cec..b8b6f7eab3e0 100644 --- a/.librarian/generator-input/packages/google-maps-fleetengine-delivery/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-fleetengine-delivery/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "fleetengine-delivery", - "name_pretty": "Last Mile Fleet Solution Delivery API", - "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", - "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", - "client_documentation": "https://googleapis.dev/python/fleetengine-delivery/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-fleetengine-delivery", - "api_id": "fleetengine.googleapis.com", - "default_version": "v1", - "api_shortname": "fleetengine" -} + "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", + "api_id": "fleetengine.googleapis.com", + "api_shortname": "fleetengine", + "client_documentation": "https://googleapis.dev/python/fleetengine-delivery/latest", + "default_version": "v1", + "distribution_name": "google-maps-fleetengine-delivery", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "fleetengine-delivery", + "name_pretty": "Last Mile Fleet Solution Delivery API", + "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-fleetengine/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-fleetengine/.repo-metadata.json index dcc7b06c7fdf..7da92a594c06 100644 --- a/.librarian/generator-input/packages/google-maps-fleetengine/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-fleetengine/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "fleetengine", - "name_pretty": "Local Rides and Deliveries API", - "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", - "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", - "client_documentation": "https://googleapis.dev/python/fleetengine/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-fleetengine", - "api_id": "fleetengine.googleapis.com", - "default_version": "v1", - "api_shortname": "fleetengine" -} + "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", + "api_id": "fleetengine.googleapis.com", + "api_shortname": "fleetengine", + "client_documentation": "https://googleapis.dev/python/fleetengine/latest", + "default_version": "v1", + "distribution_name": "google-maps-fleetengine", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "fleetengine", + "name_pretty": "Local Rides and Deliveries API", + "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-mapsplatformdatasets/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-mapsplatformdatasets/.repo-metadata.json index 11ed9595e5cf..8cd808757440 100644 --- a/.librarian/generator-input/packages/google-maps-mapsplatformdatasets/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-mapsplatformdatasets/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "mapsplatformdatasets", - "name_pretty": "Maps Platform Datasets API", - "api_description": "Maps Platform Datasets API", - "product_documentation": "https://developers.google.com/maps", - "client_documentation": "https://googleapis.dev/python/mapsplatformdatasets/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-mapsplatformdatasets", - "api_id": "mapsplatformdatasets.googleapis.com", - "default_version": "v1", - "api_shortname": "mapsplatformdatasets" -} + "api_description": "Maps Platform Datasets API", + "api_id": "mapsplatformdatasets.googleapis.com", + "api_shortname": "mapsplatformdatasets", + "client_documentation": "https://googleapis.dev/python/mapsplatformdatasets/latest", + "default_version": "v1", + "distribution_name": "google-maps-mapsplatformdatasets", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "mapsplatformdatasets", + "name_pretty": "Maps Platform Datasets API", + "product_documentation": "https://developers.google.com/maps", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-places/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-places/.repo-metadata.json index ec181d6b4c6b..37a39d31528f 100644 --- a/.librarian/generator-input/packages/google-maps-places/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-places/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "places", - "name_pretty": "Places API", - "api_description": "The Places API allows developers to access a variety of search and retrieval endpoints for a Place.", - "product_documentation": "https://developers.google.com/maps/documentation/places/web-service/", - "client_documentation": "https://googleapis.dev/python/places/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-places", - "api_id": "places.googleapis.com", - "default_version": "v1", - "api_shortname": "places" -} + "api_description": "The Places API allows developers to access a variety of search and retrieval endpoints for a Place.", + "api_id": "places.googleapis.com", + "api_shortname": "places", + "client_documentation": "https://googleapis.dev/python/places/latest", + "default_version": "v1", + "distribution_name": "google-maps-places", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "places", + "name_pretty": "Places API", + "product_documentation": "https://developers.google.com/maps/documentation/places/web-service/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-routeoptimization/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-routeoptimization/.repo-metadata.json index 249e482167c6..39e7d7e0b618 100644 --- a/.librarian/generator-input/packages/google-maps-routeoptimization/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-routeoptimization/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-maps-routeoptimization", - "name_pretty": "Route Optimization API", - "api_description": "The Route Optimization API assigns tasks and routes to a vehicle fleet, optimizing against the objectives and constraints that you supply for your transportation goals.", - "product_documentation": "https://developers.google.com/maps/documentation/route-optimization", - "client_documentation": "https://googleapis.dev/python/google-maps-routeoptimization/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1546507", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-routeoptimization", - "api_id": "routeoptimization.googleapis.com", - "default_version": "v1", - "api_shortname": "routeoptimization" -} + "api_description": "The Route Optimization API assigns tasks and routes to a vehicle fleet, optimizing against the objectives and constraints that you supply for your transportation goals.", + "api_id": "routeoptimization.googleapis.com", + "api_shortname": "routeoptimization", + "client_documentation": "https://googleapis.dev/python/google-maps-routeoptimization/latest", + "default_version": "v1", + "distribution_name": "google-maps-routeoptimization", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1546507", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-maps-routeoptimization", + "name_pretty": "Route Optimization API", + "product_documentation": "https://developers.google.com/maps/documentation/route-optimization", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-routing/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-routing/.repo-metadata.json index c9127b0c7a38..5d8e95f0995d 100644 --- a/.librarian/generator-input/packages/google-maps-routing/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-routing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "routing", - "name_pretty": "Google Maps Routing", - "api_description": "Help your users find the ideal way to get from A to Z with comprehensive data and real-time traffic.", - "product_documentation": "https://mapsplatform.google.com/maps-products/#routes-section", - "client_documentation": "https://googleapis.dev/python/routing/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-routing", - "api_id": "routing.googleapis.com", - "default_version": "v2", - "api_shortname": "routing" -} + "api_description": "Help your users find the ideal way to get from A to Z with comprehensive data and real-time traffic.", + "api_id": "routing.googleapis.com", + "api_shortname": "routing", + "client_documentation": "https://googleapis.dev/python/routing/latest", + "default_version": "v2", + "distribution_name": "google-maps-routing", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "routing", + "name_pretty": "Google Maps Routing", + "product_documentation": "https://mapsplatform.google.com/maps-products/#routes-section", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-maps-solar/.repo-metadata.json b/.librarian/generator-input/packages/google-maps-solar/.repo-metadata.json index cd26decd357f..99bbe49a41ef 100644 --- a/.librarian/generator-input/packages/google-maps-solar/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-maps-solar/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-maps-solar", - "name_pretty": "Solar API", - "api_description": "The Google Maps Platform Solar API is a service focused on helping accelerate solar and energy system installations.", - "product_documentation": "https://developers.google.com/maps/documentation/solar/overview", - "client_documentation": "https://googleapis.dev/python/google-maps-solar/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1356349", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-solar", - "api_id": "solar.googleapis.com", - "default_version": "v1", - "api_shortname": "solar" -} + "api_description": "The Google Maps Platform Solar API is a service focused on helping accelerate solar and energy system installations.", + "api_id": "solar.googleapis.com", + "api_shortname": "solar", + "client_documentation": "https://googleapis.dev/python/google-maps-solar/latest", + "default_version": "v1", + "distribution_name": "google-maps-solar", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1356349", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-maps-solar", + "name_pretty": "Solar API", + "product_documentation": "https://developers.google.com/maps/documentation/solar/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-css/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-css/.repo-metadata.json index a52e63f3460f..e2570dfb5ff0 100644 --- a/.librarian/generator-input/packages/google-shopping-css/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-css/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-css", - "name_pretty": "CSS API", - "api_description": "Programmatically manage your Comparison Shopping Service (CSS) account data at scale.", - "product_documentation": "https://developers.google.com/comparison-shopping-services/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-css/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=826068&template=1564577", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-css", - "api_id": "css.googleapis.com", - "default_version": "v1", - "api_shortname": "css" + "api_description": "Programmatically manage your Comparison Shopping Service (CSS) account data at scale.", + "api_id": "css.googleapis.com", + "api_shortname": "css", + "client_documentation": "https://googleapis.dev/python/google-shopping-css/latest", + "default_version": "v1", + "distribution_name": "google-shopping-css", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=826068&template=1564577", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-css", + "name_pretty": "CSS API", + "product_documentation": "https://developers.google.com/comparison-shopping-services/api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-accounts/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-accounts/.repo-metadata.json index 406e73b231c4..a171bbb4c4e9 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-accounts/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-accounts/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-accounts", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-accounts/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-accounts", - "api_id": "accounts.googleapis.com", - "default_version": "v1", - "api_shortname": "accounts" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "accounts.googleapis.com", + "api_shortname": "accounts", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-accounts/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-accounts", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-accounts", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-conversions/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-conversions/.repo-metadata.json index b0ad3e246fb8..5c95a9fd175d 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-conversions/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-conversions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-conversions", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-conversions/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-conversions", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "conversions" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "conversions", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-conversions/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-conversions", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-conversions", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-datasources/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-datasources/.repo-metadata.json index c5ce55ecb80a..efd2cd386222 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-datasources/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-datasources/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-datasources", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-datasources/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-datasources", - "api_id": "datasources.googleapis.com", - "default_version": "v1", - "api_shortname": "datasources" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "datasources.googleapis.com", + "api_shortname": "datasources", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-datasources/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-datasources", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-datasources", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-inventories/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-inventories/.repo-metadata.json index de813392f61f..972667d207d9 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-inventories/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-inventories/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-inventories", - "name_pretty": "Merchant Inventories API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-inventories/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-inventories", - "api_id": "inventories.googleapis.com", - "default_version": "v1", - "api_shortname": "inventories" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "inventories.googleapis.com", + "api_shortname": "inventories", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-inventories/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-inventories", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-inventories", + "name_pretty": "Merchant Inventories API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-issueresolution/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-issueresolution/.repo-metadata.json index efd7ec223c37..3a7a7ef0b1c6 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-issueresolution/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-issueresolution/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-issueresolution", - "name_pretty": "Merchant API", "api_description": "Programmatically manage your Merchant Center Accounts. ", - "product_documentation": "https://developers.google.com/merchant/api", + "api_id": "issueresolution.googleapis.com", + "api_shortname": "issueresolution", "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-issueresolution/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-issueresolution", "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-issueresolution", - "api_id": "issueresolution.googleapis.com", - "default_version": "v1", - "api_shortname": "issueresolution" -} + "name": "google-shopping-merchant-issueresolution", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-lfp/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-lfp/.repo-metadata.json index fabf23a17997..d1c737c13fc9 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-lfp/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-lfp/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-lfp", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-lfp/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-lfp", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "lfp" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "lfp", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-lfp/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-lfp", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-lfp", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-notifications/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-notifications/.repo-metadata.json index 8b72ffdc36ea..199a58f0cd5a 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-notifications/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-notifications/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-notifications", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-notifications/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-notifications", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "notifications" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "notifications", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-notifications/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-notifications", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-notifications", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-ordertracking/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-ordertracking/.repo-metadata.json index fd6dd12f4fc6..1969d82c03bc 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-ordertracking/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-ordertracking/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-ordertracking", - "name_pretty": "Merchant API", "api_description": "Programmatically manage your Merchant Center Accounts. ", - "product_documentation": "https://developers.google.com/merchant/api", + "api_id": "ordertracking.googleapis.com", + "api_shortname": "ordertracking", "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-ordertracking/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-ordertracking", "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-ordertracking", - "api_id": "ordertracking.googleapis.com", - "default_version": "v1", - "api_shortname": "ordertracking" -} + "name": "google-shopping-merchant-ordertracking", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-products/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-products/.repo-metadata.json index 3c03bc4abc2b..603f7240d8a3 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-products/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-products/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-products", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-products/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-products", - "api_id": "products.googleapis.com", - "default_version": "v1", - "api_shortname": "products" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "products.googleapis.com", + "api_shortname": "products", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-products/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-products", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-products", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-productstudio/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-productstudio/.repo-metadata.json index d3f4eb2702aa..61fea277ff14 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-productstudio/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-productstudio/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-productstudio", - "name_pretty": "Merchant ProductStudio API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-productstudio/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-productstudio", - "api_id": "productstudio.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "productstudio" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "productstudio.googleapis.com", + "api_shortname": "productstudio", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-productstudio/latest", + "default_version": "v1alpha", + "distribution_name": "google-shopping-merchant-productstudio", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-productstudio", + "name_pretty": "Merchant ProductStudio API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-promotions/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-promotions/.repo-metadata.json index 8fac39745c02..ec01ad8668ed 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-promotions/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-promotions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-promotions", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-promotions/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-promotions", - "api_id": "promotions.googleapis.com", - "default_version": "v1", - "api_shortname": "promotions" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "promotions.googleapis.com", + "api_shortname": "promotions", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-promotions/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-promotions", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-promotions", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-quota/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-quota/.repo-metadata.json index db9d59d1f44e..14c8ed2d65e5 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-quota/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-quota/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-quota", - "name_pretty": "Shopping Merchant Quota", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-quota/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-quota", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "merchantapi" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "merchantapi", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-quota/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-quota", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-quota", + "name_pretty": "Shopping Merchant Quota", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-reports/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-reports/.repo-metadata.json index a7ef2e8faae8..4ed851cb7301 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-reports/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-reports/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-reports", - "name_pretty": "Merchant Reports API", - "api_description": "Programmatically manage your Merchant Center accounts", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reports/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-reports", - "api_id": "reports.googleapis.com", - "default_version": "v1", - "api_shortname": "reports" -} + "api_description": "Programmatically manage your Merchant Center accounts", + "api_id": "reports.googleapis.com", + "api_shortname": "reports", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reports/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-reports", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-reports", + "name_pretty": "Merchant Reports API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-merchant-reviews/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-merchant-reviews/.repo-metadata.json index 0cd78c5a3f06..c051782afedd 100644 --- a/.librarian/generator-input/packages/google-shopping-merchant-reviews/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-merchant-reviews/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-reviews", - "name_pretty": "Merchant Reviews API", - "api_description": "Programmatically manage your Merchant Center Accounts", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reviews/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-reviews", - "api_id": "reviews.googleapis.com", - "default_version": "v1beta", - "api_shortname": "reviews" -} + "api_description": "Programmatically manage your Merchant Center Accounts", + "api_id": "reviews.googleapis.com", + "api_shortname": "reviews", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reviews/latest", + "default_version": "v1beta", + "distribution_name": "google-shopping-merchant-reviews", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-reviews", + "name_pretty": "Merchant Reviews API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/google-shopping-type/.repo-metadata.json b/.librarian/generator-input/packages/google-shopping-type/.repo-metadata.json index f3604e861221..4608e831c585 100644 --- a/.librarian/generator-input/packages/google-shopping-type/.repo-metadata.json +++ b/.librarian/generator-input/packages/google-shopping-type/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-type", - "name_pretty": "Shopping Type Protos", - "api_description": "", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-type/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-type", - "api_id": "type.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "type" -} + "api_description": "", + "api_id": "type.googleapis.com", + "api_shortname": "type", + "client_documentation": "https://googleapis.dev/python/google-shopping-type/latest", + "default_version": "apiVersion", + "distribution_name": "google-shopping-type", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-type", + "name_pretty": "Shopping Type Protos", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/googleapis-common-protos/.repo-metadata.json b/.librarian/generator-input/packages/googleapis-common-protos/.repo-metadata.json index 2f1f5239d655..dedb772f7754 100644 --- a/.librarian/generator-input/packages/googleapis-common-protos/.repo-metadata.json +++ b/.librarian/generator-input/packages/googleapis-common-protos/.repo-metadata.json @@ -1,13 +1,13 @@ { - "name": "googleapis-common-protos", - "name_pretty": "Google APIs Common Protos", - "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos", - "product_documentation": "https://github.com/googleapis/googleapis/tree/master/google", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "CORE", - "repo": "googleapis/google-cloud-python", - "distribution_name": "googleapis-common-protos", - "default_version": "apiVersion" -} + "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos", + "default_version": "apiVersion", + "distribution_name": "googleapis-common-protos", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "CORE", + "name": "googleapis-common-protos", + "name_pretty": "Google APIs Common Protos", + "product_documentation": "https://github.com/googleapis/googleapis/tree/master/google", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/grafeas/.repo-metadata.json b/.librarian/generator-input/packages/grafeas/.repo-metadata.json index 487e2092c31e..4afe408c22ad 100644 --- a/.librarian/generator-input/packages/grafeas/.repo-metadata.json +++ b/.librarian/generator-input/packages/grafeas/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "grafeas", - "name_pretty": "Grafeas", - "api_description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.", - "product_documentation": "https://grafeas.io", - "client_documentation": "https://googleapis.dev/python/grafeas/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "grafeas", - "api_id": "containeranalysis.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "containeranalysis" -} + "api_description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.", + "api_id": "containeranalysis.googleapis.com", + "api_shortname": "containeranalysis", + "client_documentation": "https://googleapis.dev/python/grafeas/latest", + "default_version": "v1", + "distribution_name": "grafeas", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "grafeas", + "name_pretty": "Grafeas", + "product_documentation": "https://grafeas.io", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/.librarian/generator-input/packages/grpc-google-iam-v1/.repo-metadata.json b/.librarian/generator-input/packages/grpc-google-iam-v1/.repo-metadata.json index 096a01857942..ac47018a24fe 100644 --- a/.librarian/generator-input/packages/grpc-google-iam-v1/.repo-metadata.json +++ b/.librarian/generator-input/packages/grpc-google-iam-v1/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "grpc-iam", - "name_pretty": "Cloud Identity and Access Management", - "product_documentation": "https://cloud.google.com/iam/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/grpc-iam/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "grpc-google-iam-v1", - "api_id": "iam.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "iam" + "api_id": "iam.googleapis.com", + "api_shortname": "iam", + "client_documentation": "https://cloud.google.com/python/docs/reference/grpc-iam/latest", + "default_version": "apiVersion", + "distribution_name": "grpc-google-iam-v1", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "grpc-iam", + "name_pretty": "Cloud Identity and Access Management", + "product_documentation": "https://cloud.google.com/iam/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-ads-admanager/.repo-metadata.json b/packages/google-ads-admanager/.repo-metadata.json index 50b4fd853043..6431729f6332 100644 --- a/packages/google-ads-admanager/.repo-metadata.json +++ b/packages/google-ads-admanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-ads-admanager", - "name_pretty": "Google Ad Manager", - "api_description": "Manage your Ad Manager inventory, run reports and more.", - "product_documentation": "https://developers.google.com/ad-manager/api/beta", - "client_documentation": "https://googleapis.dev/python/google-ads-admanager/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1265187&template=1787490", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-ads-admanager", - "api_id": "admanager.googleapis.com", - "default_version": "v1", - "api_shortname": "admanager" + "api_description": "Manage your Ad Manager inventory, run reports and more.", + "api_id": "admanager.googleapis.com", + "api_shortname": "admanager", + "client_documentation": "https://googleapis.dev/python/google-ads-admanager/latest", + "default_version": "v1", + "distribution_name": "google-ads-admanager", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1265187&template=1787490", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-ads-admanager", + "name_pretty": "Google Ad Manager", + "product_documentation": "https://developers.google.com/ad-manager/api/beta", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-ads-datamanager/.repo-metadata.json b/packages/google-ads-datamanager/.repo-metadata.json index 803197206068..f6c5f274b5cb 100644 --- a/packages/google-ads-datamanager/.repo-metadata.json +++ b/packages/google-ads-datamanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-ads-datamanager", - "name_pretty": "Data Manager API", "api_description": "A unified ingestion API for data partners, agencies and advertisers to\nconnect first-party data across Google advertising products.", - "product_documentation": "https://developers.google.com/data-manager", + "api_id": "datamanager.googleapis.com", + "api_shortname": "datamanager", "client_documentation": "https://cloud.google.com/python/docs/reference/google-ads-datamanager/latest", + "default_version": "v1", + "distribution_name": "google-ads-datamanager", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1812065", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-ads-datamanager", - "api_id": "datamanager.googleapis.com", - "default_version": "v1", - "api_shortname": "datamanager" -} + "name": "google-ads-datamanager", + "name_pretty": "Data Manager API", + "product_documentation": "https://developers.google.com/data-manager", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-ads-marketingplatform-admin/.repo-metadata.json b/packages/google-ads-marketingplatform-admin/.repo-metadata.json index 43e0ec21bcf3..07c5179fc42d 100644 --- a/packages/google-ads-marketingplatform-admin/.repo-metadata.json +++ b/packages/google-ads-marketingplatform-admin/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-ads-marketingplatform-admin", - "name_pretty": "Google Marketing Platform Admin API", - "api_description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.", - "product_documentation": "https://developers.google.com/analytics/devguides/config/gmp/v1", - "client_documentation": "https://googleapis.dev/python/google-ads-marketingplatform-admin/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-ads-marketingplatform-admin", - "api_id": "marketingplatformadmin.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "marketingplatformadmin" + "api_description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, and to set the service level of your GA4 properties.", + "api_id": "marketingplatformadmin.googleapis.com", + "api_shortname": "marketingplatformadmin", + "client_documentation": "https://googleapis.dev/python/google-ads-marketingplatform-admin/latest", + "default_version": "v1alpha", + "distribution_name": "google-ads-marketingplatform-admin", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-ads-marketingplatform-admin", + "name_pretty": "Google Marketing Platform Admin API", + "product_documentation": "https://developers.google.com/analytics/devguides/config/gmp/v1", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-ai-generativelanguage/.repo-metadata.json b/packages/google-ai-generativelanguage/.repo-metadata.json index 2e20cadaad7f..04c681557b27 100644 --- a/packages/google-ai-generativelanguage/.repo-metadata.json +++ b/packages/google-ai-generativelanguage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "generativelanguage", - "name_pretty": "Generative Language API", "api_description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.", - "product_documentation": "https://ai.google.dev/docs", + "api_id": "generativelanguage.googleapis.com", + "api_shortname": "generativelanguage", "client_documentation": "https://googleapis.dev/python/generativelanguage/latest", + "default_version": "v1beta", + "distribution_name": "google-ai-generativelanguage", "issue_tracker": "https://github.com/google/generative-ai-python/issues/new", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-ai-generativelanguage", - "api_id": "generativelanguage.googleapis.com", - "default_version": "v1beta", - "api_shortname": "generativelanguage" + "name": "generativelanguage", + "name_pretty": "Generative Language API", + "product_documentation": "https://ai.google.dev/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-analytics-admin/.repo-metadata.json b/packages/google-analytics-admin/.repo-metadata.json index 5c2ea930199b..b7efbd7279f3 100644 --- a/packages/google-analytics-admin/.repo-metadata.json +++ b/packages/google-analytics-admin/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "analyticsadmin", - "name_pretty": "Analytics Admin", - "product_documentation": "https://developers.google.com/analytics/", - "client_documentation": "https://googleapis.dev/python/analyticsadmin/latest", - "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-analytics-admin", - "api_id": "analyticsadmin.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "analyticsadmin", - "api_description": "allows you to manage Google Analytics accounts and properties." + "api_description": "allows you to manage Google Analytics accounts and properties.", + "api_id": "analyticsadmin.googleapis.com", + "api_shortname": "analyticsadmin", + "client_documentation": "https://googleapis.dev/python/analyticsadmin/latest", + "default_version": "v1alpha", + "distribution_name": "google-analytics-admin", + "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticsadmin", + "name_pretty": "Analytics Admin", + "product_documentation": "https://developers.google.com/analytics/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-analytics-data/.repo-metadata.json b/packages/google-analytics-data/.repo-metadata.json index fb2f90029e96..8b0c05a57a4d 100644 --- a/packages/google-analytics-data/.repo-metadata.json +++ b/packages/google-analytics-data/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "analyticsdata", - "name_pretty": "Analytics Data", - "product_documentation": "https://developers.google.com/analytics/", - "client_documentation": "https://googleapis.dev/python/analyticsdata/latest", - "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400%2B%20", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-analytics-data", - "api_id": "analyticsdata.googleapis.com", - "requires_billing": true, - "default_version": "v1beta", - "api_shortname": "analyticsdata", - "api_description": "provides programmatic methods to access report data in Google Analytics App+Web properties." + "api_description": "provides programmatic methods to access report data in Google Analytics App+Web properties.", + "api_id": "analyticsdata.googleapis.com", + "api_shortname": "analyticsdata", + "client_documentation": "https://googleapis.dev/python/analyticsdata/latest", + "default_version": "v1beta", + "distribution_name": "google-analytics-data", + "issue_tracker": "https://issuetracker.google.com/issues?q=componentid:187400%2B%20", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticsdata", + "name_pretty": "Analytics Data", + "product_documentation": "https://developers.google.com/analytics/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-apps-card/.repo-metadata.json b/packages/google-apps-card/.repo-metadata.json index 94dee361f53d..18a3cf658056 100644 --- a/packages/google-apps-card/.repo-metadata.json +++ b/packages/google-apps-card/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-card", - "name_pretty": "Google Apps Card Protos", - "api_description": "Google Apps Card Protos", - "product_documentation": "https://developers.google.com/chat", - "client_documentation": "https://googleapis.dev/python/google-apps-card/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-card", - "api_id": "card.googleapis.com", - "default_version": "v1", - "api_shortname": "card" + "api_description": "Google Apps Card Protos", + "api_id": "card.googleapis.com", + "api_shortname": "card", + "client_documentation": "https://googleapis.dev/python/google-apps-card/latest", + "default_version": "v1", + "distribution_name": "google-apps-card", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-card", + "name_pretty": "Google Apps Card Protos", + "product_documentation": "https://developers.google.com/chat", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-apps-chat/.repo-metadata.json b/packages/google-apps-chat/.repo-metadata.json index 1d264c884293..e45f67af577e 100644 --- a/packages/google-apps-chat/.repo-metadata.json +++ b/packages/google-apps-chat/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-chat", - "name_pretty": "Chat API", - "api_description": "", - "product_documentation": "https://developers.google.com/chat/", - "client_documentation": "https://googleapis.dev/python/google-apps-chat/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-chat", - "api_id": "chat.googleapis.com", - "default_version": "v1", - "api_shortname": "chat" + "api_description": "", + "api_id": "chat.googleapis.com", + "api_shortname": "chat", + "client_documentation": "https://googleapis.dev/python/google-apps-chat/latest", + "default_version": "v1", + "distribution_name": "google-apps-chat", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-chat", + "name_pretty": "Chat API", + "product_documentation": "https://developers.google.com/chat/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-apps-events-subscriptions/.repo-metadata.json b/packages/google-apps-events-subscriptions/.repo-metadata.json index 7d5b975550b4..2fa1bd25e8f5 100644 --- a/packages/google-apps-events-subscriptions/.repo-metadata.json +++ b/packages/google-apps-events-subscriptions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-events-subscriptions", - "name_pretty": "Google Workspace Events API", - "api_description": "The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.", - "product_documentation": "https://developers.google.com/workspace/events", - "client_documentation": "https://googleapis.dev/python/google-apps-events-subscriptions/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-events-subscriptions", - "api_id": "subscriptions.googleapis.com", - "default_version": "v1", - "api_shortname": "subscriptions" + "api_description": "The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.", + "api_id": "subscriptions.googleapis.com", + "api_shortname": "subscriptions", + "client_documentation": "https://googleapis.dev/python/google-apps-events-subscriptions/latest", + "default_version": "v1", + "distribution_name": "google-apps-events-subscriptions", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-events-subscriptions", + "name_pretty": "Google Workspace Events API", + "product_documentation": "https://developers.google.com/workspace/events", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-apps-meet/.repo-metadata.json b/packages/google-apps-meet/.repo-metadata.json index 08156cdb085a..51a46cac2d13 100644 --- a/packages/google-apps-meet/.repo-metadata.json +++ b/packages/google-apps-meet/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-apps-meet", - "name_pretty": "Google Meet API", - "api_description": "Create and manage meetings in Google Meet.", - "product_documentation": "https://developers.google.com/meet/api/guides/overview", - "client_documentation": "https://googleapis.dev/python/google-apps-meet/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1216362&template=1766418", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-meet", - "api_id": "meet.googleapis.com", - "default_version": "v2", - "api_shortname": "meet" + "api_description": "Create and manage meetings in Google Meet.", + "api_id": "meet.googleapis.com", + "api_shortname": "meet", + "client_documentation": "https://googleapis.dev/python/google-apps-meet/latest", + "default_version": "v2", + "distribution_name": "google-apps-meet", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1216362&template=1766418", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-apps-meet", + "name_pretty": "Google Meet API", + "product_documentation": "https://developers.google.com/meet/api/guides/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-apps-script-type/.repo-metadata.json b/packages/google-apps-script-type/.repo-metadata.json index b8292093a1c8..26e0895b7452 100644 --- a/packages/google-apps-script-type/.repo-metadata.json +++ b/packages/google-apps-script-type/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "type", - "name_pretty": "Google Apps Script Type Protos", - "api_description": "", - "product_documentation": "https://developers.google.com/apps-script/", - "client_documentation": "https://googleapis.dev/python/type/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-apps-script-type", - "api_id": "type.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "type" + "api_description": "", + "api_id": "type.googleapis.com", + "api_shortname": "type", + "client_documentation": "https://googleapis.dev/python/type/latest", + "default_version": "apiVersion", + "distribution_name": "google-apps-script-type", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "type", + "name_pretty": "Google Apps Script Type Protos", + "product_documentation": "https://developers.google.com/apps-script/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-area120-tables/.repo-metadata.json b/packages/google-area120-tables/.repo-metadata.json index 14b92ac1ece3..f0ffeaf75062 100644 --- a/packages/google-area120-tables/.repo-metadata.json +++ b/packages/google-area120-tables/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "area120tables", - "name_pretty": "Area 120 Tables", - "product_documentation": "https://area120.google.com", - "client_documentation": "https://googleapis.dev/python/area120tables/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-area120-tables", - "api_id": "area120tables.googleapis.com", - "default_version": "v1alpha1", - "api_shortname": "area120tables", - "api_description": "provides programmatic methods to the Area 120 Tables API." + "api_description": "provides programmatic methods to the Area 120 Tables API.", + "api_id": "area120tables.googleapis.com", + "api_shortname": "area120tables", + "client_documentation": "https://googleapis.dev/python/area120tables/latest", + "default_version": "v1alpha1", + "distribution_name": "google-area120-tables", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "area120tables", + "name_pretty": "Area 120 Tables", + "product_documentation": "https://area120.google.com", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-access-approval/.repo-metadata.json b/packages/google-cloud-access-approval/.repo-metadata.json index 1012987d923d..adf3a6c1e11e 100644 --- a/packages/google-cloud-access-approval/.repo-metadata.json +++ b/packages/google-cloud-access-approval/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "accessapproval", - "name_pretty": "Access Approval", - "api_description": "enables controlling access to your organization's data by Google personnel.", - "product_documentation": "https://cloud.google.com/access-approval", - "client_documentation": "https://cloud.google.com/python/docs/reference/accessapproval/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-access-approval", - "api_id": "accessapproval.googleapis.com", - "default_version": "v1", - "api_shortname": "accessapproval" + "api_description": "enables controlling access to your organization's data by Google personnel.", + "api_id": "accessapproval.googleapis.com", + "api_shortname": "accessapproval", + "client_documentation": "https://cloud.google.com/python/docs/reference/accessapproval/latest", + "default_version": "v1", + "distribution_name": "google-cloud-access-approval", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "accessapproval", + "name_pretty": "Access Approval", + "product_documentation": "https://cloud.google.com/access-approval", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-access-context-manager/.repo-metadata.json b/packages/google-cloud-access-context-manager/.repo-metadata.json index ede20593f826..7d593997abbe 100644 --- a/packages/google-cloud-access-context-manager/.repo-metadata.json +++ b/packages/google-cloud-access-context-manager/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "accesscontextmanager", - "name_pretty": "Access Context Manager", - "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-access-context-manager", - "product_documentation": "https://cloud.google.com/access-context-manager/docs/overview", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-access-context-manager", - "default_version": "apiVersion", - "api_shortname": "accesscontextmanager" + "api_shortname": "accesscontextmanager", + "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-access-context-manager", + "default_version": "apiVersion", + "distribution_name": "google-cloud-access-context-manager", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "accesscontextmanager", + "name_pretty": "Access Context Manager", + "product_documentation": "https://cloud.google.com/access-context-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-advisorynotifications/.repo-metadata.json b/packages/google-cloud-advisorynotifications/.repo-metadata.json index ccb6870a4acb..45c6925daac3 100644 --- a/packages/google-cloud-advisorynotifications/.repo-metadata.json +++ b/packages/google-cloud-advisorynotifications/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "advisorynotifications", - "name_pretty": "Advisory Notifications", - "api_description": "Advisory Notifications provides well-targeted, timely, and compliant communications about critical security and privacy events in the Google Cloud console and allows you to securely investigate the event, take action, and get support.", - "product_documentation": "https://cloud.google.com/advisory-notifications/", - "client_documentation": "https://cloud.google.com/python/docs/reference/advisorynotifications/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-advisorynotifications", - "api_id": "advisorynotifications.googleapis.com", - "default_version": "v1", - "api_shortname": "advisorynotifications" + "api_description": "Advisory Notifications provides well-targeted, timely, and compliant communications about critical security and privacy events in the Google Cloud console and allows you to securely investigate the event, take action, and get support.", + "api_id": "advisorynotifications.googleapis.com", + "api_shortname": "advisorynotifications", + "client_documentation": "https://cloud.google.com/python/docs/reference/advisorynotifications/latest", + "default_version": "v1", + "distribution_name": "google-cloud-advisorynotifications", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "advisorynotifications", + "name_pretty": "Advisory Notifications", + "product_documentation": "https://cloud.google.com/advisory-notifications/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-alloydb-connectors/.repo-metadata.json b/packages/google-cloud-alloydb-connectors/.repo-metadata.json index ee7eaa4fcd6b..b9ac291696c1 100644 --- a/packages/google-cloud-alloydb-connectors/.repo-metadata.json +++ b/packages/google-cloud-alloydb-connectors/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "connectors", - "name_pretty": "AlloyDB connectors", - "api_description": "provides enterprise-grade performance and availability while maintaining 100% compatibility with open-source PostgreSQL.", - "product_documentation": "https://cloud.google.com/alloydb/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/connectors/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1194526&template=1689942", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-alloydb-connectors", - "api_id": "connectors.googleapis.com", - "default_version": "v1", - "api_shortname": "connectors" + "api_description": "provides enterprise-grade performance and availability while maintaining 100% compatibility with open-source PostgreSQL.", + "api_id": "connectors.googleapis.com", + "api_shortname": "connectors", + "client_documentation": "https://cloud.google.com/python/docs/reference/connectors/latest", + "default_version": "v1", + "distribution_name": "google-cloud-alloydb-connectors", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1194526&template=1689942", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "connectors", + "name_pretty": "AlloyDB connectors", + "product_documentation": "https://cloud.google.com/alloydb/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-alloydb/.repo-metadata.json b/packages/google-cloud-alloydb/.repo-metadata.json index b373feba6808..cc2d8373a58d 100644 --- a/packages/google-cloud-alloydb/.repo-metadata.json +++ b/packages/google-cloud-alloydb/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "alloydb", - "name_pretty": "AlloyDB", - "api_description": "", - "product_documentation": "https://cloud.google.com/alloydb/", - "client_documentation": "https://cloud.google.com/python/docs/reference/alloydb/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-alloydb", - "api_id": "alloydb.googleapis.com", - "default_version": "v1", - "api_shortname": "alloydb" + "api_description": "", + "api_id": "alloydb.googleapis.com", + "api_shortname": "alloydb", + "client_documentation": "https://cloud.google.com/python/docs/reference/alloydb/latest", + "default_version": "v1", + "distribution_name": "google-cloud-alloydb", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "alloydb", + "name_pretty": "AlloyDB", + "product_documentation": "https://cloud.google.com/alloydb/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-api-gateway/.repo-metadata.json b/packages/google-cloud-api-gateway/.repo-metadata.json index e9cb94962970..7af614581916 100644 --- a/packages/google-cloud-api-gateway/.repo-metadata.json +++ b/packages/google-cloud-api-gateway/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "apigateway", - "name_pretty": "API Gateway", - "product_documentation": "https://cloud.google.com/api-gateway", - "client_documentation": "https://cloud.google.com/python/docs/reference/apigateway/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-api-gateway", - "api_id": "apigateway.googleapis.com", - "default_version": "v1", - "api_shortname": "apigateway", - "api_description": "enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint." + "api_description": "enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.", + "api_id": "apigateway.googleapis.com", + "api_shortname": "apigateway", + "client_documentation": "https://cloud.google.com/python/docs/reference/apigateway/latest", + "default_version": "v1", + "distribution_name": "google-cloud-api-gateway", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apigateway", + "name_pretty": "API Gateway", + "product_documentation": "https://cloud.google.com/api-gateway", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-api-keys/.repo-metadata.json b/packages/google-cloud-api-keys/.repo-metadata.json index 159672d65358..348f222b9847 100644 --- a/packages/google-cloud-api-keys/.repo-metadata.json +++ b/packages/google-cloud-api-keys/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "apikeys", - "name_pretty": "API Keys", - "product_documentation": "https://cloud.google.com/api-keys/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/apikeys/latest", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-api-keys", - "api_id": "apikeys.googleapis.com", - "default_version": "v2", - "api_shortname": "apikeys" + "api_id": "apikeys.googleapis.com", + "api_shortname": "apikeys", + "client_documentation": "https://cloud.google.com/python/docs/reference/apikeys/latest", + "default_version": "v2", + "distribution_name": "google-cloud-api-keys", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apikeys", + "name_pretty": "API Keys", + "product_documentation": "https://cloud.google.com/api-keys/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-apigee-connect/.repo-metadata.json b/packages/google-cloud-apigee-connect/.repo-metadata.json index c5b573a0bd85..597c4299a3af 100644 --- a/packages/google-cloud-apigee-connect/.repo-metadata.json +++ b/packages/google-cloud-apigee-connect/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "apigeeconnect", - "name_pretty": "Apigee Connect", - "product_documentation": "https://cloud.google.com/apigee/docs/hybrid/v1.4/apigee-connect", - "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeconnect/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apigee-connect", - "api_id": "apigeeconnect.googleapis.com", - "default_version": "v1", - "api_shortname": "apigeeconnect", - "api_description": "allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet." + "api_description": "allows the Apigee hybrid management plane to connect securely to the MART service in the runtime plane without requiring you to expose the MART endpoint on the internet.", + "api_id": "apigeeconnect.googleapis.com", + "api_shortname": "apigeeconnect", + "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeconnect/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apigee-connect", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apigeeconnect", + "name_pretty": "Apigee Connect", + "product_documentation": "https://cloud.google.com/apigee/docs/hybrid/v1.4/apigee-connect", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-apigee-registry/.repo-metadata.json b/packages/google-cloud-apigee-registry/.repo-metadata.json index 3face37a3c49..4e1a74015884 100644 --- a/packages/google-cloud-apigee-registry/.repo-metadata.json +++ b/packages/google-cloud-apigee-registry/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "apigeeregistry", - "name_pretty": "Apigee Registry API", - "api_description": "allows teams to upload and share machine-readable descriptions of APIs that are in use and in development.", - "product_documentation": "https://cloud.google.com/apigee/docs/api-hub/get-started-registry-api", - "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeregistry/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apigee-registry", - "api_id": "apigeeregistry.googleapis.com", - "default_version": "v1", - "api_shortname": "apigeeregistry" + "api_description": "allows teams to upload and share machine-readable descriptions of APIs that are in use and in development.", + "api_id": "apigeeregistry.googleapis.com", + "api_shortname": "apigeeregistry", + "client_documentation": "https://cloud.google.com/python/docs/reference/apigeeregistry/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apigee-registry", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "apigeeregistry", + "name_pretty": "Apigee Registry API", + "product_documentation": "https://cloud.google.com/apigee/docs/api-hub/get-started-registry-api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-apihub/.repo-metadata.json b/packages/google-cloud-apihub/.repo-metadata.json index b5c17ab0a015..7cb5b49720ae 100644 --- a/packages/google-cloud-apihub/.repo-metadata.json +++ b/packages/google-cloud-apihub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-apihub", - "name_pretty": "API Hub API", - "api_description": "API hub lets you consolidate and organize information about all of the APIs of interest to your organization. API hub lets you capture critical information about APIs that allows developers to discover and evaluate them easily and leverage the work of other teams wherever possible. API platform teams can use API hub to have visibility into and manage their portfolio of APIs.", - "product_documentation": "https://cloud.google.com/apigee/docs/apihub/what-is-api-hub", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-apihub/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1447560", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apihub", - "api_id": "apihub.googleapis.com", - "default_version": "v1", - "api_shortname": "apihub" -} + "api_description": "API hub lets you consolidate and organize information about all of the APIs of interest to your organization. API hub lets you capture critical information about APIs that allows developers to discover and evaluate them easily and leverage the work of other teams wherever possible. API platform teams can use API hub to have visibility into and manage their portfolio of APIs.", + "api_id": "apihub.googleapis.com", + "api_shortname": "apihub", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-apihub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apihub", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1447560", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-apihub", + "name_pretty": "API Hub API", + "product_documentation": "https://cloud.google.com/apigee/docs/apihub/what-is-api-hub", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-apiregistry/.repo-metadata.json b/packages/google-cloud-apiregistry/.repo-metadata.json index 5f6f17893003..eca6f9d0e6c5 100644 --- a/packages/google-cloud-apiregistry/.repo-metadata.json +++ b/packages/google-cloud-apiregistry/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-apiregistry", - "name_pretty": "Cloud API Registry API", "api_description": "Cloud API Registry lets you discover, govern, use, and monitor Model Context Protocol (MCP) servers and tools provided by Google, or by your organization through Apigee API hub.", - "product_documentation": "https://docs.cloud.google.com/api-registry/docs/overview", + "api_id": "cloudapiregistry.googleapis.com", + "api_shortname": "cloudapiregistry", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-apiregistry/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-apiregistry", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1979613&template=2231768", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apiregistry", - "api_id": "cloudapiregistry.googleapis.com", - "default_version": "v1beta", - "api_shortname": "cloudapiregistry" -} + "name": "google-cloud-apiregistry", + "name_pretty": "Cloud API Registry API", + "product_documentation": "https://docs.cloud.google.com/api-registry/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-appengine-admin/.repo-metadata.json b/packages/google-cloud-appengine-admin/.repo-metadata.json index 63d2c8d3545b..93f71b3e9368 100644 --- a/packages/google-cloud-appengine-admin/.repo-metadata.json +++ b/packages/google-cloud-appengine-admin/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "appengine", - "name_pretty": "App Engine Admin", - "product_documentation": "https://cloud.google.com/appengine/docs/admin-api/", - "client_documentation": "https://cloud.google.com/python/docs/reference/appengine/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-appengine-admin", - "api_id": "appengine.googleapis.com", - "default_version": "v1", - "api_shortname": "appengine", - "api_description": "allows you to manage your App Engine applications." + "api_description": "allows you to manage your App Engine applications.", + "api_id": "appengine.googleapis.com", + "api_shortname": "appengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/appengine/latest", + "default_version": "v1", + "distribution_name": "google-cloud-appengine-admin", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "appengine", + "name_pretty": "App Engine Admin", + "product_documentation": "https://cloud.google.com/appengine/docs/admin-api/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-appengine-logging/.repo-metadata.json b/packages/google-cloud-appengine-logging/.repo-metadata.json index a8c9b8b6c888..32668f48938f 100644 --- a/packages/google-cloud-appengine-logging/.repo-metadata.json +++ b/packages/google-cloud-appengine-logging/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "appenginelogging", - "name_pretty": "App Engine Logging Protos", - "product_documentation": "https://cloud.google.com/logging/docs/reference/v2/rpc/google.appengine.logging.v1", - "client_documentation": "https://cloud.google.com/python/docs/reference/appenginelogging/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-appengine-logging", - "api_id": "", - "default_version": "v1" + "api_id": "", + "client_documentation": "https://cloud.google.com/python/docs/reference/appenginelogging/latest", + "default_version": "v1", + "distribution_name": "google-cloud-appengine-logging", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "appenginelogging", + "name_pretty": "App Engine Logging Protos", + "product_documentation": "https://cloud.google.com/logging/docs/reference/v2/rpc/google.appengine.logging.v1", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-apphub/.repo-metadata.json b/packages/google-cloud-apphub/.repo-metadata.json index b231e325dd83..242e7c068dcd 100644 --- a/packages/google-cloud-apphub/.repo-metadata.json +++ b/packages/google-cloud-apphub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-apphub", - "name_pretty": "App Hub API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/app-hub/docs/overview", + "api_id": "apphub.googleapis.com", + "api_shortname": "apphub", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-apphub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-apphub", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1509913", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-apphub", - "api_id": "apphub.googleapis.com", - "default_version": "v1", - "api_shortname": "apphub" + "name": "google-cloud-apphub", + "name_pretty": "App Hub API", + "product_documentation": "https://cloud.google.com/app-hub/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-artifact-registry/.repo-metadata.json b/packages/google-cloud-artifact-registry/.repo-metadata.json index cb96fe7bfc64..d2721b2f19ea 100644 --- a/packages/google-cloud-artifact-registry/.repo-metadata.json +++ b/packages/google-cloud-artifact-registry/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "artifactregistry", - "name_pretty": "Artifact Registry", - "product_documentation": "https://cloud.google.com/artifact-registry", - "client_documentation": "https://cloud.google.com/python/docs/reference/artifactregistry/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-artifact-registry", - "api_id": "artifactregistry.googleapis.com", - "default_version": "v1", - "api_shortname": "artifactregistry", - "api_description": "provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines." + "api_description": "provides a single place for your organization to manage container images and language packages (such as Maven and npm). It is fully integrated with Google Cloud's tooling and runtimes and comes with support for native artifact protocols. This makes it simple to integrate it with your CI/CD tooling to set up automated pipelines.", + "api_id": "artifactregistry.googleapis.com", + "api_shortname": "artifactregistry", + "client_documentation": "https://cloud.google.com/python/docs/reference/artifactregistry/latest", + "default_version": "v1", + "distribution_name": "google-cloud-artifact-registry", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "artifactregistry", + "name_pretty": "Artifact Registry", + "product_documentation": "https://cloud.google.com/artifact-registry", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-asset/.repo-metadata.json b/packages/google-cloud-asset/.repo-metadata.json index a685a6cfa9df..8cea3d2aef89 100644 --- a/packages/google-cloud-asset/.repo-metadata.json +++ b/packages/google-cloud-asset/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudasset", - "name_pretty": "Cloud Asset Inventory", - "product_documentation": "https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudasset/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-asset", - "api_id": "cloudasset.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "cloudasset", - "api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe." + "api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.", + "api_id": "cloudasset.googleapis.com", + "api_shortname": "cloudasset", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudasset/latest", + "default_version": "v1", + "distribution_name": "google-cloud-asset", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudasset", + "name_pretty": "Cloud Asset Inventory", + "product_documentation": "https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-assured-workloads/.repo-metadata.json b/packages/google-cloud-assured-workloads/.repo-metadata.json index 3b80b6456187..cb8c739c73c4 100644 --- a/packages/google-cloud-assured-workloads/.repo-metadata.json +++ b/packages/google-cloud-assured-workloads/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "assuredworkloads", - "name_pretty": "Assured Workloads for Government", - "product_documentation": "https://cloud.google.com/assured-workloads/", - "client_documentation": "https://cloud.google.com/python/docs/reference/assuredworkloads/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-assured-workloads", - "api_id": "assuredworkloads.googleapis.com", - "default_version": "v1", - "api_shortname": "assuredworkloads", - "api_description": "allows you to secure your government workloads and accelerate your path to running compliant workloads on Google Cloud with Assured Workloads for Government." + "api_description": "allows you to secure your government workloads and accelerate your path to running compliant workloads on Google Cloud with Assured Workloads for Government.", + "api_id": "assuredworkloads.googleapis.com", + "api_shortname": "assuredworkloads", + "client_documentation": "https://cloud.google.com/python/docs/reference/assuredworkloads/latest", + "default_version": "v1", + "distribution_name": "google-cloud-assured-workloads", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "assuredworkloads", + "name_pretty": "Assured Workloads for Government", + "product_documentation": "https://cloud.google.com/assured-workloads/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-audit-log/.repo-metadata.json b/packages/google-cloud-audit-log/.repo-metadata.json index 2c61e5e2feee..60fa354febcd 100644 --- a/packages/google-cloud-audit-log/.repo-metadata.json +++ b/packages/google-cloud-audit-log/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "auditlog", - "name_pretty": "Audit Log API", - "product_documentation": "https://cloud.google.com/logging/docs/audit", - "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-audit-log", - "api_id": "", - "default_version": "apiVersion", - "api_shortname": "auditlog" + "api_id": "", + "api_shortname": "auditlog", + "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log", + "default_version": "apiVersion", + "distribution_name": "google-cloud-audit-log", + "issue_tracker": "", + "language": "python", + "library_type": "OTHER", + "name": "auditlog", + "name_pretty": "Audit Log API", + "product_documentation": "https://cloud.google.com/logging/docs/audit", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-auditmanager/.repo-metadata.json b/packages/google-cloud-auditmanager/.repo-metadata.json index 256aa0b93624..86719b88ebf1 100644 --- a/packages/google-cloud-auditmanager/.repo-metadata.json +++ b/packages/google-cloud-auditmanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-auditmanager", - "name_pretty": "Audit Manager API", "api_description": "", - "product_documentation": "https://cloud.google.com/audit-manager/docs", + "api_id": "auditmanager.googleapis.com", + "api_shortname": "auditmanager", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-auditmanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-auditmanager", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1335397&template=0", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-auditmanager", - "api_id": "auditmanager.googleapis.com", - "default_version": "v1", - "api_shortname": "auditmanager" -} + "name": "google-cloud-auditmanager", + "name_pretty": "Audit Manager API", + "product_documentation": "https://cloud.google.com/audit-manager/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-automl/.repo-metadata.json b/packages/google-cloud-automl/.repo-metadata.json index 885d41d21e08..6765aa5537c5 100644 --- a/packages/google-cloud-automl/.repo-metadata.json +++ b/packages/google-cloud-automl/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "automl", - "name_pretty": "Cloud AutoML", - "product_documentation": "https://cloud.google.com/automl/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/automl/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559744", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-automl", - "api_id": "automl.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "automl", - "api_description": "**AutoML API Python Client is now available in Vertex AI. Please visit** `Vertex SDK for Python `_ **for the new Python Vertex AI client.** Vertex AI is our next generation AI Platform, with many new features that are unavailable in the current platform. `Migrate your resources to Vertex AI `_ to get the latest machine learning features, simplify end-to-end journeys, and productionize models with MLOps. The `Cloud AutoML API `_ is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs, by leveraging Google's state-of-the-art transfer learning, and Neural Architecture Search technology." + "api_description": "**AutoML API Python Client is now available in Vertex AI. Please visit** `Vertex SDK for Python `_ **for the new Python Vertex AI client.** Vertex AI is our next generation AI Platform, with many new features that are unavailable in the current platform. `Migrate your resources to Vertex AI `_ to get the latest machine learning features, simplify end-to-end journeys, and productionize models with MLOps. The `Cloud AutoML API `_ is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs, by leveraging Google's state-of-the-art transfer learning, and Neural Architecture Search technology.", + "api_id": "automl.googleapis.com", + "api_shortname": "automl", + "client_documentation": "https://cloud.google.com/python/docs/reference/automl/latest", + "default_version": "v1", + "distribution_name": "google-cloud-automl", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559744", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "automl", + "name_pretty": "Cloud AutoML", + "product_documentation": "https://cloud.google.com/automl/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-backupdr/.repo-metadata.json b/packages/google-cloud-backupdr/.repo-metadata.json index 67c7f68a5408..91669681694d 100644 --- a/packages/google-cloud-backupdr/.repo-metadata.json +++ b/packages/google-cloud-backupdr/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "backupdr", - "name_pretty": "Backup and DR Service API", - "api_description": "Backup and DR Service ensures that your data is managed, protected, and accessible using both hybrid and cloud-based backup/recovery appliances that are managed using the Backup and DR management console.", - "product_documentation": "https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-dr", - "client_documentation": "https://cloud.google.com/python/docs/reference/backupdr/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=966572", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-backupdr", - "api_id": "backupdr.googleapis.com", - "default_version": "v1", - "api_shortname": "backupdr" + "api_description": "Backup and DR Service ensures that your data is managed, protected, and accessible using both hybrid and cloud-based backup/recovery appliances that are managed using the Backup and DR management console.", + "api_id": "backupdr.googleapis.com", + "api_shortname": "backupdr", + "client_documentation": "https://cloud.google.com/python/docs/reference/backupdr/latest", + "default_version": "v1", + "distribution_name": "google-cloud-backupdr", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=966572", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "backupdr", + "name_pretty": "Backup and DR Service API", + "product_documentation": "https://cloud.google.com/backup-disaster-recovery/docs/concepts/backup-dr", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-bare-metal-solution/.repo-metadata.json b/packages/google-cloud-bare-metal-solution/.repo-metadata.json index fd42df680990..710b05be9537 100644 --- a/packages/google-cloud-bare-metal-solution/.repo-metadata.json +++ b/packages/google-cloud-bare-metal-solution/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "baremetalsolution", - "name_pretty": "Bare Metal Solution", - "product_documentation": "https://cloud.google.com/bare-metal/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/baremetalsolution/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bare-metal-solution", - "api_id": "baremetalsolution.googleapis.com", - "default_version": "v2", - "api_shortname": "baremetalsolution", - "api_description": "Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk." + "api_description": "Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk.", + "api_id": "baremetalsolution.googleapis.com", + "api_shortname": "baremetalsolution", + "client_documentation": "https://cloud.google.com/python/docs/reference/baremetalsolution/latest", + "default_version": "v2", + "distribution_name": "google-cloud-bare-metal-solution", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "baremetalsolution", + "name_pretty": "Bare Metal Solution", + "product_documentation": "https://cloud.google.com/bare-metal/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-batch/.repo-metadata.json b/packages/google-cloud-batch/.repo-metadata.json index 269d54dfe23f..dfee26c270a8 100644 --- a/packages/google-cloud-batch/.repo-metadata.json +++ b/packages/google-cloud-batch/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "batch", - "name_pretty": "Cloud Batch", - "api_description": "", - "product_documentation": "https://cloud.google.com/batch/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/batch/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-batch", - "api_id": "batch.googleapis.com", - "default_version": "v1", - "api_shortname": "batch" + "api_description": "", + "api_id": "batch.googleapis.com", + "api_shortname": "batch", + "client_documentation": "https://cloud.google.com/python/docs/reference/batch/latest", + "default_version": "v1", + "distribution_name": "google-cloud-batch", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "batch", + "name_pretty": "Cloud Batch", + "product_documentation": "https://cloud.google.com/batch/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json b/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json index c96c6034693e..68c2ce995e7a 100644 --- a/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json +++ b/packages/google-cloud-beyondcorp-appconnections/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpappconnections", - "name_pretty": "BeyondCorp AppConnections", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnections/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-appconnections", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnections/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-appconnections", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpappconnections", + "name_pretty": "BeyondCorp AppConnections", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json b/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json index 6b3d63241dc2..95d244b635e6 100644 --- a/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json +++ b/packages/google-cloud-beyondcorp-appconnectors/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpappconnectors", - "name_pretty": "BeyondCorp AppConnectors", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnectors/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-appconnectors", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappconnectors/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-appconnectors", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpappconnectors", + "name_pretty": "BeyondCorp AppConnectors", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json b/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json index 71abb5136a43..067889f724a0 100644 --- a/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json +++ b/packages/google-cloud-beyondcorp-appgateways/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpappgateways", - "name_pretty": "BeyondCorp AppGateways", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappgateways/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-appgateways", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpappgateways/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-appgateways", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpappgateways", + "name_pretty": "BeyondCorp AppGateways", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json b/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json index 8f7f661bd68f..e39b92abd4e0 100644 --- a/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json +++ b/packages/google-cloud-beyondcorp-clientconnectorservices/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpclientconnectorservices", - "name_pretty": "BeyondCorp ClientConnectorServices", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientconnectorservices/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-clientconnectorservices", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientconnectorservices/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-clientconnectorservices", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpclientconnectorservices", + "name_pretty": "BeyondCorp ClientConnectorServices", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json b/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json index bd76fb82eb5c..d0f0676d23a5 100644 --- a/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json +++ b/packages/google-cloud-beyondcorp-clientgateways/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "beyondcorpclientgateways", - "name_pretty": "BeyondCorp ClientGateways", - "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", - "product_documentation": "https://cloud.google.com/beyondcorp/", - "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientgateways/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-beyondcorp-clientgateways", - "api_id": "beyondcorp.googleapis.com", - "default_version": "v1", - "api_shortname": "beyondcorp" + "api_description": "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.", + "api_id": "beyondcorp.googleapis.com", + "api_shortname": "beyondcorp", + "client_documentation": "https://cloud.google.com/python/docs/reference/beyondcorpclientgateways/latest", + "default_version": "v1", + "distribution_name": "google-cloud-beyondcorp-clientgateways", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "beyondcorpclientgateways", + "name_pretty": "BeyondCorp ClientGateways", + "product_documentation": "https://cloud.google.com/beyondcorp/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-biglake/.repo-metadata.json b/packages/google-cloud-biglake/.repo-metadata.json index b8344f3760d4..84b01cfad745 100644 --- a/packages/google-cloud-biglake/.repo-metadata.json +++ b/packages/google-cloud-biglake/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-biglake", - "name_pretty": "BigLake API", - "api_description": "The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.", - "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-biglake/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-biglake", - "api_id": "biglake.googleapis.com", - "default_version": "v1", - "api_shortname": "biglake" + "api_description": "The BigLake API provides access to BigLake Metastore, a serverless, fully managed, and highly available metastore for open-source data that can be used for querying Apache Iceberg tables in BigQuery.", + "api_id": "biglake.googleapis.com", + "api_shortname": "biglake", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-biglake/latest", + "default_version": "v1", + "distribution_name": "google-cloud-biglake", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-biglake", + "name_pretty": "BigLake API", + "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json b/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json index 4bc816d9a60d..a05777bbee21 100644 --- a/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json +++ b/packages/google-cloud-bigquery-analyticshub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "analyticshub", - "name_pretty": "BigQuery Analytics Hub", - "product_documentation": "https://cloud.google.com/analytics-hub", - "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-analyticshub", - "api_id": "analyticshub.googleapis.com", - "default_version": "v1", - "api_shortname": "analyticshub", - "api_description": "Analytics Hub is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost. Curate a library of internal and external assets, including unique datasets like Google Trends, backed by the power of BigQuery." + "api_description": "Analytics Hub is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost. Curate a library of internal and external assets, including unique datasets like Google Trends, backed by the power of BigQuery.", + "api_id": "analyticshub.googleapis.com", + "api_shortname": "analyticshub", + "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-analyticshub", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticshub", + "name_pretty": "BigQuery Analytics Hub", + "product_documentation": "https://cloud.google.com/analytics-hub", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-biglake/.repo-metadata.json b/packages/google-cloud-bigquery-biglake/.repo-metadata.json index a16d340a9a82..79e649a1de1a 100644 --- a/packages/google-cloud-bigquery-biglake/.repo-metadata.json +++ b/packages/google-cloud-bigquery-biglake/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "biglake", - "name_pretty": "BigLake API", "api_description": "BigLake API", - "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", + "api_id": "biglake.googleapis.com", + "api_shortname": "biglake", "client_documentation": "https://cloud.google.com/python/docs/reference/biglake/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-biglake", "issue_tracker": "https://issuetracker.google.com/issues/new?component=187149&template=1019829", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-biglake", - "api_id": "biglake.googleapis.com", - "default_version": "v1", - "api_shortname": "biglake" + "name": "biglake", + "name_pretty": "BigLake API", + "product_documentation": "https://cloud.google.com/bigquery/docs/iceberg-tables#create-using-biglake-metastore", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-connection/.repo-metadata.json b/packages/google-cloud-bigquery-connection/.repo-metadata.json index 6a195cbcc50a..d6da3f3b1ba8 100644 --- a/packages/google-cloud-bigquery-connection/.repo-metadata.json +++ b/packages/google-cloud-bigquery-connection/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "bigqueryconnection", - "name_pretty": "BigQuery Connection", - "api_description": "Manage BigQuery connections to external data sources.", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryconnection/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-connection", - "api_id": "bigqueryconnection.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigqueryconnection" + "api_description": "Manage BigQuery connections to external data sources.", + "api_id": "bigqueryconnection.googleapis.com", + "api_shortname": "bigqueryconnection", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryconnection/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-connection", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigqueryconnection", + "name_pretty": "BigQuery Connection", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json b/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json index cadf75caa852..129c73a2df9d 100644 --- a/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json +++ b/packages/google-cloud-bigquery-data-exchange/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "analyticshub", - "name_pretty": "BigQuery Analytics Hub", - "product_documentation": "https://cloud.google.com/bigquery/docs/analytics-hub-introduction", - "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-data-exchange", - "api_id": "analyticshub.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "analyticshub", - "api_description": "is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost." + "api_description": "is a data exchange that allows you to efficiently and securely exchange data assets across organizations to address challenges of data reliability and cost.", + "api_id": "analyticshub.googleapis.com", + "api_shortname": "analyticshub", + "client_documentation": "https://cloud.google.com/python/docs/reference/analyticshub/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-bigquery-data-exchange", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "analyticshub", + "name_pretty": "BigQuery Analytics Hub", + "product_documentation": "https://cloud.google.com/bigquery/docs/analytics-hub-introduction", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json b/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json index 0a6facc24361..a9c909f01210 100644 --- a/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json +++ b/packages/google-cloud-bigquery-datapolicies/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "bigquerydatapolicy", - "name_pretty": "BigQuery Data Policy", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigquerydatapolicy/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatapolicy/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-datapolicies", - "api_id": "bigquerydatapolicy.googleapis.com", - "default_version": "v1", - "api_shortname": "bigquerydatapolicy", - "api_description": "Allows users to manage BigQuery data policies." + "api_description": "Allows users to manage BigQuery data policies.", + "api_id": "bigquerydatapolicy.googleapis.com", + "api_shortname": "bigquerydatapolicy", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatapolicy/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-datapolicies", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigquerydatapolicy", + "name_pretty": "BigQuery Data Policy", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigquerydatapolicy/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json b/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json index 38c75a0c47a2..aa973943c5a0 100644 --- a/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json +++ b/packages/google-cloud-bigquery-datatransfer/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "bigquerydatatransfer", - "name_pretty": "BigQuery Data Transfer", - "product_documentation": "https://cloud.google.com/bigquery/transfer/", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatatransfer/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-datatransfer", - "api_id": "bigquerydatatransfer.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigquerydatatransfer", - "api_description": "allows users to transfer data from partner SaaS applications to Google BigQuery on a scheduled, managed basis." + "api_description": "allows users to transfer data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.", + "api_id": "bigquerydatatransfer.googleapis.com", + "api_shortname": "bigquerydatatransfer", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerydatatransfer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-datatransfer", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigquerydatatransfer", + "name_pretty": "BigQuery Data Transfer", + "product_documentation": "https://cloud.google.com/bigquery/transfer/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-logging/.repo-metadata.json b/packages/google-cloud-bigquery-logging/.repo-metadata.json index c697ce8e30b5..ff47e4de32b1 100644 --- a/packages/google-cloud-bigquery-logging/.repo-metadata.json +++ b/packages/google-cloud-bigquery-logging/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "bigquerylogging", - "name_pretty": "BigQuery Logging Protos", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/auditlogs", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerylogging/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-logging", - "api_id": "", - "default_version": "v1", - "api_shortname": "bigquerylogging" + "api_id": "", + "api_shortname": "bigquerylogging", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerylogging/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-logging", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "bigquerylogging", + "name_pretty": "BigQuery Logging Protos", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/auditlogs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-migration/.repo-metadata.json b/packages/google-cloud-bigquery-migration/.repo-metadata.json index e56d9e8b1dc9..1b5874f43872 100644 --- a/packages/google-cloud-bigquery-migration/.repo-metadata.json +++ b/packages/google-cloud-bigquery-migration/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "bigquerymigration", - "name_pretty": "Google BigQuery Migration", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/migration/", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerymigration/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-migration", - "api_id": "bigquerymigration.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "bigquerymigration" + "api_id": "bigquerymigration.googleapis.com", + "api_shortname": "bigquerymigration", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerymigration/latest", + "default_version": "v2", + "distribution_name": "google-cloud-bigquery-migration", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigquerymigration", + "name_pretty": "Google BigQuery Migration", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/migration/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-reservation/.repo-metadata.json b/packages/google-cloud-bigquery-reservation/.repo-metadata.json index f2caf91b612f..b84ada7a11f9 100644 --- a/packages/google-cloud-bigquery-reservation/.repo-metadata.json +++ b/packages/google-cloud-bigquery-reservation/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "bigqueryreservation", - "name_pretty": "BigQuery Reservation", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryreservation/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-reservation", - "api_id": "bigqueryreservation.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigqueryreservation", - "api_description": "Modify BigQuery flat-rate reservations." + "api_description": "Modify BigQuery flat-rate reservations.", + "api_id": "bigqueryreservation.googleapis.com", + "api_shortname": "bigqueryreservation", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigqueryreservation/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-reservation", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "bigqueryreservation", + "name_pretty": "BigQuery Reservation", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-bigquery-storage/.repo-metadata.json b/packages/google-cloud-bigquery-storage/.repo-metadata.json index f7b2f9a32cdb..057e002d01ce 100644 --- a/packages/google-cloud-bigquery-storage/.repo-metadata.json +++ b/packages/google-cloud-bigquery-storage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "bigquerystorage", - "name_pretty": "Google BigQuery Storage", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/", - "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerystorage/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-bigquery-storage", - "api_id": "bigquerystorage.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "bigquerystorage" + "api_id": "bigquerystorage.googleapis.com", + "api_shortname": "bigquerystorage", + "client_documentation": "https://cloud.google.com/python/docs/reference/bigquerystorage/latest", + "default_version": "v1", + "distribution_name": "google-cloud-bigquery-storage", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "bigquerystorage", + "name_pretty": "Google BigQuery Storage", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-billing-budgets/.repo-metadata.json b/packages/google-cloud-billing-budgets/.repo-metadata.json index 86e97f81b68b..e6ee3c2281e9 100644 --- a/packages/google-cloud-billing-budgets/.repo-metadata.json +++ b/packages/google-cloud-billing-budgets/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "billingbudgets", - "name_pretty": "Cloud Billing Budget", - "product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/billingbudgets/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559770", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-billing-budgets", - "api_id": "billingbudgets.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "billingbudgets", - "api_description": "The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that plan." + "api_description": "The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that plan.", + "api_id": "billingbudgets.googleapis.com", + "api_shortname": "billingbudgets", + "client_documentation": "https://cloud.google.com/python/docs/reference/billingbudgets/latest", + "default_version": "v1", + "distribution_name": "google-cloud-billing-budgets", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559770", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "billingbudgets", + "name_pretty": "Cloud Billing Budget", + "product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-billing/.repo-metadata.json b/packages/google-cloud-billing/.repo-metadata.json index c4766f473556..2d8a46f362c3 100644 --- a/packages/google-cloud-billing/.repo-metadata.json +++ b/packages/google-cloud-billing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudbilling", - "name_pretty": "Cloud Billing", - "product_documentation": "https://cloud.google.com/billing", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbilling/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-billing", - "api_id": "cloudbilling.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudbilling", - "api_description": "allows developers to manage their billing accounts or browse the catalog of SKUs and pricing." + "api_description": "allows developers to manage their billing accounts or browse the catalog of SKUs and pricing.", + "api_id": "cloudbilling.googleapis.com", + "api_shortname": "cloudbilling", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbilling/latest", + "default_version": "v1", + "distribution_name": "google-cloud-billing", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudbilling", + "name_pretty": "Cloud Billing", + "product_documentation": "https://cloud.google.com/billing", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-binary-authorization/.repo-metadata.json b/packages/google-cloud-binary-authorization/.repo-metadata.json index ec73506a53c7..190a4275ed5a 100644 --- a/packages/google-cloud-binary-authorization/.repo-metadata.json +++ b/packages/google-cloud-binary-authorization/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "binaryauthorization", - "name_pretty": "Binary Authorization", - "product_documentation": "https://cloud.google.com/binary-authorization", - "client_documentation": "https://cloud.google.com/python/docs/reference/binaryauthorization/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-binary-authorization", - "api_id": "binaryauthorization.googleapis.com", - "default_version": "v1", - "api_shortname": "binaryauthorization", - "api_description": " is a service on Google Cloud that provides centralized software supply-chain security for applications that run on Google Kubernetes Engine (GKE) and Anthos clusters on VMware" + "api_description": " is a service on Google Cloud that provides centralized software supply-chain security for applications that run on Google Kubernetes Engine (GKE) and Anthos clusters on VMware", + "api_id": "binaryauthorization.googleapis.com", + "api_shortname": "binaryauthorization", + "client_documentation": "https://cloud.google.com/python/docs/reference/binaryauthorization/latest", + "default_version": "v1", + "distribution_name": "google-cloud-binary-authorization", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "binaryauthorization", + "name_pretty": "Binary Authorization", + "product_documentation": "https://cloud.google.com/binary-authorization", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-build/.repo-metadata.json b/packages/google-cloud-build/.repo-metadata.json index c50b9abb921a..59423cabf73f 100644 --- a/packages/google-cloud-build/.repo-metadata.json +++ b/packages/google-cloud-build/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudbuild", - "name_pretty": "Cloud Build", - "product_documentation": "https://cloud.google.com/cloud-build/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbuild/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5226584", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-build", - "api_id": "cloudbuild.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "cloudbuild", - "api_description": "lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase." + "api_description": "lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.", + "api_id": "cloudbuild.googleapis.com", + "api_shortname": "cloudbuild", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudbuild/latest", + "default_version": "v1", + "distribution_name": "google-cloud-build", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5226584", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudbuild", + "name_pretty": "Cloud Build", + "product_documentation": "https://cloud.google.com/cloud-build/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false } \ No newline at end of file diff --git a/packages/google-cloud-capacityplanner/.repo-metadata.json b/packages/google-cloud-capacityplanner/.repo-metadata.json index e8531fa77f4a..51e7b438775a 100644 --- a/packages/google-cloud-capacityplanner/.repo-metadata.json +++ b/packages/google-cloud-capacityplanner/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-capacityplanner", - "name_pretty": "Capacity Planner API", "api_description": "Provides programmatic access to Capacity Planner features.", - "product_documentation": "https://cloud.google.com/capacity-planner/docs", + "api_id": "capacityplanner.googleapis.com", + "api_shortname": "capacityplanner", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-capacityplanner/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-capacityplanner", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1194830", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-capacityplanner", - "api_id": "capacityplanner.googleapis.com", - "default_version": "v1beta", - "api_shortname": "capacityplanner" -} + "name": "google-cloud-capacityplanner", + "name_pretty": "Capacity Planner API", + "product_documentation": "https://cloud.google.com/capacity-planner/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-certificate-manager/.repo-metadata.json b/packages/google-cloud-certificate-manager/.repo-metadata.json index f3a14775c0b9..b912727d2253 100644 --- a/packages/google-cloud-certificate-manager/.repo-metadata.json +++ b/packages/google-cloud-certificate-manager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "certificatemanager", - "name_pretty": "Certificate Manager", - "product_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", - "client_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-certificate-manager", - "api_id": "certificatemanager.googleapis.com", - "default_version": "v1", - "api_shortname": "certificatemanager", - "api_description": "lets you acquire and manage TLS (SSL) certificates for use with Cloud Load Balancing." + "api_description": "lets you acquire and manage TLS (SSL) certificates for use with Cloud Load Balancing.", + "api_id": "certificatemanager.googleapis.com", + "api_shortname": "certificatemanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-certificate-manager", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "certificatemanager", + "name_pretty": "Certificate Manager", + "product_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-channel/.repo-metadata.json b/packages/google-cloud-channel/.repo-metadata.json index 06a257ed0687..e15da6838c4d 100644 --- a/packages/google-cloud-channel/.repo-metadata.json +++ b/packages/google-cloud-channel/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudchannel", - "name_pretty": "Channel Services", - "product_documentation": "https://cloud.google.com/channel/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudchannel/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-channel", - "api_id": "cloudchannel.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudchannel", - "api_description": "With Channel Services, Google Cloud partners and resellers have a single unified resale platform, with a unified resale catalog, customer management, order management, billing management, policy and authorization management, and cost management." + "api_description": "With Channel Services, Google Cloud partners and resellers have a single unified resale platform, with a unified resale catalog, customer management, order management, billing management, policy and authorization management, and cost management.", + "api_id": "cloudchannel.googleapis.com", + "api_shortname": "cloudchannel", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudchannel/latest", + "default_version": "v1", + "distribution_name": "google-cloud-channel", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudchannel", + "name_pretty": "Channel Services", + "product_documentation": "https://cloud.google.com/channel/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-chronicle/.repo-metadata.json b/packages/google-cloud-chronicle/.repo-metadata.json index e89f1b3a6df6..7444ffb3cad8 100644 --- a/packages/google-cloud-chronicle/.repo-metadata.json +++ b/packages/google-cloud-chronicle/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-chronicle", - "name_pretty": "Chronicle API", - "api_description": "The Google Cloud Security Operations API, popularly known as the Chronicle API, serves endpoints that enable security analysts to analyze and mitigate a security threat throughout its lifecycle", - "product_documentation": "https://cloud.google.com/chronicle/docs/secops/secops-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-chronicle/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1387895", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-chronicle", - "api_id": "chronicle.googleapis.com", - "default_version": "v1", - "api_shortname": "chronicle" + "api_description": "The Google Cloud Security Operations API, popularly known as the Chronicle API, serves endpoints that enable security analysts to analyze and mitigate a security threat throughout its lifecycle", + "api_id": "chronicle.googleapis.com", + "api_shortname": "chronicle", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-chronicle/latest", + "default_version": "v1", + "distribution_name": "google-cloud-chronicle", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1387895", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-chronicle", + "name_pretty": "Chronicle API", + "product_documentation": "https://cloud.google.com/chronicle/docs/secops/secops-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json b/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json index e73ade609828..a71a8e25d810 100644 --- a/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json +++ b/packages/google-cloud-cloudcontrolspartner/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-cloudcontrolspartner", - "name_pretty": "Cloud Controls Partner API", - "api_description": "Provides insights about your customers and their Assured Workloads based on your Sovereign Controls by Partners offering.", - "product_documentation": "https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudcontrolspartner/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-cloudcontrolspartner", - "api_id": "cloudcontrolspartner.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudcontrolspartner" + "api_description": "Provides insights about your customers and their Assured Workloads based on your Sovereign Controls by Partners offering.", + "api_id": "cloudcontrolspartner.googleapis.com", + "api_shortname": "cloudcontrolspartner", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudcontrolspartner/latest", + "default_version": "v1", + "distribution_name": "google-cloud-cloudcontrolspartner", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-cloudcontrolspartner", + "name_pretty": "Cloud Controls Partner API", + "product_documentation": "https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json b/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json index c38f20636d37..9c2d042ea193 100644 --- a/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json +++ b/packages/google-cloud-cloudsecuritycompliance/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-cloudsecuritycompliance", - "name_pretty": "Cloud Security Compliance API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/security-command-center/docs/compliance-manager-overview", + "api_id": "cloudsecuritycompliance.googleapis.com", + "api_shortname": "cloudsecuritycompliance", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudsecuritycompliance/latest", + "default_version": "v1", + "distribution_name": "google-cloud-cloudsecuritycompliance", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1761967&template=0", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-cloudsecuritycompliance", - "api_id": "cloudsecuritycompliance.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudsecuritycompliance" + "name": "google-cloud-cloudsecuritycompliance", + "name_pretty": "Cloud Security Compliance API", + "product_documentation": "https://cloud.google.com/security-command-center/docs/compliance-manager-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json b/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json index 7170e54d7c66..63490ebf5e3e 100644 --- a/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json +++ b/packages/google-cloud-commerce-consumer-procurement/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "procurement", - "name_pretty": "Cloud Commerce Consumer Procurement API", "api_description": "Cloud Commerce Consumer Procurement API", - "product_documentation": "https://cloud.google.com/marketplace/docs/", + "api_id": "cloudcommerceconsumerprocurement.googleapis.com", + "api_shortname": "procurement", "client_documentation": "https://cloud.google.com/python/docs/reference/procurement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-commerce-consumer-procurement", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1396141", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-commerce-consumer-procurement", - "api_id": "cloudcommerceconsumerprocurement.googleapis.com", - "default_version": "v1", - "api_shortname": "procurement" + "name": "procurement", + "name_pretty": "Cloud Commerce Consumer Procurement API", + "product_documentation": "https://cloud.google.com/marketplace/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-common/.repo-metadata.json b/packages/google-cloud-common/.repo-metadata.json index 05b866da8ffe..4a844f5cf60e 100644 --- a/packages/google-cloud-common/.repo-metadata.json +++ b/packages/google-cloud-common/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "common", - "name_pretty": "Google Cloud Common", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/common/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "CORE", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-common", - "default_version": "apiVersion", - "api_description": "This package contains generated Python types for google.cloud.common" + "api_description": "This package contains generated Python types for google.cloud.common", + "client_documentation": "https://cloud.google.com/python/docs/reference/common/latest", + "default_version": "apiVersion", + "distribution_name": "google-cloud-common", + "issue_tracker": "", + "language": "python", + "library_type": "CORE", + "name": "common", + "name_pretty": "Google Cloud Common", + "product_documentation": "https://cloud.google.com", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-compute-v1beta/.repo-metadata.json b/packages/google-cloud-compute-v1beta/.repo-metadata.json index 9e249a8eb834..7961c4fa5705 100644 --- a/packages/google-cloud-compute-v1beta/.repo-metadata.json +++ b/packages/google-cloud-compute-v1beta/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-compute-v1beta", - "name_pretty": "Compute Engine", - "product_documentation": "https://cloud.google.com/compute/", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-compute-v1beta/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-compute-v1beta", - "api_id": "compute.googleapis.com", - "default_version": "v1beta", - "api_shortname": "compute", - "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations." + "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.", + "api_id": "compute.googleapis.com", + "api_shortname": "compute", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-compute-v1beta/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-compute-v1beta", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-compute-v1beta", + "name_pretty": "Compute Engine", + "product_documentation": "https://cloud.google.com/compute/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-compute/.repo-metadata.json b/packages/google-cloud-compute/.repo-metadata.json index a0ccd2436767..f889258d9218 100644 --- a/packages/google-cloud-compute/.repo-metadata.json +++ b/packages/google-cloud-compute/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "compute", - "name_pretty": "Compute Engine", - "product_documentation": "https://cloud.google.com/compute/", - "client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-compute", - "api_id": "compute.googleapis.com", - "default_version": "v1", - "api_shortname": "compute", - "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations." + "api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations.", + "api_id": "compute.googleapis.com", + "api_shortname": "compute", + "client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest", + "default_version": "v1", + "distribution_name": "google-cloud-compute", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "compute", + "name_pretty": "Compute Engine", + "product_documentation": "https://cloud.google.com/compute/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-confidentialcomputing/.repo-metadata.json b/packages/google-cloud-confidentialcomputing/.repo-metadata.json index 19a7c294b7d3..a444cbb9fa6a 100644 --- a/packages/google-cloud-confidentialcomputing/.repo-metadata.json +++ b/packages/google-cloud-confidentialcomputing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "confidentialcomputing", - "name_pretty": "Confidential Computing API", - "api_description": "Protect data in-use with Confidential VMs, Confidential GKE, Confidential Dataproc, and Confidential Space.", - "product_documentation": "https://cloud.google.com/confidential-computing", - "client_documentation": "https://cloud.google.com/python/docs/reference/confidentialcomputing/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1166820", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-confidentialcomputing", - "api_id": "confidentialcomputing.googleapis.com", - "default_version": "v1", - "api_shortname": "confidentialcomputing" + "api_description": "Protect data in-use with Confidential VMs, Confidential GKE, Confidential Dataproc, and Confidential Space.", + "api_id": "confidentialcomputing.googleapis.com", + "api_shortname": "confidentialcomputing", + "client_documentation": "https://cloud.google.com/python/docs/reference/confidentialcomputing/latest", + "default_version": "v1", + "distribution_name": "google-cloud-confidentialcomputing", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1166820", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "confidentialcomputing", + "name_pretty": "Confidential Computing API", + "product_documentation": "https://cloud.google.com/confidential-computing", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-config/.repo-metadata.json b/packages/google-cloud-config/.repo-metadata.json index 7b34db407376..15118132fe79 100644 --- a/packages/google-cloud-config/.repo-metadata.json +++ b/packages/google-cloud-config/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "config", - "name_pretty": "Infrastructure Manager API", "api_description": "Infrastructure Manager API", - "product_documentation": "https://cloud.google.com/infrastructure-manager/docs/overview", + "api_id": "config.googleapis.com", + "api_shortname": "config", "client_documentation": "https://cloud.google.com/python/docs/reference/config/latest", + "default_version": "v1", + "distribution_name": "google-cloud-config", "issue_tracker": "https://issuetracker.google.com/issues/new?component=536700", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-config", - "api_id": "config.googleapis.com", - "default_version": "v1", - "api_shortname": "config" + "name": "config", + "name_pretty": "Infrastructure Manager API", + "product_documentation": "https://cloud.google.com/infrastructure-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-configdelivery/.repo-metadata.json b/packages/google-cloud-configdelivery/.repo-metadata.json index fa01ebe47698..9d72ffc152a6 100644 --- a/packages/google-cloud-configdelivery/.repo-metadata.json +++ b/packages/google-cloud-configdelivery/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-configdelivery", - "name_pretty": "Config Delivery API", - "api_description": "ConfigDelivery service manages the deployment of kubernetes configuration to a fleet of kubernetes clusters.", - "product_documentation": "https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/reference/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-configdelivery/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-configdelivery", - "api_id": "configdelivery.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "configdelivery" + "api_description": "ConfigDelivery service manages the deployment of kubernetes configuration to a fleet of kubernetes clusters.", + "api_id": "configdelivery.googleapis.com", + "api_shortname": "configdelivery", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-configdelivery/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-configdelivery", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-configdelivery", + "name_pretty": "Config Delivery API", + "product_documentation": "https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/reference/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-contact-center-insights/.repo-metadata.json b/packages/google-cloud-contact-center-insights/.repo-metadata.json index bf0899d481c1..8ece15ff7237 100644 --- a/packages/google-cloud-contact-center-insights/.repo-metadata.json +++ b/packages/google-cloud-contact-center-insights/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "contactcenterinsights", - "name_pretty": "Contact Center AI Insights", - "product_documentation": "https://cloud.google.com/contact-center/insights/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/contactcenterinsights/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-contact-center-insights", - "api_id": "contactcenterinsights.googleapis.com", - "default_version": "v1", - "api_shortname": "contactcenterinsights", - "api_description": " helps users detect and visualize patterns in their contact center data." + "api_description": " helps users detect and visualize patterns in their contact center data.", + "api_id": "contactcenterinsights.googleapis.com", + "api_shortname": "contactcenterinsights", + "client_documentation": "https://cloud.google.com/python/docs/reference/contactcenterinsights/latest", + "default_version": "v1", + "distribution_name": "google-cloud-contact-center-insights", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "contactcenterinsights", + "name_pretty": "Contact Center AI Insights", + "product_documentation": "https://cloud.google.com/contact-center/insights/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-container/.repo-metadata.json b/packages/google-cloud-container/.repo-metadata.json index e49ed77eb111..bd5f586cb464 100644 --- a/packages/google-cloud-container/.repo-metadata.json +++ b/packages/google-cloud-container/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "container", - "name_pretty": "Kubernetes Engine", - "product_documentation": "https://cloud.google.com/kubernetes-engine/", - "client_documentation": "https://cloud.google.com/python/docs/reference/container/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559746", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-container", - "api_id": "container.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "container", - "api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology." -} + "api_description": "The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.", + "api_id": "container.googleapis.com", + "api_shortname": "container", + "client_documentation": "https://cloud.google.com/python/docs/reference/container/latest", + "default_version": "v1", + "distribution_name": "google-cloud-container", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559746", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "container", + "name_pretty": "Kubernetes Engine", + "product_documentation": "https://cloud.google.com/kubernetes-engine/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-containeranalysis/.repo-metadata.json b/packages/google-cloud-containeranalysis/.repo-metadata.json index 5ad7cb52589b..2923f71e4c1c 100644 --- a/packages/google-cloud-containeranalysis/.repo-metadata.json +++ b/packages/google-cloud-containeranalysis/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "containeranalysis", - "name_pretty": "Container Analysis", - "product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis", - "client_documentation": "https://cloud.google.com/python/docs/reference/containeranalysis/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-containeranalysis", - "api_id": "containeranalysis.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "containeranalysis", - "api_description": "is a service that provides vulnerability scanning and metadata storage for software artifacts. The service performs vulnerability scans on built software artifacts, such as the images in Container Registry, then stores the resulting metadata and makes it available for consumption through an API. The metadata may come from several sources, including vulnerability scanning, other Cloud services, and third-party providers." + "api_description": "is a service that provides vulnerability scanning and metadata storage for software artifacts. The service performs vulnerability scans on built software artifacts, such as the images in Container Registry, then stores the resulting metadata and makes it available for consumption through an API. The metadata may come from several sources, including vulnerability scanning, other Cloud services, and third-party providers.", + "api_id": "containeranalysis.googleapis.com", + "api_shortname": "containeranalysis", + "client_documentation": "https://cloud.google.com/python/docs/reference/containeranalysis/latest", + "default_version": "v1", + "distribution_name": "google-cloud-containeranalysis", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559777", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "containeranalysis", + "name_pretty": "Container Analysis", + "product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false } \ No newline at end of file diff --git a/packages/google-cloud-contentwarehouse/.repo-metadata.json b/packages/google-cloud-contentwarehouse/.repo-metadata.json index da861f025b6c..3a5dae48bb53 100644 --- a/packages/google-cloud-contentwarehouse/.repo-metadata.json +++ b/packages/google-cloud-contentwarehouse/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "contentwarehouse", - "name_pretty": "Document AI Warehouse", - "api_description": "", - "product_documentation": "https://cloud.google.com/document-warehouse/", - "client_documentation": "https://cloud.google.com/python/docs/reference/contentwarehouse/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-contentwarehouse", - "api_id": "contentwarehouse.googleapis.com", - "default_version": "v1", - "api_shortname": "contentwarehouse" + "api_description": "", + "api_id": "contentwarehouse.googleapis.com", + "api_shortname": "contentwarehouse", + "client_documentation": "https://cloud.google.com/python/docs/reference/contentwarehouse/latest", + "default_version": "v1", + "distribution_name": "google-cloud-contentwarehouse", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "contentwarehouse", + "name_pretty": "Document AI Warehouse", + "product_documentation": "https://cloud.google.com/document-warehouse/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-data-fusion/.repo-metadata.json b/packages/google-cloud-data-fusion/.repo-metadata.json index 926e6e1ff1af..c66758bd9af0 100644 --- a/packages/google-cloud-data-fusion/.repo-metadata.json +++ b/packages/google-cloud-data-fusion/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "datafusion", - "name_pretty": "Cloud Data Fusion", - "product_documentation": "https://cloud.google.com/data-fusion", - "client_documentation": "https://cloud.google.com/python/docs/reference/datafusion/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-data-fusion", - "api_id": "datafusion.googleapis.com", - "default_version": "v1", - "api_shortname": "datafusion", - "api_description": "is a fully managed, cloud-native, enterprise data integration service for quickly building and managing data pipelines." + "api_description": "is a fully managed, cloud-native, enterprise data integration service for quickly building and managing data pipelines.", + "api_id": "datafusion.googleapis.com", + "api_shortname": "datafusion", + "client_documentation": "https://cloud.google.com/python/docs/reference/datafusion/latest", + "default_version": "v1", + "distribution_name": "google-cloud-data-fusion", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datafusion", + "name_pretty": "Cloud Data Fusion", + "product_documentation": "https://cloud.google.com/data-fusion", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-data-qna/.repo-metadata.json b/packages/google-cloud-data-qna/.repo-metadata.json index 29aa6a10b7f3..66876382ba79 100644 --- a/packages/google-cloud-data-qna/.repo-metadata.json +++ b/packages/google-cloud-data-qna/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataqna", - "name_pretty": "Data QnA", - "api_description": "Data QnA is a natural language question and answer service for BigQuery data.", - "product_documentation": "https://cloud.google.com/bigquery/docs/dataqna", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataqna/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-data-qna", - "api_id": "dataqna.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "dataqna" + "api_description": "Data QnA is a natural language question and answer service for BigQuery data.", + "api_id": "dataqna.googleapis.com", + "api_shortname": "dataqna", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataqna/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-data-qna", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataqna", + "name_pretty": "Data QnA", + "product_documentation": "https://cloud.google.com/bigquery/docs/dataqna", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-databasecenter/.repo-metadata.json b/packages/google-cloud-databasecenter/.repo-metadata.json index 19d12c53e2c9..4e5ac7be497a 100644 --- a/packages/google-cloud-databasecenter/.repo-metadata.json +++ b/packages/google-cloud-databasecenter/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-databasecenter", - "name_pretty": "Database Center API", - "api_description": "Database Center provides an organization-wide, cross-product fleet health\nplatform to eliminate the overhead, complexity, and risk associated with\naggregating and summarizing health signals through custom dashboards.\nThrough Database Center\u2019s fleet health dashboard and API, database\nplatform teams that are responsible for reliability, compliance, security,\ncost, and administration of database fleets will now have a single pane of\nglass that pinpoints issues relevant to each team.", - "product_documentation": "https://cloud.google.com/database-center/docs/overview", + "api_description": "Database Center provides an organization-wide, cross-product fleet health\nplatform to eliminate the overhead, complexity, and risk associated with\naggregating and summarizing health signals through custom dashboards.\nThrough Database Center’s fleet health dashboard and API, database\nplatform teams that are responsible for reliability, compliance, security,\ncost, and administration of database fleets will now have a single pane of\nglass that pinpoints issues relevant to each team.", + "api_id": "databasecenter.googleapis.com", + "api_shortname": "databasecenter", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-databasecenter/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-databasecenter", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1476470", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-databasecenter", - "api_id": "databasecenter.googleapis.com", - "default_version": "v1beta", - "api_shortname": "databasecenter" -} + "name": "google-cloud-databasecenter", + "name_pretty": "Database Center API", + "product_documentation": "https://cloud.google.com/database-center/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-datacatalog-lineage/.repo-metadata.json b/packages/google-cloud-datacatalog-lineage/.repo-metadata.json index f8dabce4561f..d0626f8661e0 100644 --- a/packages/google-cloud-datacatalog-lineage/.repo-metadata.json +++ b/packages/google-cloud-datacatalog-lineage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "lineage", - "name_pretty": "Data Lineage API", - "api_description": "Data lineage is a Dataplex feature that lets you track how data moves through your systems: where it comes from, where it is passed to, and what transformations are applied to it.", - "product_documentation": "https://cloud.google.com/data-catalog/docs/concepts/about-data-lineage", - "client_documentation": "https://cloud.google.com/python/docs/reference/lineage/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datacatalog-lineage", - "api_id": "datalineage.googleapis.com", - "default_version": "v1", - "api_shortname": "lineage" + "api_description": "Data lineage is a Dataplex feature that lets you track how data moves through your systems: where it comes from, where it is passed to, and what transformations are applied to it.", + "api_id": "datalineage.googleapis.com", + "api_shortname": "lineage", + "client_documentation": "https://cloud.google.com/python/docs/reference/lineage/latest", + "default_version": "v1", + "distribution_name": "google-cloud-datacatalog-lineage", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "lineage", + "name_pretty": "Data Lineage API", + "product_documentation": "https://cloud.google.com/data-catalog/docs/concepts/about-data-lineage", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-datacatalog/.repo-metadata.json b/packages/google-cloud-datacatalog/.repo-metadata.json index c13cc775e1e9..e51b83b6f3e4 100644 --- a/packages/google-cloud-datacatalog/.repo-metadata.json +++ b/packages/google-cloud-datacatalog/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "datacatalog", - "name_pretty": "Google Cloud Data Catalog", - "product_documentation": "https://cloud.google.com/data-catalog", - "client_documentation": "https://cloud.google.com/python/docs/reference/datacatalog/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datacatalog", - "api_id": "datacatalog.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "datacatalog", - "api_description": "is a fully managed and highly scalable data discovery and metadata management service." + "api_description": "is a fully managed and highly scalable data discovery and metadata management service.", + "api_id": "datacatalog.googleapis.com", + "api_shortname": "datacatalog", + "client_documentation": "https://cloud.google.com/python/docs/reference/datacatalog/latest", + "default_version": "v1", + "distribution_name": "google-cloud-datacatalog", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datacatalog", + "name_pretty": "Google Cloud Data Catalog", + "product_documentation": "https://cloud.google.com/data-catalog", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-dataflow-client/.repo-metadata.json b/packages/google-cloud-dataflow-client/.repo-metadata.json index bfef9bf4be5b..0bce5cfb3035 100644 --- a/packages/google-cloud-dataflow-client/.repo-metadata.json +++ b/packages/google-cloud-dataflow-client/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataflow", - "name_pretty": "Dataflow", - "product_documentation": "https://cloud.google.com/dataflow/", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataflow/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataflow-client", - "api_id": "dataflow.googleapis.com", - "default_version": "v1beta3", - "api_shortname": "dataflow", - "api_description": "Unified stream and batch data processing that's serverless, fast, and cost-effective." + "api_description": "Unified stream and batch data processing that's serverless, fast, and cost-effective.", + "api_id": "dataflow.googleapis.com", + "api_shortname": "dataflow", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataflow/latest", + "default_version": "v1beta3", + "distribution_name": "google-cloud-dataflow-client", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataflow", + "name_pretty": "Dataflow", + "product_documentation": "https://cloud.google.com/dataflow/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-dataform/.repo-metadata.json b/packages/google-cloud-dataform/.repo-metadata.json index 2520aac39885..ee54cf95a77f 100644 --- a/packages/google-cloud-dataform/.repo-metadata.json +++ b/packages/google-cloud-dataform/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataform", - "name_pretty": "Cloud Dataform", - "api_description": "", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataform/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataform", - "api_id": "dataform.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "dataform" + "api_description": "", + "api_id": "dataform.googleapis.com", + "api_shortname": "dataform", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataform/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-dataform", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataform", + "name_pretty": "Cloud Dataform", + "product_documentation": "https://cloud.google.com", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-datalabeling/.repo-metadata.json b/packages/google-cloud-datalabeling/.repo-metadata.json index d26e7aa29ba6..bbb12b4861bd 100644 --- a/packages/google-cloud-datalabeling/.repo-metadata.json +++ b/packages/google-cloud-datalabeling/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "datalabeling", - "name_pretty": "Google Cloud Data Labeling", - "product_documentation": "https://cloud.google.com/data-labeling/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/datalabeling/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datalabeling", - "api_id": "datalabeling.googleapis.com", - "requires_billing": true, - "default_version": "v1beta1", - "api_shortname": "datalabeling", - "api_description": "is a service that lets you work with human labelers to generate highly accurate labels for a collection of data that you can use to train your machine learning models." + "api_description": "is a service that lets you work with human labelers to generate highly accurate labels for a collection of data that you can use to train your machine learning models.", + "api_id": "datalabeling.googleapis.com", + "api_shortname": "datalabeling", + "client_documentation": "https://cloud.google.com/python/docs/reference/datalabeling/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-datalabeling", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datalabeling", + "name_pretty": "Google Cloud Data Labeling", + "product_documentation": "https://cloud.google.com/data-labeling/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-dataplex/.repo-metadata.json b/packages/google-cloud-dataplex/.repo-metadata.json index 921ea604ba8d..6b35a4614c00 100644 --- a/packages/google-cloud-dataplex/.repo-metadata.json +++ b/packages/google-cloud-dataplex/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "dataplex", - "name_pretty": "Cloud Dataplex", - "product_documentation": "https://cloud.google.com/dataplex", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataplex", - "api_id": "dataplex.googleapis.com", - "default_version": "v1", - "api_shortname": "dataplex", - "api_description": "provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale." + "api_description": "provides intelligent data fabric that enables organizations to centrally manage, monitor, and govern their data across data lakes, data warehouses, and data marts with consistent controls, providing access to trusted data and powering analytics at scale.", + "api_id": "dataplex.googleapis.com", + "api_shortname": "dataplex", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dataplex", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataplex", + "name_pretty": "Cloud Dataplex", + "product_documentation": "https://cloud.google.com/dataplex", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-dataproc-metastore/.repo-metadata.json b/packages/google-cloud-dataproc-metastore/.repo-metadata.json index 5411a91f8428..9aebdf83137d 100644 --- a/packages/google-cloud-dataproc-metastore/.repo-metadata.json +++ b/packages/google-cloud-dataproc-metastore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "metastore", - "name_pretty": "Dataproc Metastore", - "product_documentation": "https://cloud.google.com/dataproc-metastore/", - "client_documentation": "https://cloud.google.com/python/docs/reference/metastore/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataproc-metastore", - "api_id": "metastore.googleapis.com", - "default_version": "v1", - "api_shortname": "metastore", - "api_description": "is a fully managed, highly available, autoscaled, autohealing, OSS-native metastore service that greatly simplifies technical metadata management. Dataproc Metastore service is based on Apache Hive metastore and serves as a critical component towards enterprise data lakes." + "api_description": "is a fully managed, highly available, autoscaled, autohealing, OSS-native metastore service that greatly simplifies technical metadata management. Dataproc Metastore service is based on Apache Hive metastore and serves as a critical component towards enterprise data lakes.", + "api_id": "metastore.googleapis.com", + "api_shortname": "metastore", + "client_documentation": "https://cloud.google.com/python/docs/reference/metastore/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dataproc-metastore", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "metastore", + "name_pretty": "Dataproc Metastore", + "product_documentation": "https://cloud.google.com/dataproc-metastore/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-dataproc/.repo-metadata.json b/packages/google-cloud-dataproc/.repo-metadata.json index 92852082e5b6..541c433add08 100644 --- a/packages/google-cloud-dataproc/.repo-metadata.json +++ b/packages/google-cloud-dataproc/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "dataproc", - "name_pretty": "Google Cloud Dataproc", - "product_documentation": "https://cloud.google.com/dataproc", - "client_documentation": "https://cloud.google.com/python/docs/reference/dataproc/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559745", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dataproc", - "api_id": "dataproc.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "dataproc", - "api_description": "is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop." + "api_description": "is a faster, easier, more cost-effective way to run Apache Spark and Apache Hadoop.", + "api_id": "dataproc.googleapis.com", + "api_shortname": "dataproc", + "client_documentation": "https://cloud.google.com/python/docs/reference/dataproc/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dataproc", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559745", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dataproc", + "name_pretty": "Google Cloud Dataproc", + "product_documentation": "https://cloud.google.com/dataproc", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-datastream/.repo-metadata.json b/packages/google-cloud-datastream/.repo-metadata.json index 45630dc11036..ff8c0d440520 100644 --- a/packages/google-cloud-datastream/.repo-metadata.json +++ b/packages/google-cloud-datastream/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "datastream", - "name_pretty": "Datastream", - "product_documentation": "https://cloud.google.com/datastream/", - "client_documentation": "https://cloud.google.com/python/docs/reference/datastream/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-datastream", - "api_id": "datastream.googleapis.com", - "default_version": "v1", - "api_shortname": "datastream", - "api_description": "is a serverless and easy-to-use change data capture (CDC) and replication service. It allows you to synchronize data across heterogeneous databases and applications reliably, and with minimal latency and downtime." + "api_description": "is a serverless and easy-to-use change data capture (CDC) and replication service. It allows you to synchronize data across heterogeneous databases and applications reliably, and with minimal latency and downtime.", + "api_id": "datastream.googleapis.com", + "api_shortname": "datastream", + "client_documentation": "https://cloud.google.com/python/docs/reference/datastream/latest", + "default_version": "v1", + "distribution_name": "google-cloud-datastream", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datastream", + "name_pretty": "Datastream", + "product_documentation": "https://cloud.google.com/datastream/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-deploy/.repo-metadata.json b/packages/google-cloud-deploy/.repo-metadata.json index 078f83c4294a..f8536538e1bb 100644 --- a/packages/google-cloud-deploy/.repo-metadata.json +++ b/packages/google-cloud-deploy/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "clouddeploy", - "name_pretty": "Google Cloud Deploy", - "product_documentation": "https://cloud.google.com/deploy/", - "client_documentation": "https://cloud.google.com/python/docs/reference/clouddeploy/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-deploy", - "api_id": "clouddeploy.googleapis.com", - "default_version": "v1", - "api_shortname": "clouddeploy", - "api_description": "is a service that automates delivery of your applications to a series of target environments in a defined sequence" + "api_description": "is a service that automates delivery of your applications to a series of target environments in a defined sequence", + "api_id": "clouddeploy.googleapis.com", + "api_shortname": "clouddeploy", + "client_documentation": "https://cloud.google.com/python/docs/reference/clouddeploy/latest", + "default_version": "v1", + "distribution_name": "google-cloud-deploy", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "clouddeploy", + "name_pretty": "Google Cloud Deploy", + "product_documentation": "https://cloud.google.com/deploy/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-developerconnect/.repo-metadata.json b/packages/google-cloud-developerconnect/.repo-metadata.json index 1a85cfb837ad..265c806ec3a8 100644 --- a/packages/google-cloud-developerconnect/.repo-metadata.json +++ b/packages/google-cloud-developerconnect/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-developerconnect", - "name_pretty": "Developer Connect API", - "api_description": "Developer Connect streamlines integration with third-party source code management platforms by simplifying authentication, authorization, and networking configuration.", - "product_documentation": "https://cloud.google.com/developer-connect/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-developerconnect/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1446966&template=1822025", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-developerconnect", - "api_id": "developerconnect.googleapis.com", - "default_version": "v1", - "api_shortname": "developerconnect" + "api_description": "Developer Connect streamlines integration with third-party source code management platforms by simplifying authentication, authorization, and networking configuration.", + "api_id": "developerconnect.googleapis.com", + "api_shortname": "developerconnect", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-developerconnect/latest", + "default_version": "v1", + "distribution_name": "google-cloud-developerconnect", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1446966&template=1822025", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-developerconnect", + "name_pretty": "Developer Connect API", + "product_documentation": "https://cloud.google.com/developer-connect/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-devicestreaming/.repo-metadata.json b/packages/google-cloud-devicestreaming/.repo-metadata.json index cebc49a3ed2c..84b437a0b78b 100644 --- a/packages/google-cloud-devicestreaming/.repo-metadata.json +++ b/packages/google-cloud-devicestreaming/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-devicestreaming", - "name_pretty": "Device Streaming API", - "api_description": "The Cloud API for device streaming usage.", - "product_documentation": "https://cloud.google.com/device-streaming/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-devicestreaming/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1767292&template=2112325", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-devicestreaming", - "api_id": "devicestreaming.googleapis.com", - "default_version": "v1", - "api_shortname": "devicestreaming" + "api_description": "The Cloud API for device streaming usage.", + "api_id": "devicestreaming.googleapis.com", + "api_shortname": "devicestreaming", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-devicestreaming/latest", + "default_version": "v1", + "distribution_name": "google-cloud-devicestreaming", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1767292&template=2112325", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-devicestreaming", + "name_pretty": "Device Streaming API", + "product_documentation": "https://cloud.google.com/device-streaming/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-dialogflow-cx/.repo-metadata.json b/packages/google-cloud-dialogflow-cx/.repo-metadata.json index 1c36f762645f..061e9e93eb7b 100644 --- a/packages/google-cloud-dialogflow-cx/.repo-metadata.json +++ b/packages/google-cloud-dialogflow-cx/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "dialogflow-cx", - "name_pretty": "Dialogflow CX", - "product_documentation": "https://cloud.google.com/dialogflow/cx/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow-cx/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dialogflow-cx", - "api_id": "dialogflow.googleapis.com", - "default_version": "v3", - "api_shortname": "dialogflow" + "api_id": "dialogflow.googleapis.com", + "api_shortname": "dialogflow", + "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow-cx/latest", + "default_version": "v3", + "distribution_name": "google-cloud-dialogflow-cx", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dialogflow-cx", + "name_pretty": "Dialogflow CX", + "product_documentation": "https://cloud.google.com/dialogflow/cx/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-dialogflow/.repo-metadata.json b/packages/google-cloud-dialogflow/.repo-metadata.json index 2ed6f8194874..3d48327fffc9 100644 --- a/packages/google-cloud-dialogflow/.repo-metadata.json +++ b/packages/google-cloud-dialogflow/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "dialogflow", - "name_pretty": "Dialogflow", - "product_documentation": "https://www.dialogflow.com/", - "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dialogflow", - "api_id": "dialogflow.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "dialogflow", - "api_description": "is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments." + "api_description": "is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. Dialogflow Enterprise Edition users have access to Google Cloud Support and a service level agreement (SLA) for production deployments.", + "api_id": "dialogflow.googleapis.com", + "api_shortname": "dialogflow", + "client_documentation": "https://cloud.google.com/python/docs/reference/dialogflow/latest", + "default_version": "v2", + "distribution_name": "google-cloud-dialogflow", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dialogflow", + "name_pretty": "Dialogflow", + "product_documentation": "https://www.dialogflow.com/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-discoveryengine/.repo-metadata.json b/packages/google-cloud-discoveryengine/.repo-metadata.json index 59ae9a3f174f..5e5c57d5f432 100644 --- a/packages/google-cloud-discoveryengine/.repo-metadata.json +++ b/packages/google-cloud-discoveryengine/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "discoveryengine", - "name_pretty": "Discovery Engine API", - "api_description": "", - "product_documentation": "https://cloud.google.com/discovery-engine/", - "client_documentation": "https://cloud.google.com/python/docs/reference/discoveryengine/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-discoveryengine", - "api_id": "discoveryengine.googleapis.com", - "default_version": "v1beta", - "api_shortname": "discoveryengine" + "api_description": "", + "api_id": "discoveryengine.googleapis.com", + "api_shortname": "discoveryengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/discoveryengine/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-discoveryengine", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "discoveryengine", + "name_pretty": "Discovery Engine API", + "product_documentation": "https://cloud.google.com/discovery-engine/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-dlp/.repo-metadata.json b/packages/google-cloud-dlp/.repo-metadata.json index a2e3fc21fcd0..e421c8afe3e2 100644 --- a/packages/google-cloud-dlp/.repo-metadata.json +++ b/packages/google-cloud-dlp/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "dlp", - "name_pretty": "Cloud Data Loss Prevention", - "product_documentation": "https://cloud.google.com/dlp/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/dlp/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dlp", - "api_id": "dlp.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "dlp", - "api_description": "provides programmatic access to a powerful detection engine for personally identifiable information and other privacy-sensitive data in unstructured data streams, like text blocks and images." + "api_description": "provides programmatic access to a powerful detection engine for personally identifiable information and other privacy-sensitive data in unstructured data streams, like text blocks and images.", + "api_id": "dlp.googleapis.com", + "api_shortname": "dlp", + "client_documentation": "https://cloud.google.com/python/docs/reference/dlp/latest", + "default_version": "v2", + "distribution_name": "google-cloud-dlp", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "dlp", + "name_pretty": "Cloud Data Loss Prevention", + "product_documentation": "https://cloud.google.com/dlp/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-dms/.repo-metadata.json b/packages/google-cloud-dms/.repo-metadata.json index 9de40a103c0d..5d92975a3a4f 100644 --- a/packages/google-cloud-dms/.repo-metadata.json +++ b/packages/google-cloud-dms/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "datamigration", - "name_pretty": "Cloud Database Migration Service", - "product_documentation": "https://cloud.google.com/database-migration/", - "client_documentation": "https://cloud.google.com/python/docs/reference/datamigration/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-dms", - "api_id": "datamigration.googleapis.com", - "default_version": "v1", - "api_shortname": "datamigration", - "api_description": "makes it easier for you to migrate your data to Google Cloud. This service helps you lift and shift your MySQL and PostgreSQL workloads into Cloud SQL." + "api_description": "makes it easier for you to migrate your data to Google Cloud. This service helps you lift and shift your MySQL and PostgreSQL workloads into Cloud SQL.", + "api_id": "datamigration.googleapis.com", + "api_shortname": "datamigration", + "client_documentation": "https://cloud.google.com/python/docs/reference/datamigration/latest", + "default_version": "v1", + "distribution_name": "google-cloud-dms", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "datamigration", + "name_pretty": "Cloud Database Migration Service", + "product_documentation": "https://cloud.google.com/database-migration/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-documentai/.repo-metadata.json b/packages/google-cloud-documentai/.repo-metadata.json index b891bf466754..d78fa1206877 100644 --- a/packages/google-cloud-documentai/.repo-metadata.json +++ b/packages/google-cloud-documentai/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "documentai", - "name_pretty": "Document AI", - "product_documentation": "https://cloud.google.com/document-ai/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/documentai/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-documentai", - "api_id": "documentai.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "documentai", - "api_description": "Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML." + "api_description": "Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML.", + "api_id": "documentai.googleapis.com", + "api_shortname": "documentai", + "client_documentation": "https://cloud.google.com/python/docs/reference/documentai/latest", + "default_version": "v1", + "distribution_name": "google-cloud-documentai", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "documentai", + "name_pretty": "Document AI", + "product_documentation": "https://cloud.google.com/document-ai/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-domains/.repo-metadata.json b/packages/google-cloud-domains/.repo-metadata.json index a13ff585fd02..86c692d1a4e7 100644 --- a/packages/google-cloud-domains/.repo-metadata.json +++ b/packages/google-cloud-domains/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "domains", - "name_pretty": "Cloud Domains", - "product_documentation": "https://cloud.google.com/domains", - "client_documentation": "https://cloud.google.com/python/docs/reference/domains/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-domains", - "api_id": "domains.googleapis.com", - "default_version": "v1", - "api_shortname": "domains", - "api_description": "allows you to register and manage domains by using Cloud Domains." + "api_description": "allows you to register and manage domains by using Cloud Domains.", + "api_id": "domains.googleapis.com", + "api_shortname": "domains", + "client_documentation": "https://cloud.google.com/python/docs/reference/domains/latest", + "default_version": "v1", + "distribution_name": "google-cloud-domains", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "domains", + "name_pretty": "Cloud Domains", + "product_documentation": "https://cloud.google.com/domains", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-edgecontainer/.repo-metadata.json b/packages/google-cloud-edgecontainer/.repo-metadata.json index 90c86208b3ca..94a220574f21 100644 --- a/packages/google-cloud-edgecontainer/.repo-metadata.json +++ b/packages/google-cloud-edgecontainer/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "edgecontainer", - "name_pretty": "Distributed Cloud Edge Container", - "product_documentation": "https://cloud.google.com/distributed-cloud/edge", - "client_documentation": "https://cloud.google.com/python/docs/reference/edgecontainer/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-edgecontainer", - "api_id": "edgecontainer.googleapis.com", - "default_version": "v1", - "api_shortname": "edgecontainer", - "api_description": "Google Distributed Cloud Edge allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center." + "api_description": "Google Distributed Cloud Edge allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", + "api_id": "edgecontainer.googleapis.com", + "api_shortname": "edgecontainer", + "client_documentation": "https://cloud.google.com/python/docs/reference/edgecontainer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-edgecontainer", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "edgecontainer", + "name_pretty": "Distributed Cloud Edge Container", + "product_documentation": "https://cloud.google.com/distributed-cloud/edge", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-edgenetwork/.repo-metadata.json b/packages/google-cloud-edgenetwork/.repo-metadata.json index cd010b08bf9f..34e17246175a 100644 --- a/packages/google-cloud-edgenetwork/.repo-metadata.json +++ b/packages/google-cloud-edgenetwork/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-edgenetwork", - "name_pretty": "Distributed Cloud Edge Network API", - "api_description": "Network management API for Distributed Cloud Edge", - "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-edgenetwork/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187192&template=1162689", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-edgenetwork", - "api_id": "edgenetwork.googleapis.com", - "default_version": "v1", - "api_shortname": "edgenetwork" + "api_description": "Network management API for Distributed Cloud Edge", + "api_id": "edgenetwork.googleapis.com", + "api_shortname": "edgenetwork", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-edgenetwork/latest", + "default_version": "v1", + "distribution_name": "google-cloud-edgenetwork", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187192&template=1162689", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-edgenetwork", + "name_pretty": "Distributed Cloud Edge Network API", + "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json b/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json index 06830c93ab98..9caaf3815e64 100644 --- a/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json +++ b/packages/google-cloud-enterpriseknowledgegraph/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "enterpriseknowledgegraph", - "name_pretty": "Enterprise Knowledge Graph", - "api_description": "", - "product_documentation": "https://cloud.google.com/enterprise-knowledge-graph/", - "client_documentation": "https://cloud.google.com/python/docs/reference/enterpriseknowledgegraph/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-enterpriseknowledgegraph", - "api_id": "enterpriseknowledgegraph.googleapis.com", - "default_version": "v1", - "api_shortname": "enterpriseknowledgegraph" + "api_description": "", + "api_id": "enterpriseknowledgegraph.googleapis.com", + "api_shortname": "enterpriseknowledgegraph", + "client_documentation": "https://cloud.google.com/python/docs/reference/enterpriseknowledgegraph/latest", + "default_version": "v1", + "distribution_name": "google-cloud-enterpriseknowledgegraph", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "enterpriseknowledgegraph", + "name_pretty": "Enterprise Knowledge Graph", + "product_documentation": "https://cloud.google.com/enterprise-knowledge-graph/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-essential-contacts/.repo-metadata.json b/packages/google-cloud-essential-contacts/.repo-metadata.json index ddaff0d00a71..7a9034d0ca09 100644 --- a/packages/google-cloud-essential-contacts/.repo-metadata.json +++ b/packages/google-cloud-essential-contacts/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "essentialcontacts", - "name_pretty": "Essential Contacts", - "product_documentation": "https://cloud.google.com/resource-manager/docs/managing-notification-contacts/", - "client_documentation": "https://cloud.google.com/python/docs/reference/essentialcontacts/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-essential-contacts", - "api_id": "essentialcontacts.googleapis.com", - "default_version": "v1", - "api_shortname": "essentialcontacts", - "api_description": "helps you customize who receives notifications by providing your own list of contacts in many Google Cloud services." + "api_description": "helps you customize who receives notifications by providing your own list of contacts in many Google Cloud services.", + "api_id": "essentialcontacts.googleapis.com", + "api_shortname": "essentialcontacts", + "client_documentation": "https://cloud.google.com/python/docs/reference/essentialcontacts/latest", + "default_version": "v1", + "distribution_name": "google-cloud-essential-contacts", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "essentialcontacts", + "name_pretty": "Essential Contacts", + "product_documentation": "https://cloud.google.com/resource-manager/docs/managing-notification-contacts/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-eventarc-publishing/.repo-metadata.json b/packages/google-cloud-eventarc-publishing/.repo-metadata.json index 42d6b482b45f..ff5952ac78e4 100644 --- a/packages/google-cloud-eventarc-publishing/.repo-metadata.json +++ b/packages/google-cloud-eventarc-publishing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "eventarcpublishing", - "name_pretty": "Eventarc Publishing", - "product_documentation": "https://cloud.google.com/eventarc/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/eventarcpublishing/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-eventarc-publishing", - "api_id": "eventarcpublishing.googleapis.com", - "default_version": "v1", - "api_shortname": "eventarcpublishing", - "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes." + "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes.", + "api_id": "eventarcpublishing.googleapis.com", + "api_shortname": "eventarcpublishing", + "client_documentation": "https://cloud.google.com/python/docs/reference/eventarcpublishing/latest", + "default_version": "v1", + "distribution_name": "google-cloud-eventarc-publishing", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "eventarcpublishing", + "name_pretty": "Eventarc Publishing", + "product_documentation": "https://cloud.google.com/eventarc/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-eventarc/.repo-metadata.json b/packages/google-cloud-eventarc/.repo-metadata.json index ed2bec25f9c9..1832aa7492a4 100644 --- a/packages/google-cloud-eventarc/.repo-metadata.json +++ b/packages/google-cloud-eventarc/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "eventarc", - "name_pretty": "Eventarc", - "product_documentation": "https://cloud.google.com/eventarc/", - "client_documentation": "https://cloud.google.com/python/docs/reference/eventarc/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-eventarc", - "api_id": "eventarc.googleapis.com", - "default_version": "v1", - "api_shortname": "eventarc", - "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management, you can optimize productivity and costs while building a modern, event-driven solution." + "api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management, you can optimize productivity and costs while building a modern, event-driven solution.", + "api_id": "eventarc.googleapis.com", + "api_shortname": "eventarc", + "client_documentation": "https://cloud.google.com/python/docs/reference/eventarc/latest", + "default_version": "v1", + "distribution_name": "google-cloud-eventarc", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "eventarc", + "name_pretty": "Eventarc", + "product_documentation": "https://cloud.google.com/eventarc/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-filestore/.repo-metadata.json b/packages/google-cloud-filestore/.repo-metadata.json index c27b777c9fa0..4936058710f1 100644 --- a/packages/google-cloud-filestore/.repo-metadata.json +++ b/packages/google-cloud-filestore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "file", - "name_pretty": "Filestore", - "product_documentation": "https://cloud.google.com/filestore/", - "client_documentation": "https://cloud.google.com/python/docs/reference/file/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-filestore", - "api_id": "file.googleapis.com", - "default_version": "v1", - "api_shortname": "file", - "api_description": "Filestore instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters." + "api_description": "Filestore instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters.", + "api_id": "file.googleapis.com", + "api_shortname": "file", + "client_documentation": "https://cloud.google.com/python/docs/reference/file/latest", + "default_version": "v1", + "distribution_name": "google-cloud-filestore", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "file", + "name_pretty": "Filestore", + "product_documentation": "https://cloud.google.com/filestore/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-financialservices/.repo-metadata.json b/packages/google-cloud-financialservices/.repo-metadata.json index 7d7a6623b422..ddd951241f59 100644 --- a/packages/google-cloud-financialservices/.repo-metadata.json +++ b/packages/google-cloud-financialservices/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-financialservices", - "name_pretty": "Anti Money Laundering AI API", - "api_description": "Google Cloud's Anti Money Laundering AI (AML AI) product is an API that scores AML risk. Use it to identify more risk, more defensibly, with fewer false positives and reduced time per review.", - "product_documentation": "https://cloud.google.com/financial-services/anti-money-laundering/docs/concepts/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-financialservices/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-financialservices", - "api_id": "financialservices.googleapis.com", - "default_version": "v1", - "api_shortname": "financialservices" + "api_description": "Google Cloud's Anti Money Laundering AI (AML AI) product is an API that scores AML risk. Use it to identify more risk, more defensibly, with fewer false positives and reduced time per review.", + "api_id": "financialservices.googleapis.com", + "api_shortname": "financialservices", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-financialservices/latest", + "default_version": "v1", + "distribution_name": "google-cloud-financialservices", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-financialservices", + "name_pretty": "Anti Money Laundering AI API", + "product_documentation": "https://cloud.google.com/financial-services/anti-money-laundering/docs/concepts/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-functions/.repo-metadata.json b/packages/google-cloud-functions/.repo-metadata.json index 7c72c35b6ac0..f0180cfa6dfe 100644 --- a/packages/google-cloud-functions/.repo-metadata.json +++ b/packages/google-cloud-functions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudfunctions", - "name_pretty": "Cloud Functions", - "product_documentation": "https://cloud.google.com/functions/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudfunctions/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-functions", - "api_id": "cloudfunctions.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudfunctions", - "api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management." + "api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management.", + "api_id": "cloudfunctions.googleapis.com", + "api_shortname": "cloudfunctions", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudfunctions/latest", + "default_version": "v1", + "distribution_name": "google-cloud-functions", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudfunctions", + "name_pretty": "Cloud Functions", + "product_documentation": "https://cloud.google.com/functions/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json b/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json index 4dfb63c7c5b5..c15ed4ae09af 100644 --- a/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json +++ b/packages/google-cloud-gdchardwaremanagement/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-gdchardwaremanagement", - "name_pretty": "GDC Hardware Management API", - "api_description": "Google Distributed Cloud connected allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", - "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-gdchardwaremanagement/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1563150", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gdchardwaremanagement", - "api_id": "gdchardwaremanagement.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "gdchardwaremanagement" + "api_description": "Google Distributed Cloud connected allows you to run Kubernetes clusters on dedicated hardware provided and maintained by Google that is separate from the Google Cloud data center.", + "api_id": "gdchardwaremanagement.googleapis.com", + "api_shortname": "gdchardwaremanagement", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-gdchardwaremanagement/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-gdchardwaremanagement", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1563150", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-gdchardwaremanagement", + "name_pretty": "GDC Hardware Management API", + "product_documentation": "https://cloud.google.com/distributed-cloud/edge/latest/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-geminidataanalytics/.repo-metadata.json b/packages/google-cloud-geminidataanalytics/.repo-metadata.json index 4b3634107b5c..e0ab6e165c37 100644 --- a/packages/google-cloud-geminidataanalytics/.repo-metadata.json +++ b/packages/google-cloud-geminidataanalytics/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-geminidataanalytics", - "name_pretty": "Data Analytics API with Gemini", - "api_description": "Developers can use the Conversational Analytics API, accessed through geminidataanalytics.googleapis.com, to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language.", - "product_documentation": "https://cloud.google.com/gemini/docs/conversational-analytics-api/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-geminidataanalytics/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-geminidataanalytics", - "api_id": "geminidataanalytics.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "geminidataanalytics" + "api_description": "Developers can use the Conversational Analytics API, accessed through geminidataanalytics.googleapis.com, to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language.", + "api_id": "geminidataanalytics.googleapis.com", + "api_shortname": "geminidataanalytics", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-geminidataanalytics/latest", + "default_version": "v1alpha", + "distribution_name": "google-cloud-geminidataanalytics", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-geminidataanalytics", + "name_pretty": "Data Analytics API with Gemini", + "product_documentation": "https://cloud.google.com/gemini/docs/conversational-analytics-api/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-gke-backup/.repo-metadata.json b/packages/google-cloud-gke-backup/.repo-metadata.json index af454e416f23..95e0aa6ca751 100644 --- a/packages/google-cloud-gke-backup/.repo-metadata.json +++ b/packages/google-cloud-gke-backup/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gkebackup", - "name_pretty": "Backup for GKE", - "api_description": "An API for backing up and restoring workloads in GKE.", - "product_documentation": "https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/concepts/backup-for-gke", - "client_documentation": "https://cloud.google.com/python/docs/reference/gkebackup/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-backup", - "api_id": "gkebackup.googleapis.com", - "default_version": "v1", - "api_shortname": "gkebackup" + "api_description": "An API for backing up and restoring workloads in GKE.", + "api_id": "gkebackup.googleapis.com", + "api_shortname": "gkebackup", + "client_documentation": "https://cloud.google.com/python/docs/reference/gkebackup/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-backup", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gkebackup", + "name_pretty": "Backup for GKE", + "product_documentation": "https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/concepts/backup-for-gke", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-gke-connect-gateway/.repo-metadata.json b/packages/google-cloud-gke-connect-gateway/.repo-metadata.json index f97ef1834519..ddcb18884b5a 100644 --- a/packages/google-cloud-gke-connect-gateway/.repo-metadata.json +++ b/packages/google-cloud-gke-connect-gateway/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "connectgateway", - "name_pretty": "GKE Connect Gateway", - "product_documentation": "https://cloud.google.com/anthos/multicluster-management/gateway", - "client_documentation": "https://cloud.google.com/python/docs/reference/connectgateway/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-connect-gateway", - "api_id": "connectgateway.googleapis.com", - "default_version": "v1", - "api_shortname": "connectgateway", - "api_description": "builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters." + "api_description": "builds on the power of fleets to let Anthos users connect to and run commands against registered Anthos clusters in a simple, consistent, and secured way, whether the clusters are on Google Cloud, other public clouds, or on premises, and makes it easier to automate DevOps processes across all your clusters.", + "api_id": "connectgateway.googleapis.com", + "api_shortname": "connectgateway", + "client_documentation": "https://cloud.google.com/python/docs/reference/connectgateway/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-connect-gateway", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "connectgateway", + "name_pretty": "GKE Connect Gateway", + "product_documentation": "https://cloud.google.com/anthos/multicluster-management/gateway", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-gke-hub/.repo-metadata.json b/packages/google-cloud-gke-hub/.repo-metadata.json index f098cd22a7e4..8b21eb773583 100644 --- a/packages/google-cloud-gke-hub/.repo-metadata.json +++ b/packages/google-cloud-gke-hub/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gkehub", - "name_pretty": "GKE Hub", - "product_documentation": "https://cloud.google.com/anthos/gke/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-hub", - "api_id": "gkehub.googleapis.com", - "default_version": "v1", - "api_shortname": "gkehub", - "api_description": "provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds." + "api_description": "provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds.", + "api_id": "gkehub.googleapis.com", + "api_shortname": "gkehub", + "client_documentation": "https://cloud.google.com/python/docs/reference/gkehub/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-hub", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gkehub", + "name_pretty": "GKE Hub", + "product_documentation": "https://cloud.google.com/anthos/gke/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-gke-multicloud/.repo-metadata.json b/packages/google-cloud-gke-multicloud/.repo-metadata.json index 706b2c0ae71d..2f8dd33f43c3 100644 --- a/packages/google-cloud-gke-multicloud/.repo-metadata.json +++ b/packages/google-cloud-gke-multicloud/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gkemulticloud", - "name_pretty": "Anthos Multicloud", - "api_description": "An API for provisioning and managing GKE clusters running on AWS and Azure infrastructure through a centralized Google Cloud backed control plane.", - "product_documentation": "https://cloud.google.com/anthos/clusters/docs/multi-cloud", - "client_documentation": "https://cloud.google.com/python/docs/reference/gkemulticloud/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gke-multicloud", - "api_id": "gkemulticloud.googleapis.com", - "default_version": "v1", - "api_shortname": "gkemulticloud" + "api_description": "An API for provisioning and managing GKE clusters running on AWS and Azure infrastructure through a centralized Google Cloud backed control plane.", + "api_id": "gkemulticloud.googleapis.com", + "api_shortname": "gkemulticloud", + "client_documentation": "https://cloud.google.com/python/docs/reference/gkemulticloud/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gke-multicloud", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gkemulticloud", + "name_pretty": "Anthos Multicloud", + "product_documentation": "https://cloud.google.com/anthos/clusters/docs/multi-cloud", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-gkerecommender/.repo-metadata.json b/packages/google-cloud-gkerecommender/.repo-metadata.json index 7c5237d5d295..cc87c85de246 100644 --- a/packages/google-cloud-gkerecommender/.repo-metadata.json +++ b/packages/google-cloud-gkerecommender/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-gkerecommender", - "name_pretty": "GKE Recommender API", "api_description": "GKE Recommender API", - "product_documentation": "https://cloud.google.com/kubernetes-engine/docs/how-to/machine-learning/inference-quickstart", + "api_id": "gkerecommender.googleapis.com", + "api_shortname": "gkerecommender", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-gkerecommender/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gkerecommender", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1790908", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gkerecommender", - "api_id": "gkerecommender.googleapis.com", - "default_version": "v1", - "api_shortname": "gkerecommender" -} + "name": "google-cloud-gkerecommender", + "name_pretty": "GKE Recommender API", + "product_documentation": "https://cloud.google.com/kubernetes-engine/docs/how-to/machine-learning/inference-quickstart", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-gsuiteaddons/.repo-metadata.json b/packages/google-cloud-gsuiteaddons/.repo-metadata.json index 2efd1e54a714..8cff68364a9f 100644 --- a/packages/google-cloud-gsuiteaddons/.repo-metadata.json +++ b/packages/google-cloud-gsuiteaddons/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "gsuiteaddons", - "name_pretty": "Google Workspace Add-ons API", - "product_documentation": "https://developers.google.com/workspace/add-ons/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/gsuiteaddons/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-gsuiteaddons", - "api_id": "gsuiteaddons.googleapis.com", - "default_version": "v1", - "api_shortname": "gsuiteaddons", - "api_description": "Add-ons are customized applications that integrate with Google Workspace applications." + "api_description": "Add-ons are customized applications that integrate with Google Workspace applications.", + "api_id": "gsuiteaddons.googleapis.com", + "api_shortname": "gsuiteaddons", + "client_documentation": "https://cloud.google.com/python/docs/reference/gsuiteaddons/latest", + "default_version": "v1", + "distribution_name": "google-cloud-gsuiteaddons", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "gsuiteaddons", + "name_pretty": "Google Workspace Add-ons API", + "product_documentation": "https://developers.google.com/workspace/add-ons/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-hypercomputecluster/.repo-metadata.json b/packages/google-cloud-hypercomputecluster/.repo-metadata.json index e9b94dec3c21..d51d8d4a75c6 100644 --- a/packages/google-cloud-hypercomputecluster/.repo-metadata.json +++ b/packages/google-cloud-hypercomputecluster/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-hypercomputecluster", - "name_pretty": "Cluster Director API", "api_description": "", - "product_documentation": "https://cloud.google.com/blog/products/compute/managed-slurm-and-other-cluster-director-enhancements", + "api_id": "hypercomputecluster.googleapis.com", + "api_shortname": "hypercomputecluster", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-hypercomputecluster/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-hypercomputecluster", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1907878&template=2195617", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-hypercomputecluster", - "api_id": "hypercomputecluster.googleapis.com", - "default_version": "v1beta", - "api_shortname": "hypercomputecluster" -} + "name": "google-cloud-hypercomputecluster", + "name_pretty": "Cluster Director API", + "product_documentation": "https://cloud.google.com/blog/products/compute/managed-slurm-and-other-cluster-director-enhancements", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-iam-logging/.repo-metadata.json b/packages/google-cloud-iam-logging/.repo-metadata.json index 2919ff151a0c..37b7e64b9592 100644 --- a/packages/google-cloud-iam-logging/.repo-metadata.json +++ b/packages/google-cloud-iam-logging/.repo-metadata.json @@ -1,14 +1,14 @@ { - "name": "iamlogging", - "name_pretty": "IAM Logging Protos", - "product_documentation": "https://cloud.google.com/iam/docs/audit-logging", - "client_documentation": "https://cloud.google.com/python/docs/reference/iamlogging/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-iam-logging", - "api_id": "", - "default_version": "v1" + "api_id": "", + "client_documentation": "https://cloud.google.com/python/docs/reference/iamlogging/latest", + "default_version": "v1", + "distribution_name": "google-cloud-iam-logging", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "iamlogging", + "name_pretty": "IAM Logging Protos", + "product_documentation": "https://cloud.google.com/iam/docs/audit-logging", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-iam/.repo-metadata.json b/packages/google-cloud-iam/.repo-metadata.json index 5297dff59a4d..314afbbb9125 100644 --- a/packages/google-cloud-iam/.repo-metadata.json +++ b/packages/google-cloud-iam/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "iam", - "name_pretty": "Cloud Identity and Access Management", - "api_description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.", - "product_documentation": "https://cloud.google.com/iam/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/iam/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-iam", - "api_id": "iam.googleapis.com", - "default_version": "v2", - "api_shortname": "iamcredentials" + "api_description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.", + "api_id": "iam.googleapis.com", + "api_shortname": "iamcredentials", + "client_documentation": "https://cloud.google.com/python/docs/reference/iam/latest", + "default_version": "v2", + "distribution_name": "google-cloud-iam", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "iam", + "name_pretty": "Cloud Identity and Access Management", + "product_documentation": "https://cloud.google.com/iam/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-iap/.repo-metadata.json b/packages/google-cloud-iap/.repo-metadata.json index 75d848bd19ef..1d6056c72de6 100644 --- a/packages/google-cloud-iap/.repo-metadata.json +++ b/packages/google-cloud-iap/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "iap", - "name_pretty": "Identity-Aware Proxy", - "product_documentation": "https://cloud.google.com/iap", - "client_documentation": "https://cloud.google.com/python/docs/reference/iap/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-iap", - "api_id": "iap.googleapis.com", - "default_version": "v1", - "api_shortname": "iap", - "api_description": "Identity-Aware Proxy includes a number of features that can be used to protect access to Google Cloud hosted resources and applications hosted on Google Cloud." + "api_description": "Identity-Aware Proxy includes a number of features that can be used to protect access to Google Cloud hosted resources and applications hosted on Google Cloud.", + "api_id": "iap.googleapis.com", + "api_shortname": "iap", + "client_documentation": "https://cloud.google.com/python/docs/reference/iap/latest", + "default_version": "v1", + "distribution_name": "google-cloud-iap", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "iap", + "name_pretty": "Identity-Aware Proxy", + "product_documentation": "https://cloud.google.com/iap", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-ids/.repo-metadata.json b/packages/google-cloud-ids/.repo-metadata.json index b4462618650b..cabf017000bd 100644 --- a/packages/google-cloud-ids/.repo-metadata.json +++ b/packages/google-cloud-ids/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "ids", - "name_pretty": "Cloud IDS", - "product_documentation": "https://cloud.google.com/intrusion-detection-system/", + "api_description": "Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. Cloud IDS works by creating a Google-managed peered network with mirrored VMs. Traffic in the peered network is mirrored, and then inspected by Palo Alto Networks threat protection technologies to provide advanced threat detection.", + "api_id": "ids.googleapis.com", + "api_shortname": "ids", "client_documentation": "https://cloud.google.com/python/docs/reference/ids/latest", + "default_version": "v1", + "distribution_name": "google-cloud-ids", "issue_tracker": "", - "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-ids", - "api_id": "ids.googleapis.com", - "default_version": "v1", - "api_shortname": "ids", - "api_description": "Cloud IDS is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. Cloud IDS works by creating a Google-managed peered network with mirrored VMs. Traffic in the peered network is mirrored, and then inspected by Palo Alto Networks threat protection technologies to provide advanced threat detection." + "name": "ids", + "name_pretty": "Cloud IDS", + "product_documentation": "https://cloud.google.com/intrusion-detection-system/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-kms-inventory/.repo-metadata.json b/packages/google-cloud-kms-inventory/.repo-metadata.json index 517ab8f82ccf..452f9c8907df 100644 --- a/packages/google-cloud-kms-inventory/.repo-metadata.json +++ b/packages/google-cloud-kms-inventory/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "inventory", - "name_pretty": "KMS Inventory API", - "api_description": "KMS Inventory API", - "product_documentation": "https://cloud.google.com/kms/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/inventory/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=190860&template=819701", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-kms-inventory", - "api_id": "inventory.googleapis.com", - "default_version": "v1", - "api_shortname": "inventory" + "api_description": "KMS Inventory API", + "api_id": "inventory.googleapis.com", + "api_shortname": "inventory", + "client_documentation": "https://cloud.google.com/python/docs/reference/inventory/latest", + "default_version": "v1", + "distribution_name": "google-cloud-kms-inventory", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=190860&template=819701", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "inventory", + "name_pretty": "KMS Inventory API", + "product_documentation": "https://cloud.google.com/kms/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-kms/.repo-metadata.json b/packages/google-cloud-kms/.repo-metadata.json index 5a6f0271a756..24ec09abccf7 100644 --- a/packages/google-cloud-kms/.repo-metadata.json +++ b/packages/google-cloud-kms/.repo-metadata.json @@ -1,29 +1,29 @@ { - "name": "cloudkms", - "name_pretty": "Google Cloud Key Management Service", - "product_documentation": "https://cloud.google.com/kms", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudkms/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5264932", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-kms", - "api_id": "cloudkms.googleapis.com", - "requires_billing": true, - "client_library": true, - "custom_content": "The Google Cloud KMS API is a service that allows you to keep encryption keys centrally in the cloud, for direct use by cloud services. More info about Cloud KMS can be found at https://cloud.google.com/kms/docs/", - "sample_project_dir": "samples/snippets/", - "samples": [ - { - "name": "Quickstart", - "description": "This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.", - "file": "quickstart.py", - "runnable": true, - "custom_content": "More information about the Cloud KMS quickstart is available at https://cloud.google.com/kms/docs/quickstart" - } - ], - "default_version": "v1", - "api_shortname": "cloudkms", - "api_description": "a cloud-hosted key management service that lets you manage cryptographic keys for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256, RSA 2048, RSA 3072, RSA 4096, EC P256, and EC P384 cryptographic keys. Cloud KMS is integrated with Cloud IAM and Cloud Audit Logging so that you can manage permissions on individual keys and monitor how these are used. Use Cloud KMS to protect secrets and other sensitive data that you need to store in Google Cloud Platform." + "api_description": "a cloud-hosted key management service that lets you manage cryptographic keys for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256, RSA 2048, RSA 3072, RSA 4096, EC P256, and EC P384 cryptographic keys. Cloud KMS is integrated with Cloud IAM and Cloud Audit Logging so that you can manage permissions on individual keys and monitor how these are used. Use Cloud KMS to protect secrets and other sensitive data that you need to store in Google Cloud Platform.", + "api_id": "cloudkms.googleapis.com", + "api_shortname": "cloudkms", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudkms/latest", + "client_library": true, + "custom_content": "The Google Cloud KMS API is a service that allows you to keep encryption keys centrally in the cloud, for direct use by cloud services. More info about Cloud KMS can be found at https://cloud.google.com/kms/docs/", + "default_version": "v1", + "distribution_name": "google-cloud-kms", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5264932", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudkms", + "name_pretty": "Google Cloud Key Management Service", + "product_documentation": "https://cloud.google.com/kms", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true, + "sample_project_dir": "samples/snippets/", + "samples": [ + { + "custom_content": "More information about the Cloud KMS quickstart is available at https://cloud.google.com/kms/docs/quickstart", + "description": "This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.", + "file": "quickstart.py", + "name": "Quickstart", + "runnable": true + } + ] } \ No newline at end of file diff --git a/packages/google-cloud-language/.repo-metadata.json b/packages/google-cloud-language/.repo-metadata.json index 2662db572f96..2ef15d065b6d 100644 --- a/packages/google-cloud-language/.repo-metadata.json +++ b/packages/google-cloud-language/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "language", - "name_pretty": "Natural Language", - "product_documentation": "https://cloud.google.com/natural-language/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/language/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559753", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-language", - "api_id": "language.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "language", - "api_description": "provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, entity sentiment analysis, content classification, and syntax analysis. This API is part of the larger Cloud Machine Learning API family." + "api_description": "provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, entity sentiment analysis, content classification, and syntax analysis. This API is part of the larger Cloud Machine Learning API family.", + "api_id": "language.googleapis.com", + "api_shortname": "language", + "client_documentation": "https://cloud.google.com/python/docs/reference/language/latest", + "default_version": "v1", + "distribution_name": "google-cloud-language", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559753", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "language", + "name_pretty": "Natural Language", + "product_documentation": "https://cloud.google.com/natural-language/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-licensemanager/.repo-metadata.json b/packages/google-cloud-licensemanager/.repo-metadata.json index d1490d71df8e..57501835e5aa 100644 --- a/packages/google-cloud-licensemanager/.repo-metadata.json +++ b/packages/google-cloud-licensemanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-licensemanager", - "name_pretty": "License Manager API", "api_description": "License Manager is a tool to manage and track third-party licenses on Google Cloud. ", - "product_documentation": "https://cloud.google.com/compute/docs/instances/windows/ms-licensing", + "api_id": "licensemanager.googleapis.com", + "api_shortname": "licensemanager", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-licensemanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-licensemanager", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1659587", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-licensemanager", - "api_id": "licensemanager.googleapis.com", - "default_version": "v1", - "api_shortname": "licensemanager" + "name": "google-cloud-licensemanager", + "name_pretty": "License Manager API", + "product_documentation": "https://cloud.google.com/compute/docs/instances/windows/ms-licensing", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-life-sciences/.repo-metadata.json b/packages/google-cloud-life-sciences/.repo-metadata.json index 28b00eea8909..67dfb437ab39 100644 --- a/packages/google-cloud-life-sciences/.repo-metadata.json +++ b/packages/google-cloud-life-sciences/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "lifesciences", - "name_pretty": "Cloud Life Sciences", - "product_documentation": "https://cloud.google.com/life-sciences/", - "client_documentation": "https://cloud.google.com/python/docs/reference/lifesciences/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-life-sciences", - "api_id": "lifesciences.googleapis.com", - "default_version": "v2beta", - "api_shortname": "lifesciences", - "api_description": "is a suite of services and tools for managing, processing, and transforming life sciences data." + "api_description": "is a suite of services and tools for managing, processing, and transforming life sciences data.", + "api_id": "lifesciences.googleapis.com", + "api_shortname": "lifesciences", + "client_documentation": "https://cloud.google.com/python/docs/reference/lifesciences/latest", + "default_version": "v2beta", + "distribution_name": "google-cloud-life-sciences", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "lifesciences", + "name_pretty": "Cloud Life Sciences", + "product_documentation": "https://cloud.google.com/life-sciences/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-locationfinder/.repo-metadata.json b/packages/google-cloud-locationfinder/.repo-metadata.json index 934d31c35f2c..11b80ea595d9 100644 --- a/packages/google-cloud-locationfinder/.repo-metadata.json +++ b/packages/google-cloud-locationfinder/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-locationfinder", - "name_pretty": "Cloud Location Finder API", - "api_description": "Cloud Location Finder lets you identify and filter cloud locations in regions and zones across Google Cloud, Google Distributed Cloud, Microsoft Azure, Amazon Web Services, and Oracle Cloud Infrastructure based on proximity, geographic location, and carbon footprint.", - "product_documentation": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-locationfinder/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-locationfinder", - "api_id": "locationfinder.googleapis.com", - "default_version": "v1", - "api_shortname": "locationfinder" + "api_description": "Cloud Location Finder lets you identify and filter cloud locations in regions and zones across Google Cloud, Google Distributed Cloud, Microsoft Azure, Amazon Web Services, and Oracle Cloud Infrastructure based on proximity, geographic location, and carbon footprint.", + "api_id": "locationfinder.googleapis.com", + "api_shortname": "locationfinder", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-locationfinder/latest", + "default_version": "v1", + "distribution_name": "google-cloud-locationfinder", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-locationfinder", + "name_pretty": "Cloud Location Finder API", + "product_documentation": "https://issuetracker.google.com/issues/new?component=1569265&template=1988535", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-lustre/.repo-metadata.json b/packages/google-cloud-lustre/.repo-metadata.json index c095e9729cbb..f767c608557b 100644 --- a/packages/google-cloud-lustre/.repo-metadata.json +++ b/packages/google-cloud-lustre/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-lustre", - "name_pretty": "Google Cloud Managed Lustre API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/managed-lustre/docs", + "api_id": "lustre.googleapis.com", + "api_shortname": "lustre", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-lustre/latest", + "default_version": "v1", + "distribution_name": "google-cloud-lustre", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1625664", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-lustre", - "api_id": "lustre.googleapis.com", - "default_version": "v1", - "api_shortname": "lustre" + "name": "google-cloud-lustre", + "name_pretty": "Google Cloud Managed Lustre API", + "product_documentation": "https://cloud.google.com/managed-lustre/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-maintenance-api/.repo-metadata.json b/packages/google-cloud-maintenance-api/.repo-metadata.json index b8f9e0abba3c..c69e26982d60 100644 --- a/packages/google-cloud-maintenance-api/.repo-metadata.json +++ b/packages/google-cloud-maintenance-api/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-maintenance-api", - "name_pretty": "Maintenance API", - "api_description": "The Maintenance API provides a centralized view of planned disruptive maintenance events across supported Google Cloud products. It offers users visibility into upcoming, ongoing, and completed maintenance, along with controls to manage certain maintenance activities, such as mainteance windows, rescheduling, and on-demand updates.", - "product_documentation": "https://cloud.google.com/unified-maintenance/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-maintenance-api/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1673988&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-maintenance-api", - "api_id": "api.googleapis.com", - "default_version": "v1", - "api_shortname": "api" + "api_description": "The Maintenance API provides a centralized view of planned disruptive maintenance events across supported Google Cloud products. It offers users visibility into upcoming, ongoing, and completed maintenance, along with controls to manage certain maintenance activities, such as mainteance windows, rescheduling, and on-demand updates.", + "api_id": "api.googleapis.com", + "api_shortname": "api", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-maintenance-api/latest", + "default_version": "v1", + "distribution_name": "google-cloud-maintenance-api", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1673988&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-maintenance-api", + "name_pretty": "Maintenance API", + "product_documentation": "https://cloud.google.com/unified-maintenance/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-managed-identities/.repo-metadata.json b/packages/google-cloud-managed-identities/.repo-metadata.json index 7280b13c4321..ddeefc001676 100644 --- a/packages/google-cloud-managed-identities/.repo-metadata.json +++ b/packages/google-cloud-managed-identities/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "managedidentities", - "name_pretty": "Managed Service for Microsoft Active Directory", - "product_documentation": "https://cloud.google.com/managed-microsoft-ad/", - "client_documentation": "https://cloud.google.com/python/docs/reference/managedidentities/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-managed-identities", - "api_id": "managedidentities.googleapis.com", - "default_version": "v1", - "api_shortname": "managedidentities", - "api_description": "is a highly available, hardened Google Cloud service running actual Microsoft AD that enables you to manage authentication and authorization for your AD-dependent workloads, automate AD server maintenance and security configuration, and connect your on-premises AD domain to the cloud." + "api_description": "is a highly available, hardened Google Cloud service running actual Microsoft AD that enables you to manage authentication and authorization for your AD-dependent workloads, automate AD server maintenance and security configuration, and connect your on-premises AD domain to the cloud.", + "api_id": "managedidentities.googleapis.com", + "api_shortname": "managedidentities", + "client_documentation": "https://cloud.google.com/python/docs/reference/managedidentities/latest", + "default_version": "v1", + "distribution_name": "google-cloud-managed-identities", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "managedidentities", + "name_pretty": "Managed Service for Microsoft Active Directory", + "product_documentation": "https://cloud.google.com/managed-microsoft-ad/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json b/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json index 0dfb8b019a41..c41840de85b3 100644 --- a/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json +++ b/packages/google-cloud-managedkafka-schemaregistry/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-managedkafka-schemaregistry", - "name_pretty": "Managed Service for Apache Kafka API", "api_description": "Manage Apache Kafka clusters and resources. ", - "product_documentation": "https://cloud.google.com/managed-service-for-apache-kafka/docs", + "api_id": "schemaregistry.googleapis.com", + "api_shortname": "schemaregistry", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-managedkafka-schemaregistry/latest", + "default_version": "v1", + "distribution_name": "google-cloud-managedkafka-schemaregistry", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1376234", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-managedkafka-schemaregistry", - "api_id": "schemaregistry.googleapis.com", - "default_version": "v1", - "api_shortname": "schemaregistry" + "name": "google-cloud-managedkafka-schemaregistry", + "name_pretty": "Managed Service for Apache Kafka API", + "product_documentation": "https://cloud.google.com/managed-service-for-apache-kafka/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-managedkafka/.repo-metadata.json b/packages/google-cloud-managedkafka/.repo-metadata.json index 4b2d7e081500..78b9f0d5d871 100644 --- a/packages/google-cloud-managedkafka/.repo-metadata.json +++ b/packages/google-cloud-managedkafka/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-managedkafka", - "name_pretty": "Managed Service for Apache Kafka", - "api_description": "Managed Service for Apache Kafka API is a managed cloud service that lets you ingest Kafka streams directly into Google Cloud.", - "product_documentation": "https://cloud.google.com/managed-kafka", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-managedkafka/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1376234", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-managedkafka", - "api_id": "managedkafka.googleapis.com", - "default_version": "v1", - "api_shortname": "managedkafka" + "api_description": "Managed Service for Apache Kafka API is a managed cloud service that lets you ingest Kafka streams directly into Google Cloud.", + "api_id": "managedkafka.googleapis.com", + "api_shortname": "managedkafka", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-managedkafka/latest", + "default_version": "v1", + "distribution_name": "google-cloud-managedkafka", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1376234", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-managedkafka", + "name_pretty": "Managed Service for Apache Kafka", + "product_documentation": "https://cloud.google.com/managed-kafka", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-media-translation/.repo-metadata.json b/packages/google-cloud-media-translation/.repo-metadata.json index 97ebaf8085a1..a3ad7f564055 100644 --- a/packages/google-cloud-media-translation/.repo-metadata.json +++ b/packages/google-cloud-media-translation/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "mediatranslation", - "name_pretty": "Media Translation", - "api_description": "provides enterprise quality translation from/to various media types.", - "product_documentation": "https://cloud.google.com/media-translation", - "client_documentation": "https://cloud.google.com/python/docs/reference/mediatranslation/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-media-translation", - "api_id": "mediatranslation.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "mediatranslation" + "api_description": "provides enterprise quality translation from/to various media types.", + "api_id": "mediatranslation.googleapis.com", + "api_shortname": "mediatranslation", + "client_documentation": "https://cloud.google.com/python/docs/reference/mediatranslation/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-media-translation", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "mediatranslation", + "name_pretty": "Media Translation", + "product_documentation": "https://cloud.google.com/media-translation", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-memcache/.repo-metadata.json b/packages/google-cloud-memcache/.repo-metadata.json index 6f0afe1b6f9f..e2eacb3f71e8 100644 --- a/packages/google-cloud-memcache/.repo-metadata.json +++ b/packages/google-cloud-memcache/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "memcache", - "name_pretty": "Cloud Memorystore for Memcached", - "product_documentation": "cloud.google.com/memorystore/docs/memcached/", - "client_documentation": "https://cloud.google.com/python/docs/reference/memcache/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-memcache", - "api_id": "memcache.googleapis.com", - "default_version": "v1", - "api_shortname": "memcache", - "api_description": "is a fully-managed in-memory data store service for Memcache." + "api_description": "is a fully-managed in-memory data store service for Memcache.", + "api_id": "memcache.googleapis.com", + "api_shortname": "memcache", + "client_documentation": "https://cloud.google.com/python/docs/reference/memcache/latest", + "default_version": "v1", + "distribution_name": "google-cloud-memcache", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "memcache", + "name_pretty": "Cloud Memorystore for Memcached", + "product_documentation": "cloud.google.com/memorystore/docs/memcached/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-memorystore/.repo-metadata.json b/packages/google-cloud-memorystore/.repo-metadata.json index d14b92ba5956..759d79a0fa44 100644 --- a/packages/google-cloud-memorystore/.repo-metadata.json +++ b/packages/google-cloud-memorystore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-memorystore", - "name_pretty": "Memorystore", - "api_description": "Memorystore for Valkey is a fully managed Valkey Cluster service for Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Valkey service without the burden of managing complex Valkey deployments.", - "product_documentation": "https://cloud.google.com/memorystore/docs/valkey", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-memorystore/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-memorystore", - "api_id": "memorystore.googleapis.com", - "default_version": "v1", - "api_shortname": "memorystore" + "api_description": "Memorystore for Valkey is a fully managed Valkey Cluster service for Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Valkey service without the burden of managing complex Valkey deployments.", + "api_id": "memorystore.googleapis.com", + "api_shortname": "memorystore", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-memorystore/latest", + "default_version": "v1", + "distribution_name": "google-cloud-memorystore", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-memorystore", + "name_pretty": "Memorystore", + "product_documentation": "https://cloud.google.com/memorystore/docs/valkey", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-migrationcenter/.repo-metadata.json b/packages/google-cloud-migrationcenter/.repo-metadata.json index 8d93e7bd2515..30684fe6602b 100644 --- a/packages/google-cloud-migrationcenter/.repo-metadata.json +++ b/packages/google-cloud-migrationcenter/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "migrationcenter", - "name_pretty": "Migration Center API", - "api_description": "A unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud.", - "product_documentation": "https://cloud.google.com/migration-center/docs/migration-center-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/migrationcenter/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-migrationcenter", - "api_id": "migrationcenter.googleapis.com", - "default_version": "v1", - "api_shortname": "migrationcenter" + "api_description": "A unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud.", + "api_id": "migrationcenter.googleapis.com", + "api_shortname": "migrationcenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/migrationcenter/latest", + "default_version": "v1", + "distribution_name": "google-cloud-migrationcenter", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "migrationcenter", + "name_pretty": "Migration Center API", + "product_documentation": "https://cloud.google.com/migration-center/docs/migration-center-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-modelarmor/.repo-metadata.json b/packages/google-cloud-modelarmor/.repo-metadata.json index 21d6fa406161..650581bcf98a 100644 --- a/packages/google-cloud-modelarmor/.repo-metadata.json +++ b/packages/google-cloud-modelarmor/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-modelarmor", - "name_pretty": "Model Armor API", - "api_description": "Model Armor helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.", - "product_documentation": "https://cloud.google.com/security-command-center/docs/model-armor-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-modelarmor/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1514910&template=0", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-modelarmor", - "api_id": "securitycenter.googleapis.com", - "default_version": "v1", - "api_shortname": "securitycenter" + "api_description": "Model Armor helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-modelarmor/latest", + "default_version": "v1", + "distribution_name": "google-cloud-modelarmor", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1514910&template=0", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-modelarmor", + "name_pretty": "Model Armor API", + "product_documentation": "https://cloud.google.com/security-command-center/docs/model-armor-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-monitoring-dashboards/.repo-metadata.json b/packages/google-cloud-monitoring-dashboards/.repo-metadata.json index edfe047ef2bc..b9f6ca28e4f0 100644 --- a/packages/google-cloud-monitoring-dashboards/.repo-metadata.json +++ b/packages/google-cloud-monitoring-dashboards/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "monitoring-dashboards", - "name_pretty": "Monitoring Dashboards", - "product_documentation": "https://cloud.google.com/monitoring/dashboards/", - "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring-dashboards/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-monitoring-dashboards", - "api_id": "monitoring.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "monitoring", - "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration." + "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.", + "api_id": "monitoring.googleapis.com", + "api_shortname": "monitoring", + "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring-dashboards/latest", + "default_version": "v1", + "distribution_name": "google-cloud-monitoring-dashboards", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "monitoring-dashboards", + "name_pretty": "Monitoring Dashboards", + "product_documentation": "https://cloud.google.com/monitoring/dashboards/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json b/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json index faf39e2ab35f..9285fef980e6 100644 --- a/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json +++ b/packages/google-cloud-monitoring-metrics-scopes/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-monitoring-metrics-scopes", - "name_pretty": "Metrics Scopes", - "api_description": "Manages your Cloud Monitoring data and configurations.", - "product_documentation": "https://cloud.google.com/monitoring/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-monitoring-metrics-scopes/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-monitoring-metrics-scopes", - "api_id": "monitoring.googleapis.com", - "default_version": "v1", - "api_shortname": "monitoring" + "api_description": "Manages your Cloud Monitoring data and configurations.", + "api_id": "monitoring.googleapis.com", + "api_shortname": "monitoring", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-monitoring-metrics-scopes/latest", + "default_version": "v1", + "distribution_name": "google-cloud-monitoring-metrics-scopes", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-monitoring-metrics-scopes", + "name_pretty": "Metrics Scopes", + "product_documentation": "https://cloud.google.com/monitoring/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-monitoring/.repo-metadata.json b/packages/google-cloud-monitoring/.repo-metadata.json index 0262c13b8b28..eaea0cff6290 100644 --- a/packages/google-cloud-monitoring/.repo-metadata.json +++ b/packages/google-cloud-monitoring/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "monitoring", - "name_pretty": "Stackdriver Monitoring", - "product_documentation": "https://cloud.google.com/monitoring/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-monitoring", - "api_id": "monitoring.googleapis.com", - "default_version": "v3", - "api_shortname": "monitoring", - "api_description": "collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premise systems, and hybrid cloud systems. Stackdriver ingests that data and generates insights via dashboards, charts, and alerts. BindPlane is included with your Google Cloud project at no additional cost." + "api_description": "collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premise systems, and hybrid cloud systems. Stackdriver ingests that data and generates insights via dashboards, charts, and alerts. BindPlane is included with your Google Cloud project at no additional cost.", + "api_id": "monitoring.googleapis.com", + "api_shortname": "monitoring", + "client_documentation": "https://cloud.google.com/python/docs/reference/monitoring/latest", + "default_version": "v3", + "distribution_name": "google-cloud-monitoring", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "monitoring", + "name_pretty": "Stackdriver Monitoring", + "product_documentation": "https://cloud.google.com/monitoring/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-netapp/.repo-metadata.json b/packages/google-cloud-netapp/.repo-metadata.json index 3334604635a6..341870461b53 100644 --- a/packages/google-cloud-netapp/.repo-metadata.json +++ b/packages/google-cloud-netapp/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "netapp", - "name_pretty": "NetApp API", "api_description": "NetApp API", - "product_documentation": "https://cloud.google.com/netapp/volumes/docs/discover/overview", + "api_id": "netapp.googleapis.com", + "api_shortname": "netapp", "client_documentation": "https://cloud.google.com/python/docs/reference/netapp/latest", + "default_version": "v1", + "distribution_name": "google-cloud-netapp", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1144971", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-netapp", - "api_id": "netapp.googleapis.com", - "default_version": "v1", - "api_shortname": "netapp" + "name": "netapp", + "name_pretty": "NetApp API", + "product_documentation": "https://cloud.google.com/netapp/volumes/docs/discover/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-network-connectivity/.repo-metadata.json b/packages/google-cloud-network-connectivity/.repo-metadata.json index 5a4db33b5042..af05239b2de0 100644 --- a/packages/google-cloud-network-connectivity/.repo-metadata.json +++ b/packages/google-cloud-network-connectivity/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "networkconnectivity", - "name_pretty": "Network Connectivity Center", - "api_description": "The Network Connectivity API will be home to various services which provide information pertaining to network connectivity. This includes information like interconnects, VPNs, VPCs, routing information, ip address details, etc. This information will help customers verify their network configurations and helps them to discover misconfigurations, inconsistencies, etc.", - "product_documentation": "https://cloud.google.com/network-connectivity/", - "client_documentation": "https://cloud.google.com/python/docs/reference/networkconnectivity/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-connectivity", - "api_id": "networkconnectivity.googleapis.com", - "default_version": "v1", - "api_shortname": "networkconnectivity" + "api_description": "The Network Connectivity API will be home to various services which provide information pertaining to network connectivity. This includes information like interconnects, VPNs, VPCs, routing information, ip address details, etc. This information will help customers verify their network configurations and helps them to discover misconfigurations, inconsistencies, etc.", + "api_id": "networkconnectivity.googleapis.com", + "api_shortname": "networkconnectivity", + "client_documentation": "https://cloud.google.com/python/docs/reference/networkconnectivity/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-connectivity", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networkconnectivity", + "name_pretty": "Network Connectivity Center", + "product_documentation": "https://cloud.google.com/network-connectivity/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-network-management/.repo-metadata.json b/packages/google-cloud-network-management/.repo-metadata.json index b20dbd30043c..71951760e2a2 100644 --- a/packages/google-cloud-network-management/.repo-metadata.json +++ b/packages/google-cloud-network-management/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "networkmanagement", - "name_pretty": "Network Management", - "api_description": "provides a collection of network performance monitoring and diagnostic capabilities.", - "product_documentation": "https://cloud.google.com/network-management", - "client_documentation": "https://cloud.google.com/python/docs/reference/networkmanagement/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-management", - "api_id": "networkmanagement.googleapis.com", - "default_version": "v1", - "api_shortname": "networkmanagement" + "api_description": "provides a collection of network performance monitoring and diagnostic capabilities.", + "api_id": "networkmanagement.googleapis.com", + "api_shortname": "networkmanagement", + "client_documentation": "https://cloud.google.com/python/docs/reference/networkmanagement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-management", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networkmanagement", + "name_pretty": "Network Management", + "product_documentation": "https://cloud.google.com/network-management", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-network-security/.repo-metadata.json b/packages/google-cloud-network-security/.repo-metadata.json index 31ad747c905d..bf9be45ec2a9 100644 --- a/packages/google-cloud-network-security/.repo-metadata.json +++ b/packages/google-cloud-network-security/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "networksecurity", - "name_pretty": "Network Security", - "product_documentation": "https://cloud.google.com/traffic-director/docs/reference/network-security/rest", - "client_documentation": "https://cloud.google.com/python/docs/reference/networksecurity/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-security", - "api_id": "networksecurity.googleapis.com", - "default_version": "v1", - "api_shortname": "networksecurity" + "api_id": "networksecurity.googleapis.com", + "api_shortname": "networksecurity", + "client_documentation": "https://cloud.google.com/python/docs/reference/networksecurity/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-security", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networksecurity", + "name_pretty": "Network Security", + "product_documentation": "https://cloud.google.com/traffic-director/docs/reference/network-security/rest", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-network-services/.repo-metadata.json b/packages/google-cloud-network-services/.repo-metadata.json index 57c097e29997..676b400e05da 100644 --- a/packages/google-cloud-network-services/.repo-metadata.json +++ b/packages/google-cloud-network-services/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "networkservices", - "name_pretty": "Network Services", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/networkservices/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-network-services", - "api_id": "networkservices.googleapis.com", - "default_version": "v1", - "api_shortname": "networkservices" + "api_id": "networkservices.googleapis.com", + "api_shortname": "networkservices", + "client_documentation": "https://cloud.google.com/python/docs/reference/networkservices/latest", + "default_version": "v1", + "distribution_name": "google-cloud-network-services", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "networkservices", + "name_pretty": "Network Services", + "product_documentation": "https://cloud.google.com", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-notebooks/.repo-metadata.json b/packages/google-cloud-notebooks/.repo-metadata.json index 46c7e8235362..de90f3faed31 100644 --- a/packages/google-cloud-notebooks/.repo-metadata.json +++ b/packages/google-cloud-notebooks/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "notebooks", - "name_pretty": "AI Platform Notebooks", - "product_documentation": "https://cloud.google.com/ai-platform/notebooks/", - "client_documentation": "https://cloud.google.com/python/docs/reference/notebooks/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-notebooks", - "api_id": "notebooks.googleapis.com", - "default_version": "v1", - "api_shortname": "notebooks", - "api_description": "is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click." + "api_description": "is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click.", + "api_id": "notebooks.googleapis.com", + "api_shortname": "notebooks", + "client_documentation": "https://cloud.google.com/python/docs/reference/notebooks/latest", + "default_version": "v1", + "distribution_name": "google-cloud-notebooks", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "notebooks", + "name_pretty": "AI Platform Notebooks", + "product_documentation": "https://cloud.google.com/ai-platform/notebooks/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-optimization/.repo-metadata.json b/packages/google-cloud-optimization/.repo-metadata.json index 8e31df09be7d..5d665ef0fb22 100644 --- a/packages/google-cloud-optimization/.repo-metadata.json +++ b/packages/google-cloud-optimization/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "optimization", - "name_pretty": "Cloud Optimization", - "product_documentation": "https://cloud.google.com/optimization/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/optimization/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-optimization", - "api_id": "cloudoptimization.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudoptimization", - "api_description": "is a managed routing service that takes your list of orders, vehicles, constraints, and objectives and returns the most efficient plan for your entire fleet in near real-time." + "api_description": "is a managed routing service that takes your list of orders, vehicles, constraints, and objectives and returns the most efficient plan for your entire fleet in near real-time.", + "api_id": "cloudoptimization.googleapis.com", + "api_shortname": "cloudoptimization", + "client_documentation": "https://cloud.google.com/python/docs/reference/optimization/latest", + "default_version": "v1", + "distribution_name": "google-cloud-optimization", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "optimization", + "name_pretty": "Cloud Optimization", + "product_documentation": "https://cloud.google.com/optimization/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-oracledatabase/.repo-metadata.json b/packages/google-cloud-oracledatabase/.repo-metadata.json index 132bbcb2f753..1aa0ba283387 100644 --- a/packages/google-cloud-oracledatabase/.repo-metadata.json +++ b/packages/google-cloud-oracledatabase/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-oracledatabase", - "name_pretty": "Oracle Database@Google Cloud API", - "api_description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.", - "product_documentation": "https://cloud.google.com/oracle/database/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-oracledatabase/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1492565", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-oracledatabase", - "api_id": "oracledatabase.googleapis.com", - "default_version": "v1", - "api_shortname": "oracledatabase" + "api_description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.", + "api_id": "oracledatabase.googleapis.com", + "api_shortname": "oracledatabase", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-oracledatabase/latest", + "default_version": "v1", + "distribution_name": "google-cloud-oracledatabase", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1492565", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-oracledatabase", + "name_pretty": "Oracle Database@Google Cloud API", + "product_documentation": "https://cloud.google.com/oracle/database/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-orchestration-airflow/.repo-metadata.json b/packages/google-cloud-orchestration-airflow/.repo-metadata.json index dcad60910624..aa162f298436 100644 --- a/packages/google-cloud-orchestration-airflow/.repo-metadata.json +++ b/packages/google-cloud-orchestration-airflow/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "composer", - "name_pretty": "Cloud Composer", - "product_documentation": "https://cloud.google.com/composer/", - "client_documentation": "https://cloud.google.com/python/docs/reference/composer/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-orchestration-airflow", - "api_id": "composer.googleapis.com", - "default_version": "v1", - "api_shortname": "composer", - "api_description": "is a managed Apache Airflow service that helps you create, schedule, monitor and manage workflows. Cloud Composer automation helps you create Airflow environments quickly and use Airflow-native tools, such as the powerful Airflow web interface and command line tools, so you can focus on your workflows and not your infrastructure." + "api_description": "is a managed Apache Airflow service that helps you create, schedule, monitor and manage workflows. Cloud Composer automation helps you create Airflow environments quickly and use Airflow-native tools, such as the powerful Airflow web interface and command line tools, so you can focus on your workflows and not your infrastructure.", + "api_id": "composer.googleapis.com", + "api_shortname": "composer", + "client_documentation": "https://cloud.google.com/python/docs/reference/composer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-orchestration-airflow", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "composer", + "name_pretty": "Cloud Composer", + "product_documentation": "https://cloud.google.com/composer/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-org-policy/.repo-metadata.json b/packages/google-cloud-org-policy/.repo-metadata.json index dfa22dfb9559..f7ec4ea33934 100644 --- a/packages/google-cloud-org-policy/.repo-metadata.json +++ b/packages/google-cloud-org-policy/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "orgpolicy", - "name_pretty": "Organization Policy", - "api_description": "The Organization Policy API allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.", - "product_documentation": "https://cloud.google.com/resource-manager/docs/organization-policy/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/orgpolicy/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-org-policy", - "api_id": "orgpolicy.googleapis.com", - "default_version": "v2", - "api_shortname": "orgpolicy" + "api_description": "The Organization Policy API allows users to configure governance rules on their GCP resources across the Cloud Resource Hierarchy.", + "api_id": "orgpolicy.googleapis.com", + "api_shortname": "orgpolicy", + "client_documentation": "https://cloud.google.com/python/docs/reference/orgpolicy/latest", + "default_version": "v2", + "distribution_name": "google-cloud-org-policy", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "orgpolicy", + "name_pretty": "Organization Policy", + "product_documentation": "https://cloud.google.com/resource-manager/docs/organization-policy/overview", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-os-config/.repo-metadata.json b/packages/google-cloud-os-config/.repo-metadata.json index 5730dc279899..91bb8e2d89f4 100644 --- a/packages/google-cloud-os-config/.repo-metadata.json +++ b/packages/google-cloud-os-config/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "osconfig", - "name_pretty": "OS Config", - "product_documentation": "https://cloud.google.com/compute/docs/manage-os", - "client_documentation": "https://cloud.google.com/python/docs/reference/osconfig/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-os-config", - "api_id": "osconfig.googleapis.com", - "default_version": "v1", - "api_shortname": "osconfig", - "api_description": "provides OS management tools that can be used for patch management, patch compliance, and configuration management on VM instances." + "api_description": "provides OS management tools that can be used for patch management, patch compliance, and configuration management on VM instances.", + "api_id": "osconfig.googleapis.com", + "api_shortname": "osconfig", + "client_documentation": "https://cloud.google.com/python/docs/reference/osconfig/latest", + "default_version": "v1", + "distribution_name": "google-cloud-os-config", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "osconfig", + "name_pretty": "OS Config", + "product_documentation": "https://cloud.google.com/compute/docs/manage-os", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-os-login/.repo-metadata.json b/packages/google-cloud-os-login/.repo-metadata.json index 941a3d6e092b..6eaca9fedd8c 100644 --- a/packages/google-cloud-os-login/.repo-metadata.json +++ b/packages/google-cloud-os-login/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "oslogin", - "name_pretty": "Google Cloud OS Login", - "product_documentation": "https://cloud.google.com/compute/docs/oslogin/", - "client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559755", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-os-login", - "api_id": "oslogin.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "oslogin" + "api_id": "oslogin.googleapis.com", + "api_shortname": "oslogin", + "client_documentation": "https://cloud.google.com/python/docs/reference/oslogin/latest", + "default_version": "v1", + "distribution_name": "google-cloud-os-login", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559755", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "oslogin", + "name_pretty": "Google Cloud OS Login", + "product_documentation": "https://cloud.google.com/compute/docs/oslogin/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-parallelstore/.repo-metadata.json b/packages/google-cloud-parallelstore/.repo-metadata.json index cb51c75a64fb..5139f20bc63a 100644 --- a/packages/google-cloud-parallelstore/.repo-metadata.json +++ b/packages/google-cloud-parallelstore/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-parallelstore", - "name_pretty": "Parallelstore API", - "api_description": "Parallelstore is based on Intel DAOS and delivers up to 6.3x greater read throughput performance compared to competitive Lustre scratch offerings.", - "product_documentation": "https://cloud.google.com/parallelstore", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-parallelstore/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-parallelstore", - "api_id": "parallelstore.googleapis.com", - "default_version": "v1beta", - "api_shortname": "parallelstore" + "api_description": "Parallelstore is based on Intel DAOS and delivers up to 6.3x greater read throughput performance compared to competitive Lustre scratch offerings.", + "api_id": "parallelstore.googleapis.com", + "api_shortname": "parallelstore", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-parallelstore/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-parallelstore", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-parallelstore", + "name_pretty": "Parallelstore API", + "product_documentation": "https://cloud.google.com/parallelstore", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-parametermanager/.repo-metadata.json b/packages/google-cloud-parametermanager/.repo-metadata.json index 9aaa5424f613..6ea21b04edf3 100644 --- a/packages/google-cloud-parametermanager/.repo-metadata.json +++ b/packages/google-cloud-parametermanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-parametermanager", - "name_pretty": "Parameter Manager API", "api_description": "(Public Preview) Parameter Manager is a single source of truth to store, access and manage the lifecycle of your workload parameters. Parameter Manager aims to make management of sensitive application parameters effortless for customers without diminishing focus on security. ", - "product_documentation": "https://cloud.google.com/secret-manager/parameter-manager/docs/overview", + "api_id": "parametermanager.googleapis.com", + "api_shortname": "parametermanager", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-parametermanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-parametermanager", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1442085&template=2002674", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-parametermanager", - "api_id": "parametermanager.googleapis.com", - "default_version": "v1", - "api_shortname": "parametermanager" + "name": "google-cloud-parametermanager", + "name_pretty": "Parameter Manager API", + "product_documentation": "https://cloud.google.com/secret-manager/parameter-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-phishing-protection/.repo-metadata.json b/packages/google-cloud-phishing-protection/.repo-metadata.json index b7ac2a59f0ba..416540e750e9 100644 --- a/packages/google-cloud-phishing-protection/.repo-metadata.json +++ b/packages/google-cloud-phishing-protection/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "phishingprotection", - "name_pretty": "Phishing Protection", - "product_documentation": "https://cloud.google.com/phishing-protection/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/phishingprotection/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-phishing-protection", - "api_id": "phishingprotection.googleapis.com", - "requires_billing": true, - "default_version": "v1beta1", - "api_shortname": "phishingprotection", - "api_description": "helps prevent users from accessing phishing sites by identifying various signals associated with malicious content, including the use of your brand assets, classifying malicious content that uses your brand and reporting the unsafe URLs to Google Safe Browsing. Once a site is propagated to Safe Browsing, users will see warnings across more than 4 billion devices." + "api_description": "helps prevent users from accessing phishing sites by identifying various signals associated with malicious content, including the use of your brand assets, classifying malicious content that uses your brand and reporting the unsafe URLs to Google Safe Browsing. Once a site is propagated to Safe Browsing, users will see warnings across more than 4 billion devices.", + "api_id": "phishingprotection.googleapis.com", + "api_shortname": "phishingprotection", + "client_documentation": "https://cloud.google.com/python/docs/reference/phishingprotection/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-phishing-protection", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "phishingprotection", + "name_pretty": "Phishing Protection", + "product_documentation": "https://cloud.google.com/phishing-protection/docs/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python", + "requires_billing": true } \ No newline at end of file diff --git a/packages/google-cloud-policy-troubleshooter/.repo-metadata.json b/packages/google-cloud-policy-troubleshooter/.repo-metadata.json index d79e703158b4..9aaca7f34778 100644 --- a/packages/google-cloud-policy-troubleshooter/.repo-metadata.json +++ b/packages/google-cloud-policy-troubleshooter/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "policytroubleshooter", - "name_pretty": "IAM Policy Troubleshooter API", - "product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/", - "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-policy-troubleshooter", - "api_id": "policytroubleshooter.googleapis.com", - "default_version": "v1", - "api_shortname": "policytroubleshooter", - "library_type": "GAPIC_AUTO", - "api_description": "makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles." + "api_description": "makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, resource, and permission, Policy Troubleshooter examines all Identity and Access Management (IAM) policies that apply to the resource. It then reveals whether the member's roles include the permission on that resource and, if so, which policies bind the member to those roles.", + "api_id": "policytroubleshooter.googleapis.com", + "api_shortname": "policytroubleshooter", + "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter/latest", + "default_version": "v1", + "distribution_name": "google-cloud-policy-troubleshooter", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "policytroubleshooter", + "name_pretty": "IAM Policy Troubleshooter API", + "product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-policysimulator/.repo-metadata.json b/packages/google-cloud-policysimulator/.repo-metadata.json index 8a3f0216551b..c382776cb073 100644 --- a/packages/google-cloud-policysimulator/.repo-metadata.json +++ b/packages/google-cloud-policysimulator/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "policysimulator", - "name_pretty": "Policy Simulator API", - "api_description": "Policy Simulator is a collection of endpoints for creating, running, and viewing a `Replay`. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy.", - "product_documentation": "https://cloud.google.com/policy-intelligence/docs/iam-simulator-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/policysimulator/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-policysimulator", - "api_id": "policysimulator.googleapis.com", - "default_version": "v1", - "api_shortname": "policysimulator" + "api_description": "Policy Simulator is a collection of endpoints for creating, running, and viewing a `Replay`. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy.", + "api_id": "policysimulator.googleapis.com", + "api_shortname": "policysimulator", + "client_documentation": "https://cloud.google.com/python/docs/reference/policysimulator/latest", + "default_version": "v1", + "distribution_name": "google-cloud-policysimulator", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "policysimulator", + "name_pretty": "Policy Simulator API", + "product_documentation": "https://cloud.google.com/policy-intelligence/docs/iam-simulator-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json b/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json index dbbff0591cb6..bf21d07276d0 100644 --- a/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json +++ b/packages/google-cloud-policytroubleshooter-iam/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "policytroubleshooter-iam", - "name_pretty": "Policy Troubleshooter API", - "api_description": "", - "product_documentation": "https://cloud.google.com/policy-intelligence/docs/troubleshoot-access", - "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter-iam/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=690790&template=1814512", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-policytroubleshooter-iam", - "api_id": "policytroubleshooter.googleapis.com", - "default_version": "v3", - "api_shortname": "iam" + "api_description": "", + "api_id": "policytroubleshooter.googleapis.com", + "api_shortname": "iam", + "client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter-iam/latest", + "default_version": "v3", + "distribution_name": "google-cloud-policytroubleshooter-iam", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=690790&template=1814512", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "policytroubleshooter-iam", + "name_pretty": "Policy Troubleshooter API", + "product_documentation": "https://cloud.google.com/policy-intelligence/docs/troubleshoot-access", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-private-ca/.repo-metadata.json b/packages/google-cloud-private-ca/.repo-metadata.json index 72e49e90d4b6..481380b688ac 100644 --- a/packages/google-cloud-private-ca/.repo-metadata.json +++ b/packages/google-cloud-private-ca/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "privateca", - "name_pretty": "Private Certificate Authority", - "product_documentation": "https://cloud.google.com/certificate-authority-service", - "client_documentation": "https://cloud.google.com/python/docs/reference/privateca/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-private-ca", - "api_id": "privateca.googleapis.com", - "default_version": "v1", - "api_shortname": "privateca", - "api_description": "simplifies the deployment and management of private CAs without managing infrastructure." + "api_description": "simplifies the deployment and management of private CAs without managing infrastructure.", + "api_id": "privateca.googleapis.com", + "api_shortname": "privateca", + "client_documentation": "https://cloud.google.com/python/docs/reference/privateca/latest", + "default_version": "v1", + "distribution_name": "google-cloud-private-ca", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "privateca", + "name_pretty": "Private Certificate Authority", + "product_documentation": "https://cloud.google.com/certificate-authority-service", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-private-catalog/.repo-metadata.json b/packages/google-cloud-private-catalog/.repo-metadata.json index 144564717c1a..4a205c9a80ff 100644 --- a/packages/google-cloud-private-catalog/.repo-metadata.json +++ b/packages/google-cloud-private-catalog/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudprivatecatalog", - "name_pretty": "Private Catalog", - "product_documentation": "https://cloud.google.com/private-catalog/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudprivatecatalog/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-private-catalog", - "api_id": "cloudprivatecatalog.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "cloudprivatecatalog", - "api_description": "allows developers and cloud admins to make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions." + "api_description": "allows developers and cloud admins to make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions.", + "api_id": "cloudprivatecatalog.googleapis.com", + "api_shortname": "cloudprivatecatalog", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudprivatecatalog/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-private-catalog", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudprivatecatalog", + "name_pretty": "Private Catalog", + "product_documentation": "https://cloud.google.com/private-catalog/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json b/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json index dda6d0baa6ae..e4b53a849b04 100644 --- a/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json +++ b/packages/google-cloud-privilegedaccessmanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-privilegedaccessmanager", - "name_pretty": "Privileged Access Manager API", - "api_description": "Privileged Access Manager (PAM) helps you on your journey towards least privilege and helps mitigate risks tied to privileged access misuse or abuse. PAM allows you to shift from always-on standing privileges towards on-demand access with just-in-time, time-bound, and approval-based access elevations. PAM allows IAM administrators to create entitlements that can grant just-in-time, temporary access to any resource scope. Requesters can explore eligible entitlements and request the access needed for their task. Approvers are notified when approvals await their decision. Streamlined workflows facilitated by using PAM can support various use cases, including emergency access for incident responders, time-boxed access for developers for critical deployment or maintenance, temporary access for operators for data ingestion and audits, JIT access to service accounts for automated tasks, and more.", - "product_documentation": "https://cloud.google.com/iam/docs/pam-overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-privilegedaccessmanager/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-privilegedaccessmanager", - "api_id": "privilegedaccessmanager.googleapis.com", - "default_version": "v1", - "api_shortname": "privilegedaccessmanager" -} + "api_description": "Privileged Access Manager (PAM) helps you on your journey towards least privilege and helps mitigate risks tied to privileged access misuse or abuse. PAM allows you to shift from always-on standing privileges towards on-demand access with just-in-time, time-bound, and approval-based access elevations. PAM allows IAM administrators to create entitlements that can grant just-in-time, temporary access to any resource scope. Requesters can explore eligible entitlements and request the access needed for their task. Approvers are notified when approvals await their decision. Streamlined workflows facilitated by using PAM can support various use cases, including emergency access for incident responders, time-boxed access for developers for critical deployment or maintenance, temporary access for operators for data ingestion and audits, JIT access to service accounts for automated tasks, and more.", + "api_id": "privilegedaccessmanager.googleapis.com", + "api_shortname": "privilegedaccessmanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-privilegedaccessmanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-privilegedaccessmanager", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-privilegedaccessmanager", + "name_pretty": "Privileged Access Manager API", + "product_documentation": "https://cloud.google.com/iam/docs/pam-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-quotas/.repo-metadata.json b/packages/google-cloud-quotas/.repo-metadata.json index 005cae255616..58cac1840b58 100644 --- a/packages/google-cloud-quotas/.repo-metadata.json +++ b/packages/google-cloud-quotas/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-cloudquotas", - "name_pretty": "Cloud Quotas API", "api_description": "Cloud Quotas API provides Google Cloud service consumers with management and observability for resource usage, quotas, and restrictions of the services they consume.", - "product_documentation": "https://cloud.google.com/docs/quota/api-overview", + "api_id": "cloudquotas.googleapis.com", + "api_shortname": "cloudquotas", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-cloudquotas/latest", + "default_version": "v1", + "distribution_name": "google-cloud-quotas", "issue_tracker": "https://issuetracker.google.com/issues/new?component=445904", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-quotas", - "api_id": "cloudquotas.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudquotas" -} + "name": "google-cloud-cloudquotas", + "name_pretty": "Cloud Quotas API", + "product_documentation": "https://cloud.google.com/docs/quota/api-overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json b/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json index 0102e879c3b9..95bc087e96e3 100644 --- a/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json +++ b/packages/google-cloud-rapidmigrationassessment/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "rapidmigrationassessment", - "name_pretty": "Rapid Migration Assessment API", - "api_description": "The Rapid Migration Assessment service is our first-party migration assessment and planning tool.", - "product_documentation": "https://cloud.google.com/migration-center/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/rapidmigrationassessment/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-rapidmigrationassessment", - "api_id": "rapidmigrationassessment.googleapis.com", - "default_version": "v1", - "api_shortname": "rapidmigrationassessment" -} + "api_description": "The Rapid Migration Assessment service is our first-party migration assessment and planning tool.", + "api_id": "rapidmigrationassessment.googleapis.com", + "api_shortname": "rapidmigrationassessment", + "client_documentation": "https://cloud.google.com/python/docs/reference/rapidmigrationassessment/latest", + "default_version": "v1", + "distribution_name": "google-cloud-rapidmigrationassessment", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "rapidmigrationassessment", + "name_pretty": "Rapid Migration Assessment API", + "product_documentation": "https://cloud.google.com/migration-center/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json b/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json index d370a5142984..3ef9f607b895 100644 --- a/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json +++ b/packages/google-cloud-recaptcha-enterprise/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "recaptchaenterprise", - "name_pretty": "reCAPTCHA Enterprise", - "product_documentation": "https://cloud.google.com/recaptcha-enterprise", - "client_documentation": "https://cloud.google.com/python/docs/reference/recaptchaenterprise/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-recaptcha-enterprise", - "api_id": "recaptchaenterprise.googleapis.com", - "default_version": "v1", - "api_shortname": "recaptchaenterprise", - "api_description": "protect your website from fraudulent activity like scraping, credential stuffing, and automated account creation." -} + "api_description": "protect your website from fraudulent activity like scraping, credential stuffing, and automated account creation.", + "api_id": "recaptchaenterprise.googleapis.com", + "api_shortname": "recaptchaenterprise", + "client_documentation": "https://cloud.google.com/python/docs/reference/recaptchaenterprise/latest", + "default_version": "v1", + "distribution_name": "google-cloud-recaptcha-enterprise", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "recaptchaenterprise", + "name_pretty": "reCAPTCHA Enterprise", + "product_documentation": "https://cloud.google.com/recaptcha-enterprise", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-recommendations-ai/.repo-metadata.json b/packages/google-cloud-recommendations-ai/.repo-metadata.json index 06a9568d9962..18353dad9bec 100644 --- a/packages/google-cloud-recommendations-ai/.repo-metadata.json +++ b/packages/google-cloud-recommendations-ai/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "recommendationengine", - "name_pretty": "Recommendations AI", - "product_documentation": "https://cloud.google.com/recommendations-ai/", - "client_documentation": "https://cloud.google.com/python/docs/reference/recommendationengine/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-recommendations-ai", - "api_id": "recommendationengine.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "recommendationengine", - "api_description": "delivers highly personalized product recommendations at scale." -} + "api_description": "delivers highly personalized product recommendations at scale.", + "api_id": "recommendationengine.googleapis.com", + "api_shortname": "recommendationengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/recommendationengine/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-recommendations-ai", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "recommendationengine", + "name_pretty": "Recommendations AI", + "product_documentation": "https://cloud.google.com/recommendations-ai/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-recommender/.repo-metadata.json b/packages/google-cloud-recommender/.repo-metadata.json index 04710cbd7e7b..f135cb2f1cb5 100644 --- a/packages/google-cloud-recommender/.repo-metadata.json +++ b/packages/google-cloud-recommender/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "recommender", - "name_pretty": "Cloud Recommender", - "product_documentation": "https://cloud.google.com/recommender", - "client_documentation": "https://cloud.google.com/python/docs/reference/recommender/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-recommender", - "api_id": "recommender.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "recommender", - "api_description": "delivers highly personalized product recommendations at scale." -} + "api_description": "delivers highly personalized product recommendations at scale.", + "api_id": "recommender.googleapis.com", + "api_shortname": "recommender", + "client_documentation": "https://cloud.google.com/python/docs/reference/recommender/latest", + "default_version": "v1", + "distribution_name": "google-cloud-recommender", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "recommender", + "name_pretty": "Cloud Recommender", + "product_documentation": "https://cloud.google.com/recommender", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-redis-cluster/.repo-metadata.json b/packages/google-cloud-redis-cluster/.repo-metadata.json index b75818f0c184..3d618a6b1af4 100644 --- a/packages/google-cloud-redis-cluster/.repo-metadata.json +++ b/packages/google-cloud-redis-cluster/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-redis-cluster", - "name_pretty": "Google Cloud Memorystore for Redis API", - "api_description": "Creates and manages Redis instances on the Google Cloud Platform.", - "product_documentation": "https://cloud.google.com/redis/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-redis-cluster/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1288776&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-redis-cluster", - "api_id": "cluster.googleapis.com", - "default_version": "v1", - "api_shortname": "cluster" -} + "api_description": "Creates and manages Redis instances on the Google Cloud Platform.", + "api_id": "cluster.googleapis.com", + "api_shortname": "cluster", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-redis-cluster/latest", + "default_version": "v1", + "distribution_name": "google-cloud-redis-cluster", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1288776&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-redis-cluster", + "name_pretty": "Google Cloud Memorystore for Redis API", + "product_documentation": "https://cloud.google.com/redis/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-redis/.repo-metadata.json b/packages/google-cloud-redis/.repo-metadata.json index 06f7248492b3..d350220de5ef 100644 --- a/packages/google-cloud-redis/.repo-metadata.json +++ b/packages/google-cloud-redis/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "redis", - "name_pretty": "Cloud Redis", - "product_documentation": "https://cloud.google.com/memorystore/docs/redis/", - "client_documentation": "https://cloud.google.com/python/docs/reference/redis/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5169231", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-redis", - "api_id": "redis.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "redis", - "api_description": "is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments." -} + "api_description": "is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments.", + "api_id": "redis.googleapis.com", + "api_shortname": "redis", + "client_documentation": "https://cloud.google.com/python/docs/reference/redis/latest", + "default_version": "v1", + "distribution_name": "google-cloud-redis", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5169231", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "redis", + "name_pretty": "Cloud Redis", + "product_documentation": "https://cloud.google.com/memorystore/docs/redis/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-resource-manager/.repo-metadata.json b/packages/google-cloud-resource-manager/.repo-metadata.json index 65c7d9ef0651..0a053838f07e 100644 --- a/packages/google-cloud-resource-manager/.repo-metadata.json +++ b/packages/google-cloud-resource-manager/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudresourcemanager", - "name_pretty": "Resource Manager", - "product_documentation": "https://cloud.google.com/resource-manager", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudresourcemanager/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-resource-manager", - "api_id": "cloudresourcemanager.googleapis.com", - "requires_billing": true, - "default_version": "v3", - "api_shortname": "cloudresourcemanager", - "api_description": "provides methods that you can use to programmatically manage your projects in the Google Cloud Platform." -} + "api_description": "provides methods that you can use to programmatically manage your projects in the Google Cloud Platform.", + "api_id": "cloudresourcemanager.googleapis.com", + "api_shortname": "cloudresourcemanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudresourcemanager/latest", + "default_version": "v3", + "distribution_name": "google-cloud-resource-manager", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559757", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudresourcemanager", + "name_pretty": "Resource Manager", + "product_documentation": "https://cloud.google.com/resource-manager", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-retail/.repo-metadata.json b/packages/google-cloud-retail/.repo-metadata.json index 07f1468af8e8..8ce418fcf891 100644 --- a/packages/google-cloud-retail/.repo-metadata.json +++ b/packages/google-cloud-retail/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "retail", - "name_pretty": "Retail", - "product_documentation": "https://cloud.google.com/retail/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/retail/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-retail", - "api_id": "retail.googleapis.com", - "default_version": "v2", - "api_shortname": "retail", - "api_description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud." -} + "api_description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.", + "api_id": "retail.googleapis.com", + "api_shortname": "retail", + "client_documentation": "https://cloud.google.com/python/docs/reference/retail/latest", + "default_version": "v2", + "distribution_name": "google-cloud-retail", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "retail", + "name_pretty": "Retail", + "product_documentation": "https://cloud.google.com/retail/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-run/.repo-metadata.json b/packages/google-cloud-run/.repo-metadata.json index a046e2396d9b..a6973db16fed 100644 --- a/packages/google-cloud-run/.repo-metadata.json +++ b/packages/google-cloud-run/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "run", - "name_pretty": "Cloud Run", - "product_documentation": "https://cloud.google.com/run/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/run/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-run", - "api_id": "run.googleapis.com", - "default_version": "v2", - "api_shortname": "run", - "api_description": "is a managed compute platform that enables you to run containers that are invocable via requests or events." -} + "api_description": "is a managed compute platform that enables you to run containers that are invocable via requests or events.", + "api_id": "run.googleapis.com", + "api_shortname": "run", + "client_documentation": "https://cloud.google.com/python/docs/reference/run/latest", + "default_version": "v2", + "distribution_name": "google-cloud-run", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "run", + "name_pretty": "Cloud Run", + "product_documentation": "https://cloud.google.com/run/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json b/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json index 48365a6b4baa..3c5759220f6c 100644 --- a/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json +++ b/packages/google-cloud-saasplatform-saasservicemgmt/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-saasplatform-saasservicemgmt", - "name_pretty": "SaaS Runtime API", - "api_description": "SaaS Runtime lets you store, host, manage, and monitor software as a service (SaaS) applications on Google Cloud.", - "product_documentation": "https://cloud.google.com/saas-runtime/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-saasplatform-saasservicemgmt/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-saasplatform-saasservicemgmt", - "api_id": "saasservicemgmt.googleapis.com", - "default_version": "v1beta1", - "api_shortname": "saasservicemgmt" -} + "api_description": "SaaS Runtime lets you store, host, manage, and monitor software as a service (SaaS) applications on Google Cloud.", + "api_id": "saasservicemgmt.googleapis.com", + "api_shortname": "saasservicemgmt", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-saasplatform-saasservicemgmt/latest", + "default_version": "v1beta1", + "distribution_name": "google-cloud-saasplatform-saasservicemgmt", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-saasplatform-saasservicemgmt", + "name_pretty": "SaaS Runtime API", + "product_documentation": "https://cloud.google.com/saas-runtime/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-scheduler/.repo-metadata.json b/packages/google-cloud-scheduler/.repo-metadata.json index 278620727509..c8e70aea1c68 100644 --- a/packages/google-cloud-scheduler/.repo-metadata.json +++ b/packages/google-cloud-scheduler/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudscheduler", - "name_pretty": "Cloud Scheduler", - "product_documentation": "https://cloud.google.com/scheduler/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudscheduler/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5411429", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-scheduler", - "api_id": "cloudscheduler.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "cloudscheduler", - "api_description": "lets you set up scheduled units of work to be executed at defined times or regular intervals. These work units are commonly known as cron jobs. Typical use cases might include sending out a report email on a daily basis, updating some cached data every 10 minutes, or updating some summary information once an hour." -} + "api_description": "lets you set up scheduled units of work to be executed at defined times or regular intervals. These work units are commonly known as cron jobs. Typical use cases might include sending out a report email on a daily basis, updating some cached data every 10 minutes, or updating some summary information once an hour.", + "api_id": "cloudscheduler.googleapis.com", + "api_shortname": "cloudscheduler", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudscheduler/latest", + "default_version": "v1", + "distribution_name": "google-cloud-scheduler", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5411429", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudscheduler", + "name_pretty": "Cloud Scheduler", + "product_documentation": "https://cloud.google.com/scheduler/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-secret-manager/.repo-metadata.json b/packages/google-cloud-secret-manager/.repo-metadata.json index 52e84acf95fe..9d480db78bdc 100644 --- a/packages/google-cloud-secret-manager/.repo-metadata.json +++ b/packages/google-cloud-secret-manager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "secretmanager", - "name_pretty": "Secret Manager", - "product_documentation": "https://cloud.google.com/secret-manager/", - "client_documentation": "https://cloud.google.com/python/docs/reference/secretmanager/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-secret-manager", - "api_id": "secretmanager.googleapis.com", - "default_version": "v1", - "api_shortname": "secretmanager", - "api_description": "Stores, manages, and secures access to application secrets." -} + "api_description": "Stores, manages, and secures access to application secrets.", + "api_id": "secretmanager.googleapis.com", + "api_shortname": "secretmanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/secretmanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-secret-manager", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "secretmanager", + "name_pretty": "Secret Manager", + "product_documentation": "https://cloud.google.com/secret-manager/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-securesourcemanager/.repo-metadata.json b/packages/google-cloud-securesourcemanager/.repo-metadata.json index 04224f555d92..2ff4204edac0 100644 --- a/packages/google-cloud-securesourcemanager/.repo-metadata.json +++ b/packages/google-cloud-securesourcemanager/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "securesourcemanager", - "name_pretty": "Secure Source Manager API", - "api_description": "Regionally deployed, single-tenant managed source code repository hosted on Google Cloud.", - "product_documentation": "https://cloud.google.com/secure-source-manager/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/securesourcemanager/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-securesourcemanager", - "api_id": "securesourcemanager.googleapis.com", - "default_version": "v1", - "api_shortname": "securesourcemanager" -} + "api_description": "Regionally deployed, single-tenant managed source code repository hosted on Google Cloud.", + "api_id": "securesourcemanager.googleapis.com", + "api_shortname": "securesourcemanager", + "client_documentation": "https://cloud.google.com/python/docs/reference/securesourcemanager/latest", + "default_version": "v1", + "distribution_name": "google-cloud-securesourcemanager", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "securesourcemanager", + "name_pretty": "Secure Source Manager API", + "product_documentation": "https://cloud.google.com/secure-source-manager/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-security-publicca/.repo-metadata.json b/packages/google-cloud-security-publicca/.repo-metadata.json index 3d23cf6f6167..ad4a106b5e3e 100644 --- a/packages/google-cloud-security-publicca/.repo-metadata.json +++ b/packages/google-cloud-security-publicca/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "publicca", - "name_pretty": "Public Certificate Authority", - "product_documentation": "https://cloud.google.com/certificate-manager/docs/public-ca", - "client_documentation": "https://cloud.google.com/python/docs/reference/publicca/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-security-publicca", - "api_id": "publicca.googleapis.com", - "default_version": "v1", - "api_shortname": "publicca", - "api_description": "simplifies the deployment and management of public CAs without managing infrastructure." -} + "api_description": "simplifies the deployment and management of public CAs without managing infrastructure.", + "api_id": "publicca.googleapis.com", + "api_shortname": "publicca", + "client_documentation": "https://cloud.google.com/python/docs/reference/publicca/latest", + "default_version": "v1", + "distribution_name": "google-cloud-security-publicca", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "publicca", + "name_pretty": "Public Certificate Authority", + "product_documentation": "https://cloud.google.com/certificate-manager/docs/public-ca", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-securitycenter/.repo-metadata.json b/packages/google-cloud-securitycenter/.repo-metadata.json index fb2d7bf274f0..f0294e90b0af 100644 --- a/packages/google-cloud-securitycenter/.repo-metadata.json +++ b/packages/google-cloud-securitycenter/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "securitycenter", - "name_pretty": "Google Cloud Security Command Center", - "product_documentation": "https://cloud.google.com/security-command-center", - "client_documentation": "https://cloud.google.com/python/docs/reference/securitycenter/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-securitycenter", - "api_id": "securitycenter.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "securitycenter", - "api_description": "makes it easier for you to prevent, detect, and respond to threats. Identify security misconfigurations in virtual machines, networks, applications, and storage buckets from a centralized dashboard. Take action on them before they can potentially result in business damage or loss. Built-in capabilities can quickly surface suspicious activity in your Stackdriver security logs or indicate compromised virtual machines. Respond to threats by following actionable recommendations or exporting logs to your SIEM for further investigation." -} + "api_description": "makes it easier for you to prevent, detect, and respond to threats. Identify security misconfigurations in virtual machines, networks, applications, and storage buckets from a centralized dashboard. Take action on them before they can potentially result in business damage or loss. Built-in capabilities can quickly surface suspicious activity in your Stackdriver security logs or indicate compromised virtual machines. Respond to threats by following actionable recommendations or exporting logs to your SIEM for further investigation.", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/securitycenter/latest", + "default_version": "v1", + "distribution_name": "google-cloud-securitycenter", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "securitycenter", + "name_pretty": "Google Cloud Security Command Center", + "product_documentation": "https://cloud.google.com/security-command-center", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-securitycentermanagement/.repo-metadata.json b/packages/google-cloud-securitycentermanagement/.repo-metadata.json index 9b652283244c..e23b24b7e16e 100644 --- a/packages/google-cloud-securitycentermanagement/.repo-metadata.json +++ b/packages/google-cloud-securitycentermanagement/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-securitycentermanagement", - "name_pretty": "Security Center Management API", - "api_description": "", - "product_documentation": "https://cloud.google.com/securitycentermanagement/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-securitycentermanagement/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-securitycentermanagement", - "api_id": "securitycenter.googleapis.com", - "default_version": "v1", - "api_shortname": "securitycenter" -} + "api_description": "", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-securitycentermanagement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-securitycentermanagement", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-securitycentermanagement", + "name_pretty": "Security Center Management API", + "product_documentation": "https://cloud.google.com/securitycentermanagement/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-service-control/.repo-metadata.json b/packages/google-cloud-service-control/.repo-metadata.json index 910e2c34955b..e8f723cf1b9e 100644 --- a/packages/google-cloud-service-control/.repo-metadata.json +++ b/packages/google-cloud-service-control/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "servicecontrol", - "name_pretty": "Service Control", - "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", - "client_documentation": "https://cloud.google.com/python/docs/reference/servicecontrol/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-control", - "api_id": "servicecontrol.googleapis.com", - "default_version": "v1", - "api_shortname": "servicecontrol", - "api_description": " is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway." -} + "api_description": " is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway.", + "api_id": "servicecontrol.googleapis.com", + "api_shortname": "servicecontrol", + "client_documentation": "https://cloud.google.com/python/docs/reference/servicecontrol/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-control", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "servicecontrol", + "name_pretty": "Service Control", + "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-service-directory/.repo-metadata.json b/packages/google-cloud-service-directory/.repo-metadata.json index 8fc3277a692e..35db7e849b9a 100644 --- a/packages/google-cloud-service-directory/.repo-metadata.json +++ b/packages/google-cloud-service-directory/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "servicedirectory", - "name_pretty": "Service Directory", - "product_documentation": "https://cloud.google.com/service-directory/", - "client_documentation": "https://cloud.google.com/python/docs/reference/servicedirectory/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-directory", - "api_id": "servicedirectory.googleapis.com", - "default_version": "v1", - "api_shortname": "servicedirectory", - "api_description": "Allows the registration and lookup of services." -} + "api_description": "Allows the registration and lookup of services.", + "api_id": "servicedirectory.googleapis.com", + "api_shortname": "servicedirectory", + "client_documentation": "https://cloud.google.com/python/docs/reference/servicedirectory/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-directory", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "servicedirectory", + "name_pretty": "Service Directory", + "product_documentation": "https://cloud.google.com/service-directory/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-service-management/.repo-metadata.json b/packages/google-cloud-service-management/.repo-metadata.json index a632b88a4cc8..b967c15063a6 100644 --- a/packages/google-cloud-service-management/.repo-metadata.json +++ b/packages/google-cloud-service-management/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "servicemanagement", - "name_pretty": "Service Management", - "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", - "client_documentation": "https://cloud.google.com/python/docs/reference/servicemanagement/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-management", - "api_id": "servicemanagement.googleapis.com", - "default_version": "v1", - "api_shortname": "servicemanagement", - "api_description": "is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to service consumers and service producers, including authentication, authorization, auditing, rate limiting, analytics, billing, logging, and monitoring." -} + "api_description": "is a foundational platform for creating, managing, securing, and consuming APIs and services across organizations. It is used by Google APIs, Cloud APIs, Cloud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to service consumers and service producers, including authentication, authorization, auditing, rate limiting, analytics, billing, logging, and monitoring.", + "api_id": "servicemanagement.googleapis.com", + "api_shortname": "servicemanagement", + "client_documentation": "https://cloud.google.com/python/docs/reference/servicemanagement/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-management", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "servicemanagement", + "name_pretty": "Service Management", + "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-service-usage/.repo-metadata.json b/packages/google-cloud-service-usage/.repo-metadata.json index 7ce9b13973d6..cf3d52f29698 100644 --- a/packages/google-cloud-service-usage/.repo-metadata.json +++ b/packages/google-cloud-service-usage/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "serviceusage", - "name_pretty": "Service Usage", - "product_documentation": "https://cloud.google.com/service-usage", - "client_documentation": "https://cloud.google.com/python/docs/reference/serviceusage/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-service-usage", - "api_id": "serviceusage.googleapis.com", - "default_version": "v1", - "api_shortname": "serviceusage", - "api_description": "is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects." -} + "api_description": "is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects.", + "api_id": "serviceusage.googleapis.com", + "api_shortname": "serviceusage", + "client_documentation": "https://cloud.google.com/python/docs/reference/serviceusage/latest", + "default_version": "v1", + "distribution_name": "google-cloud-service-usage", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "serviceusage", + "name_pretty": "Service Usage", + "product_documentation": "https://cloud.google.com/service-usage", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-servicehealth/.repo-metadata.json b/packages/google-cloud-servicehealth/.repo-metadata.json index 0dd55ddd1a52..9ae24fe6d186 100644 --- a/packages/google-cloud-servicehealth/.repo-metadata.json +++ b/packages/google-cloud-servicehealth/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-servicehealth", - "name_pretty": "Service Health API", - "api_description": "Personalized Service Health helps you gain visibility into disruptive events impacting Google Cloud products.", - "product_documentation": "https://cloud.google.com/service-health/docs/overview", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-servicehealth/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1466723&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-servicehealth", - "api_id": "servicehealth.googleapis.com", - "default_version": "v1", - "api_shortname": "servicehealth" -} + "api_description": "Personalized Service Health helps you gain visibility into disruptive events impacting Google Cloud products.", + "api_id": "servicehealth.googleapis.com", + "api_shortname": "servicehealth", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-servicehealth/latest", + "default_version": "v1", + "distribution_name": "google-cloud-servicehealth", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1466723&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-servicehealth", + "name_pretty": "Service Health API", + "product_documentation": "https://cloud.google.com/service-health/docs/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-shell/.repo-metadata.json b/packages/google-cloud-shell/.repo-metadata.json index 0c57e8fc8ea1..4ddb86c94a79 100644 --- a/packages/google-cloud-shell/.repo-metadata.json +++ b/packages/google-cloud-shell/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "cloudshell", - "name_pretty": "Cloud Shell", - "product_documentation": "https://cloud.google.com/shell/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudshell/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-shell", - "api_id": "cloudshell.googleapis.com", - "default_version": "v1", - "api_shortname": "cloudshell", - "api_description": "is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser." -} + "api_description": "is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.", + "api_id": "cloudshell.googleapis.com", + "api_shortname": "cloudshell", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudshell/latest", + "default_version": "v1", + "distribution_name": "google-cloud-shell", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudshell", + "name_pretty": "Cloud Shell", + "product_documentation": "https://cloud.google.com/shell/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-source-context/.repo-metadata.json b/packages/google-cloud-source-context/.repo-metadata.json index 0d9c2366def3..53dc346eaf57 100644 --- a/packages/google-cloud-source-context/.repo-metadata.json +++ b/packages/google-cloud-source-context/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "source", - "name_pretty": "Source Context", - "product_documentation": "https://cloud.google.com", - "client_documentation": "https://cloud.google.com/python/docs/reference/source/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-source-context", - "api_id": "source.googleapis.com", - "default_version": "v1", - "api_shortname": "source" -} + "api_id": "source.googleapis.com", + "api_shortname": "source", + "client_documentation": "https://cloud.google.com/python/docs/reference/source/latest", + "default_version": "v1", + "distribution_name": "google-cloud-source-context", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "source", + "name_pretty": "Source Context", + "product_documentation": "https://cloud.google.com", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-speech/.repo-metadata.json b/packages/google-cloud-speech/.repo-metadata.json index 521ad65ca282..8c6c93d42987 100644 --- a/packages/google-cloud-speech/.repo-metadata.json +++ b/packages/google-cloud-speech/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "speech", - "name_pretty": "Cloud Speech", - "product_documentation": "https://cloud.google.com/speech-to-text/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559758", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-speech", - "api_id": "speech.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "speech", - "api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service." -} + "api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.", + "api_id": "speech.googleapis.com", + "api_shortname": "speech", + "client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest", + "default_version": "v1", + "distribution_name": "google-cloud-speech", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559758", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "speech", + "name_pretty": "Cloud Speech", + "product_documentation": "https://cloud.google.com/speech-to-text/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/packages/google-cloud-storage-control/.repo-metadata.json b/packages/google-cloud-storage-control/.repo-metadata.json index ab97000196b1..d15aabe56c50 100644 --- a/packages/google-cloud-storage-control/.repo-metadata.json +++ b/packages/google-cloud-storage-control/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-storage-control", - "name_pretty": "Storage Control API", - "api_description": "Lets you perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.", - "product_documentation": "https://cloud.google.com/storage/docs/reference/rpc/google.storage.control.v2", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-storage-control/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187243&template=1162869", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storage-control", - "api_id": "storage.googleapis.com", - "default_version": "v2", - "api_shortname": "storage" -} + "api_description": "Lets you perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.", + "api_id": "storage.googleapis.com", + "api_shortname": "storage", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-storage-control/latest", + "default_version": "v2", + "distribution_name": "google-cloud-storage-control", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187243&template=1162869", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-storage-control", + "name_pretty": "Storage Control API", + "product_documentation": "https://cloud.google.com/storage/docs/reference/rpc/google.storage.control.v2", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-storage-transfer/.repo-metadata.json b/packages/google-cloud-storage-transfer/.repo-metadata.json index 0812a07d0327..a65be542b1ea 100644 --- a/packages/google-cloud-storage-transfer/.repo-metadata.json +++ b/packages/google-cloud-storage-transfer/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "storagetransfer", - "name_pretty": "Storage Transfer Service", - "product_documentation": "https://cloud.google.com/storage-transfer/", - "client_documentation": "https://cloud.google.com/python/docs/reference/storagetransfer/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storage-transfer", - "api_id": "storagetransfer.googleapis.com", - "default_version": "v1", - "api_shortname": "storagetransfer", - "api_description": "Secure, low-cost services for transferring data from cloud or on-premises sources." -} + "api_description": "Secure, low-cost services for transferring data from cloud or on-premises sources.", + "api_id": "storagetransfer.googleapis.com", + "api_shortname": "storagetransfer", + "client_documentation": "https://cloud.google.com/python/docs/reference/storagetransfer/latest", + "default_version": "v1", + "distribution_name": "google-cloud-storage-transfer", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "storagetransfer", + "name_pretty": "Storage Transfer Service", + "product_documentation": "https://cloud.google.com/storage-transfer/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-storagebatchoperations/.repo-metadata.json b/packages/google-cloud-storagebatchoperations/.repo-metadata.json index 00154aceb576..fe0580d2fa5a 100644 --- a/packages/google-cloud-storagebatchoperations/.repo-metadata.json +++ b/packages/google-cloud-storagebatchoperations/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-storagebatchoperations", - "name_pretty": "Storage Batch Operations API", "api_description": "null ", - "product_documentation": "https://cloud.google.com/storage/docs/batch-operations/overview", + "api_id": "storagebatchoperations.googleapis.com", + "api_shortname": "storagebatchoperations", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-storagebatchoperations/latest", + "default_version": "v1", + "distribution_name": "google-cloud-storagebatchoperations", "issue_tracker": "https://issuetracker.google.com/issues/new?component=815827&template=1395449", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storagebatchoperations", - "api_id": "storagebatchoperations.googleapis.com", - "default_version": "v1", - "api_shortname": "storagebatchoperations" -} + "name": "google-cloud-storagebatchoperations", + "name_pretty": "Storage Batch Operations API", + "product_documentation": "https://cloud.google.com/storage/docs/batch-operations/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-storageinsights/.repo-metadata.json b/packages/google-cloud-storageinsights/.repo-metadata.json index 1a08068d5ab3..42bba677514e 100644 --- a/packages/google-cloud-storageinsights/.repo-metadata.json +++ b/packages/google-cloud-storageinsights/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "storageinsights", - "name_pretty": "Storage Insights API", - "api_description": "The Storage Insights inventory report feature helps you manage your object storage at scale.", - "product_documentation": "https://cloud.google.com/storage/docs/insights/storage-insights", - "client_documentation": "https://cloud.google.com/python/docs/reference/storageinsights/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1156610", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-storageinsights", - "api_id": "storageinsights.googleapis.com", - "default_version": "v1", - "api_shortname": "storageinsights" -} + "api_description": "The Storage Insights inventory report feature helps you manage your object storage at scale.", + "api_id": "storageinsights.googleapis.com", + "api_shortname": "storageinsights", + "client_documentation": "https://cloud.google.com/python/docs/reference/storageinsights/latest", + "default_version": "v1", + "distribution_name": "google-cloud-storageinsights", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1156610", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "storageinsights", + "name_pretty": "Storage Insights API", + "product_documentation": "https://cloud.google.com/storage/docs/insights/storage-insights", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-support/.repo-metadata.json b/packages/google-cloud-support/.repo-metadata.json index 0a270fddc2ff..5f3c9209244a 100644 --- a/packages/google-cloud-support/.repo-metadata.json +++ b/packages/google-cloud-support/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "support", - "name_pretty": "Google Cloud Support API", - "api_description": "Manages Google Cloud technical support cases for Customer Care support offerings.", - "product_documentation": "https://cloud.google.com/support/docs/reference/support-api", - "client_documentation": "https://cloud.google.com/python/docs/reference/support/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-support", - "api_id": "cloudsupport.googleapis.com", - "default_version": "v2", - "api_shortname": "support" -} + "api_description": "Manages Google Cloud technical support cases for Customer Care support offerings.", + "api_id": "cloudsupport.googleapis.com", + "api_shortname": "support", + "client_documentation": "https://cloud.google.com/python/docs/reference/support/latest", + "default_version": "v2", + "distribution_name": "google-cloud-support", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "support", + "name_pretty": "Google Cloud Support API", + "product_documentation": "https://cloud.google.com/support/docs/reference/support-api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-talent/.repo-metadata.json b/packages/google-cloud-talent/.repo-metadata.json index d9d9396625b0..e9f67520370d 100644 --- a/packages/google-cloud-talent/.repo-metadata.json +++ b/packages/google-cloud-talent/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "talent", - "name_pretty": "Talent Solution", - "product_documentation": "https://cloud.google.com/solutions/talent-solution/", - "client_documentation": "https://cloud.google.com/python/docs/reference/talent/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559664", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-talent", - "api_id": "jobs.googleapis.com", - "requires_billing": true, - "default_version": "v4", - "api_shortname": "jobs", - "api_description": "Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters." -} + "api_description": "Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters.", + "api_id": "jobs.googleapis.com", + "api_shortname": "jobs", + "client_documentation": "https://cloud.google.com/python/docs/reference/talent/latest", + "default_version": "v4", + "distribution_name": "google-cloud-talent", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559664", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "talent", + "name_pretty": "Talent Solution", + "product_documentation": "https://cloud.google.com/solutions/talent-solution/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-tasks/.repo-metadata.json b/packages/google-cloud-tasks/.repo-metadata.json index 1d84a0dff0fc..9009e4f1a9c4 100644 --- a/packages/google-cloud-tasks/.repo-metadata.json +++ b/packages/google-cloud-tasks/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudtasks", - "name_pretty": "Cloud Tasks", - "product_documentation": "https://cloud.google.com/tasks/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtasks/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5433985", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-tasks", - "api_id": "cloudtasks.googleapis.com", - "requires_billing": true, - "default_version": "v2", - "api_shortname": "cloudtasks", - "api_description": "a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint." -} + "api_description": "a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint.", + "api_id": "cloudtasks.googleapis.com", + "api_shortname": "cloudtasks", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtasks/latest", + "default_version": "v2", + "distribution_name": "google-cloud-tasks", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5433985", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudtasks", + "name_pretty": "Cloud Tasks", + "product_documentation": "https://cloud.google.com/tasks/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-telcoautomation/.repo-metadata.json b/packages/google-cloud-telcoautomation/.repo-metadata.json index fc080879d90d..7b5ff0531c8e 100644 --- a/packages/google-cloud-telcoautomation/.repo-metadata.json +++ b/packages/google-cloud-telcoautomation/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-telcoautomation", - "name_pretty": "Telco Automation API", - "api_description": "APIs to automate 5G deployment and management of cloud infrastructure and network functions.", - "product_documentation": "https://cloud.google.com/telecom-network-automation", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-telcoautomation/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=190865&template=1161103", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-telcoautomation", - "api_id": "telcoautomation.googleapis.com", - "default_version": "v1", - "api_shortname": "telcoautomation" -} + "api_description": "APIs to automate 5G deployment and management of cloud infrastructure and network functions.", + "api_id": "telcoautomation.googleapis.com", + "api_shortname": "telcoautomation", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-telcoautomation/latest", + "default_version": "v1", + "distribution_name": "google-cloud-telcoautomation", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=190865&template=1161103", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-telcoautomation", + "name_pretty": "Telco Automation API", + "product_documentation": "https://cloud.google.com/telecom-network-automation", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-texttospeech/.repo-metadata.json b/packages/google-cloud-texttospeech/.repo-metadata.json index c3fee6153198..9c46e36ee84b 100644 --- a/packages/google-cloud-texttospeech/.repo-metadata.json +++ b/packages/google-cloud-texttospeech/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "texttospeech", - "name_pretty": "Google Cloud Text-to-Speech", - "product_documentation": "https://cloud.google.com/text-to-speech", - "client_documentation": "https://cloud.google.com/python/docs/reference/texttospeech/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5235428", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-texttospeech", - "api_id": "texttospeech.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "texttospeech", - "api_description": "enables easy integration of Google text recognition technologies into developer applications. Send text and receive synthesized audio output from the Cloud Text-to-Speech API service." -} + "api_description": "enables easy integration of Google text recognition technologies into developer applications. Send text and receive synthesized audio output from the Cloud Text-to-Speech API service.", + "api_id": "texttospeech.googleapis.com", + "api_shortname": "texttospeech", + "client_documentation": "https://cloud.google.com/python/docs/reference/texttospeech/latest", + "default_version": "v1", + "distribution_name": "google-cloud-texttospeech", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5235428", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "texttospeech", + "name_pretty": "Google Cloud Text-to-Speech", + "product_documentation": "https://cloud.google.com/text-to-speech", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-tpu/.repo-metadata.json b/packages/google-cloud-tpu/.repo-metadata.json index 23985bbad197..349227ffcb2a 100644 --- a/packages/google-cloud-tpu/.repo-metadata.json +++ b/packages/google-cloud-tpu/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "tpu", - "name_pretty": "Cloud TPU", - "product_documentation": "https://cloud.google.com/tpu/", - "client_documentation": "https://cloud.google.com/python/docs/reference/tpu/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-tpu", - "api_id": "tpu.googleapis.com", - "default_version": "v1", - "api_shortname": "tpu", - "api_description": "Cloud Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads." -} + "api_description": "Cloud Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads.", + "api_id": "tpu.googleapis.com", + "api_shortname": "tpu", + "client_documentation": "https://cloud.google.com/python/docs/reference/tpu/latest", + "default_version": "v1", + "distribution_name": "google-cloud-tpu", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "tpu", + "name_pretty": "Cloud TPU", + "product_documentation": "https://cloud.google.com/tpu/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-trace/.repo-metadata.json b/packages/google-cloud-trace/.repo-metadata.json index 8c536ff4594f..26e7fea13ad2 100644 --- a/packages/google-cloud-trace/.repo-metadata.json +++ b/packages/google-cloud-trace/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "cloudtrace", - "name_pretty": "Cloud Trace", - "product_documentation": "https://cloud.google.com/trace/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtrace/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559776", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-trace", - "api_id": "cloudtrace.googleapis.com", - "requires_billing": false, - "default_version": "v2", - "api_shortname": "cloudtrace", - "api_description": "is a distributed tracing system that collects latency data from your applications and displays it in the Google Cloud Platform Console. You can track how requests propagate through your application and receive detailed near real-time performance insights." -} + "api_description": "is a distributed tracing system that collects latency data from your applications and displays it in the Google Cloud Platform Console. You can track how requests propagate through your application and receive detailed near real-time performance insights.", + "api_id": "cloudtrace.googleapis.com", + "api_shortname": "cloudtrace", + "client_documentation": "https://cloud.google.com/python/docs/reference/cloudtrace/latest", + "default_version": "v2", + "distribution_name": "google-cloud-trace", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559776", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "cloudtrace", + "name_pretty": "Cloud Trace", + "product_documentation": "https://cloud.google.com/trace/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/packages/google-cloud-translate/.repo-metadata.json b/packages/google-cloud-translate/.repo-metadata.json index c753b0e912b2..0e84e5654cee 100644 --- a/packages/google-cloud-translate/.repo-metadata.json +++ b/packages/google-cloud-translate/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "translate", - "name_pretty": "Cloud Translation", - "product_documentation": "https://cloud.google.com/translate/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/translate/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559749", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-translate", - "api_id": "translate.googleapis.com", - "requires_billing": true, - "default_version": "v3", - "api_shortname": "translate", - "api_description": "can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service." -} + "api_description": "can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service.", + "api_id": "translate.googleapis.com", + "api_shortname": "translate", + "client_documentation": "https://cloud.google.com/python/docs/reference/translate/latest", + "default_version": "v3", + "distribution_name": "google-cloud-translate", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559749", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "translate", + "name_pretty": "Cloud Translation", + "product_documentation": "https://cloud.google.com/translate/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-vectorsearch/.repo-metadata.json b/packages/google-cloud-vectorsearch/.repo-metadata.json index 877881a44249..91d2fee643b6 100644 --- a/packages/google-cloud-vectorsearch/.repo-metadata.json +++ b/packages/google-cloud-vectorsearch/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-vectorsearch", - "name_pretty": "Vector Search API", "api_description": "The Vector Search API provides a fully-managed, highly performant, and\nscalable vector database designed to power next-generation search,\nrecommendation, and generative AI applications. It allows you to store,\nindex, and query your data and its corresponding vector embeddings through\na simple, intuitive interface. With Vector Search, you can define custom\nschemas for your data, insert objects with associated metadata,\nautomatically generate embeddings from your data, and perform fast\napproximate nearest neighbor (ANN) searches to find semantically similar\nitems at scale.", - "product_documentation": "https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview", + "api_id": "vectorsearch.googleapis.com", + "api_shortname": "vectorsearch", "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-vectorsearch/latest", + "default_version": "v1beta", + "distribution_name": "google-cloud-vectorsearch", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1899904", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vectorsearch", - "api_id": "vectorsearch.googleapis.com", - "default_version": "v1beta", - "api_shortname": "vectorsearch" -} + "name": "google-cloud-vectorsearch", + "name_pretty": "Vector Search API", + "product_documentation": "https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-video-live-stream/.repo-metadata.json b/packages/google-cloud-video-live-stream/.repo-metadata.json index b9a8c8c0d9a9..99e2382c609d 100644 --- a/packages/google-cloud-video-live-stream/.repo-metadata.json +++ b/packages/google-cloud-video-live-stream/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "livestream", - "name_pretty": "Live Stream", - "product_documentation": "https://cloud.google.com/livestream/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/livestream/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-video-live-stream", - "api_id": "livestream.googleapis.com", - "default_version": "v1", - "api_shortname": "livestream", - "api_description": "transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms." -} + "api_description": "transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.", + "api_id": "livestream.googleapis.com", + "api_shortname": "livestream", + "client_documentation": "https://cloud.google.com/python/docs/reference/livestream/latest", + "default_version": "v1", + "distribution_name": "google-cloud-video-live-stream", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "livestream", + "name_pretty": "Live Stream", + "product_documentation": "https://cloud.google.com/livestream/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-video-stitcher/.repo-metadata.json b/packages/google-cloud-video-stitcher/.repo-metadata.json index 774dab1f3679..8daa41f02366 100644 --- a/packages/google-cloud-video-stitcher/.repo-metadata.json +++ b/packages/google-cloud-video-stitcher/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "videostitcher", - "name_pretty": "Video Stitcher", - "product_documentation": "https://cloud.google.com/video-stitcher", - "client_documentation": "https://cloud.google.com/python/docs/reference/videostitcher/latest", - "issue_tracker": "", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-video-stitcher", - "api_id": "videostitcher.googleapis.com", - "default_version": "v1", - "api_shortname": "videostitcher", - "api_description": "The Video Stitcher API helps you generate dynamic content for delivery to client devices. You can call the Video Stitcher API from your servers to dynamically insert ads into video-on-demand and livestreams for your users." -} + "api_description": "The Video Stitcher API helps you generate dynamic content for delivery to client devices. You can call the Video Stitcher API from your servers to dynamically insert ads into video-on-demand and livestreams for your users.", + "api_id": "videostitcher.googleapis.com", + "api_shortname": "videostitcher", + "client_documentation": "https://cloud.google.com/python/docs/reference/videostitcher/latest", + "default_version": "v1", + "distribution_name": "google-cloud-video-stitcher", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "videostitcher", + "name_pretty": "Video Stitcher", + "product_documentation": "https://cloud.google.com/video-stitcher", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-video-transcoder/.repo-metadata.json b/packages/google-cloud-video-transcoder/.repo-metadata.json index 080835fb3b28..e9214ff8fa53 100644 --- a/packages/google-cloud-video-transcoder/.repo-metadata.json +++ b/packages/google-cloud-video-transcoder/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "transcoder", - "name_pretty": "Transcoder", - "product_documentation": "https://cloud.google.com/transcoder", - "client_documentation": "https://cloud.google.com/python/docs/reference/transcoder/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-video-transcoder", - "api_id": "transcoder.googleapis.com", - "default_version": "v1", - "api_shortname": "transcoder", - "api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices." -} + "api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices.", + "api_id": "transcoder.googleapis.com", + "api_shortname": "transcoder", + "client_documentation": "https://cloud.google.com/python/docs/reference/transcoder/latest", + "default_version": "v1", + "distribution_name": "google-cloud-video-transcoder", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "transcoder", + "name_pretty": "Transcoder", + "product_documentation": "https://cloud.google.com/transcoder", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-videointelligence/.repo-metadata.json b/packages/google-cloud-videointelligence/.repo-metadata.json index 26312dba6fb0..5e6b7aa831e8 100644 --- a/packages/google-cloud-videointelligence/.repo-metadata.json +++ b/packages/google-cloud-videointelligence/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "videointelligence", - "name_pretty": "Video Intelligence", - "product_documentation": "https://cloud.google.com/video-intelligence/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/videointelligence/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5084810", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-videointelligence", - "api_id": "videointelligence.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "videointelligence", - "api_description": "makes videos searchable, and discoverable, by extracting metadata with an easy to use API. You can now search every moment of every video file in your catalog and find every occurrence as well as its significance. It quickly annotates videos stored in Google Cloud Storage, and helps you identify key nouns entities of your video, and when they occur within the video. Separate signal from noise, by retrieving relevant information at the video, shot or per frame." -} + "api_description": "makes videos searchable, and discoverable, by extracting metadata with an easy to use API. You can now search every moment of every video file in your catalog and find every occurrence as well as its significance. It quickly annotates videos stored in Google Cloud Storage, and helps you identify key nouns entities of your video, and when they occur within the video. Separate signal from noise, by retrieving relevant information at the video, shot or per frame.", + "api_id": "videointelligence.googleapis.com", + "api_shortname": "videointelligence", + "client_documentation": "https://cloud.google.com/python/docs/reference/videointelligence/latest", + "default_version": "v1", + "distribution_name": "google-cloud-videointelligence", + "issue_tracker": "https://issuetracker.google.com/savedsearches/5084810", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "videointelligence", + "name_pretty": "Video Intelligence", + "product_documentation": "https://cloud.google.com/video-intelligence/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-vision/.repo-metadata.json b/packages/google-cloud-vision/.repo-metadata.json index 934e0972e821..4ca2e400a56f 100644 --- a/packages/google-cloud-vision/.repo-metadata.json +++ b/packages/google-cloud-vision/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "vision", - "name_pretty": "Cloud Vision", - "product_documentation": "https://cloud.google.com/vision/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/vision/latest", - "issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:187174", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vision", - "api_id": "vision.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "vision", - "api_description": "allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content." -} + "api_description": "allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.", + "api_id": "vision.googleapis.com", + "api_shortname": "vision", + "client_documentation": "https://cloud.google.com/python/docs/reference/vision/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vision", + "issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:187174", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "vision", + "name_pretty": "Cloud Vision", + "product_documentation": "https://cloud.google.com/vision/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/packages/google-cloud-visionai/.repo-metadata.json b/packages/google-cloud-visionai/.repo-metadata.json index 1d007f4d4e8b..794d5c7c5fc8 100644 --- a/packages/google-cloud-visionai/.repo-metadata.json +++ b/packages/google-cloud-visionai/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-cloud-visionai", - "name_pretty": "Vision AI API", - "api_description": "Easily build and deploy Vertex AI Vision applications using a single platform.", - "product_documentation": "https://cloud.google.com/vision-ai/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-visionai/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=187174&pli=1&template=1161261", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-visionai", - "api_id": "visionai.googleapis.com", - "default_version": "v1", - "api_shortname": "visionai" -} + "api_description": "Easily build and deploy Vertex AI Vision applications using a single platform.", + "api_id": "visionai.googleapis.com", + "api_shortname": "visionai", + "client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-visionai/latest", + "default_version": "v1", + "distribution_name": "google-cloud-visionai", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=187174&pli=1&template=1161261", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-cloud-visionai", + "name_pretty": "Vision AI API", + "product_documentation": "https://cloud.google.com/vision-ai/docs", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-vm-migration/.repo-metadata.json b/packages/google-cloud-vm-migration/.repo-metadata.json index 0c834e4bbdcc..f0edb7b45e28 100644 --- a/packages/google-cloud-vm-migration/.repo-metadata.json +++ b/packages/google-cloud-vm-migration/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "vmmigration", - "name_pretty": "Cloud VM Migration", - "product_documentation": "https://cloud.google.com/migrate/compute-engine/docs", - "client_documentation": "https://cloud.google.com/python/docs/reference/vmmigration/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vm-migration", - "api_id": "vmmigration.googleapis.com", - "default_version": "v1", - "api_shortname": "vmmigration", - "api_description": " for Compute Engine migrates VMs from your on-premises data center into Compute Engine." -} + "api_description": " for Compute Engine migrates VMs from your on-premises data center into Compute Engine.", + "api_id": "vmmigration.googleapis.com", + "api_shortname": "vmmigration", + "client_documentation": "https://cloud.google.com/python/docs/reference/vmmigration/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vm-migration", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "vmmigration", + "name_pretty": "Cloud VM Migration", + "product_documentation": "https://cloud.google.com/migrate/compute-engine/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-vmwareengine/.repo-metadata.json b/packages/google-cloud-vmwareengine/.repo-metadata.json index 91f90a3b9efa..a1f8f2f4ad61 100644 --- a/packages/google-cloud-vmwareengine/.repo-metadata.json +++ b/packages/google-cloud-vmwareengine/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "vmwareengine", - "name_pretty": "Google Cloud VMware Engine", - "api_description": "", - "product_documentation": "https://cloud.google.com/vmware-engine/", - "client_documentation": "https://cloud.google.com/python/docs/reference/vmwareengine/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vmwareengine", - "api_id": "vmwareengine.googleapis.com", - "default_version": "v1", - "api_shortname": "vmwareengine" -} + "api_description": "", + "api_id": "vmwareengine.googleapis.com", + "api_shortname": "vmwareengine", + "client_documentation": "https://cloud.google.com/python/docs/reference/vmwareengine/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vmwareengine", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "vmwareengine", + "name_pretty": "Google Cloud VMware Engine", + "product_documentation": "https://cloud.google.com/vmware-engine/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-vpc-access/.repo-metadata.json b/packages/google-cloud-vpc-access/.repo-metadata.json index 82f1e024699b..74277930028d 100644 --- a/packages/google-cloud-vpc-access/.repo-metadata.json +++ b/packages/google-cloud-vpc-access/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "vpcaccess", - "name_pretty": "Virtual Private Cloud", - "product_documentation": "https://cloud.google.com/vpc/", - "client_documentation": "https://cloud.google.com/python/docs/reference/vpcaccess/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-vpc-access", - "api_id": "vpcaccess.googleapis.com", - "default_version": "v1", - "api_shortname": "vpcaccess", - "api_description": "provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) containers, and the App Engine flexible environment. VPC provides networking for your cloud-based services that is global, scalable, and flexible." -} + "api_description": "provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) containers, and the App Engine flexible environment. VPC provides networking for your cloud-based services that is global, scalable, and flexible.", + "api_id": "vpcaccess.googleapis.com", + "api_shortname": "vpcaccess", + "client_documentation": "https://cloud.google.com/python/docs/reference/vpcaccess/latest", + "default_version": "v1", + "distribution_name": "google-cloud-vpc-access", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "vpcaccess", + "name_pretty": "Virtual Private Cloud", + "product_documentation": "https://cloud.google.com/vpc/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-webrisk/.repo-metadata.json b/packages/google-cloud-webrisk/.repo-metadata.json index b2142c67ddcc..d9558c5a393a 100644 --- a/packages/google-cloud-webrisk/.repo-metadata.json +++ b/packages/google-cloud-webrisk/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "webrisk", - "name_pretty": "Web Risk", - "product_documentation": "https://cloud.google.com/web-risk/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/webrisk/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-webrisk", - "api_id": "webrisk.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "webrisk", - "api_description": "is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sites—such as phishing and deceptive sites—and sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day." -} + "api_description": "is a Google Cloud service that lets client applications check URLs against Google's constantly updated lists of unsafe web resources. Unsafe web resources include social engineering sites—such as phishing and deceptive sites—and sites that host malware or unwanted software. With the Web Risk API, you can quickly identify known bad sites, warn users before they click infected links, and prevent users from posting links to known infected pages from your site. The Web Risk API includes data on more than a million unsafe URLs and stays up to date by examining billions of URLs each day.", + "api_id": "webrisk.googleapis.com", + "api_shortname": "webrisk", + "client_documentation": "https://cloud.google.com/python/docs/reference/webrisk/latest", + "default_version": "v1", + "distribution_name": "google-cloud-webrisk", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "webrisk", + "name_pretty": "Web Risk", + "product_documentation": "https://cloud.google.com/web-risk/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-websecurityscanner/.repo-metadata.json b/packages/google-cloud-websecurityscanner/.repo-metadata.json index d2e0293abf9f..10f7445633b0 100644 --- a/packages/google-cloud-websecurityscanner/.repo-metadata.json +++ b/packages/google-cloud-websecurityscanner/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "websecurityscanner", - "name_pretty": "Cloud Security Scanner", - "api_description": "identifies security vulnerabilities in your App Engine, Compute Engine, and Google Kubernetes Engine web applications. It crawls your application, following all links within the scope of your starting URLs, and attempts to exercise as many user inputs and event handlers as possible.", - "product_documentation": "https://cloud.google.com/security-scanner/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/websecurityscanner/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-websecurityscanner", - "api_id": "securitycenter.googleapis.com", - "requires_billing": true, - "default_version": "v1", - "api_shortname": "securitycenter" -} + "api_description": "identifies security vulnerabilities in your App Engine, Compute Engine, and Google Kubernetes Engine web applications. It crawls your application, following all links within the scope of your starting URLs, and attempts to exercise as many user inputs and event handlers as possible.", + "api_id": "securitycenter.googleapis.com", + "api_shortname": "securitycenter", + "client_documentation": "https://cloud.google.com/python/docs/reference/websecurityscanner/latest", + "default_version": "v1", + "distribution_name": "google-cloud-websecurityscanner", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "websecurityscanner", + "name_pretty": "Cloud Security Scanner", + "product_documentation": "https://cloud.google.com/security-scanner/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": true +} \ No newline at end of file diff --git a/packages/google-cloud-workflows/.repo-metadata.json b/packages/google-cloud-workflows/.repo-metadata.json index 5b6cc91db41c..cf45a12f3c96 100644 --- a/packages/google-cloud-workflows/.repo-metadata.json +++ b/packages/google-cloud-workflows/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "workflows", - "name_pretty": "Cloud Workflows", - "api_description": "Orchestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", - "product_documentation": "https://cloud.google.com/workflows/", - "client_documentation": "https://cloud.google.com/python/docs/reference/workflows/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-workflows", - "api_id": "workflows.googleapis.com", - "default_version": "v1", - "api_shortname": "workflows" -} + "api_description": "Orchestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", + "api_id": "workflows.googleapis.com", + "api_shortname": "workflows", + "client_documentation": "https://cloud.google.com/python/docs/reference/workflows/latest", + "default_version": "v1", + "distribution_name": "google-cloud-workflows", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "workflows", + "name_pretty": "Cloud Workflows", + "product_documentation": "https://cloud.google.com/workflows/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-cloud-workstations/.repo-metadata.json b/packages/google-cloud-workstations/.repo-metadata.json index 50e045f04e6e..2b8a0b16066f 100644 --- a/packages/google-cloud-workstations/.repo-metadata.json +++ b/packages/google-cloud-workstations/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "workstations", - "name_pretty": "Cloud Workstations", - "api_description": "", - "product_documentation": "https://cloud.google.com/workstations/", - "client_documentation": "https://cloud.google.com/python/docs/reference/workstations/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-cloud-workstations", - "api_id": "workstations.googleapis.com", - "default_version": "v1", - "api_shortname": "workstations" -} + "api_description": "", + "api_id": "workstations.googleapis.com", + "api_shortname": "workstations", + "client_documentation": "https://cloud.google.com/python/docs/reference/workstations/latest", + "default_version": "v1", + "distribution_name": "google-cloud-workstations", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "workstations", + "name_pretty": "Cloud Workstations", + "product_documentation": "https://cloud.google.com/workstations/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-geo-type/.repo-metadata.json b/packages/google-geo-type/.repo-metadata.json index 97ea55fcbb43..c8b04a86825d 100644 --- a/packages/google-geo-type/.repo-metadata.json +++ b/packages/google-geo-type/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "geotype", - "name_pretty": "Geo Type Protos", - "api_description": "", - "product_documentation": "https://mapsplatform.google.com/maps-products", - "client_documentation": "https://googleapis.dev/python/geotype/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "OTHER", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-geo-type", - "api_id": "type.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "type" -} + "api_description": "", + "api_id": "type.googleapis.com", + "api_shortname": "type", + "client_documentation": "https://googleapis.dev/python/geotype/latest", + "default_version": "apiVersion", + "distribution_name": "google-geo-type", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "OTHER", + "name": "geotype", + "name_pretty": "Geo Type Protos", + "product_documentation": "https://mapsplatform.google.com/maps-products", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-addressvalidation/.repo-metadata.json b/packages/google-maps-addressvalidation/.repo-metadata.json index c3027a6b894d..780c25b79298 100644 --- a/packages/google-maps-addressvalidation/.repo-metadata.json +++ b/packages/google-maps-addressvalidation/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "addressvalidation", - "name_pretty": "Address Validation API", - "api_description": "Address Validation lets you validate and correct address inputs with Places data powered by Google Maps Platform.", - "product_documentation": "https://mapsplatform.google.com/maps-products/address-validation/", - "client_documentation": "https://googleapis.dev/python/addressvalidation/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-addressvalidation", - "api_id": "addressvalidation.googleapis.com", - "default_version": "v1", - "api_shortname": "addressvalidation" -} + "api_description": "Address Validation lets you validate and correct address inputs with Places data powered by Google Maps Platform.", + "api_id": "addressvalidation.googleapis.com", + "api_shortname": "addressvalidation", + "client_documentation": "https://googleapis.dev/python/addressvalidation/latest", + "default_version": "v1", + "distribution_name": "google-maps-addressvalidation", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "addressvalidation", + "name_pretty": "Address Validation API", + "product_documentation": "https://mapsplatform.google.com/maps-products/address-validation/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-areainsights/.repo-metadata.json b/packages/google-maps-areainsights/.repo-metadata.json index 851ee35c469d..e4298c50c3de 100644 --- a/packages/google-maps-areainsights/.repo-metadata.json +++ b/packages/google-maps-areainsights/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-maps-areainsights", - "name_pretty": "Places Insights API", "api_description": "Places Insights API. ", - "product_documentation": "https://developers.google.com/maps/documentation/places-insights", + "api_id": "areainsights.googleapis.com", + "api_shortname": "areainsights", "client_documentation": "https://googleapis.dev/python/google-maps-areainsights/latest", + "default_version": "v1", + "distribution_name": "google-maps-areainsights", "issue_tracker": "https://issuetracker.google.com/issues/new?component=1624013&template=2026178", - "release_level": "preview", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-areainsights", - "api_id": "areainsights.googleapis.com", - "default_version": "v1", - "api_shortname": "areainsights" -} + "name": "google-maps-areainsights", + "name_pretty": "Places Insights API", + "product_documentation": "https://developers.google.com/maps/documentation/places-insights", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-fleetengine-delivery/.repo-metadata.json b/packages/google-maps-fleetengine-delivery/.repo-metadata.json index 7d388c905cec..b8b6f7eab3e0 100644 --- a/packages/google-maps-fleetengine-delivery/.repo-metadata.json +++ b/packages/google-maps-fleetengine-delivery/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "fleetengine-delivery", - "name_pretty": "Last Mile Fleet Solution Delivery API", - "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", - "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", - "client_documentation": "https://googleapis.dev/python/fleetengine-delivery/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-fleetengine-delivery", - "api_id": "fleetengine.googleapis.com", - "default_version": "v1", - "api_shortname": "fleetengine" -} + "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", + "api_id": "fleetengine.googleapis.com", + "api_shortname": "fleetengine", + "client_documentation": "https://googleapis.dev/python/fleetengine-delivery/latest", + "default_version": "v1", + "distribution_name": "google-maps-fleetengine-delivery", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "fleetengine-delivery", + "name_pretty": "Last Mile Fleet Solution Delivery API", + "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-fleetengine/.repo-metadata.json b/packages/google-maps-fleetengine/.repo-metadata.json index dcc7b06c7fdf..7da92a594c06 100644 --- a/packages/google-maps-fleetengine/.repo-metadata.json +++ b/packages/google-maps-fleetengine/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "fleetengine", - "name_pretty": "Local Rides and Deliveries API", - "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", - "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", - "client_documentation": "https://googleapis.dev/python/fleetengine/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-fleetengine", - "api_id": "fleetengine.googleapis.com", - "default_version": "v1", - "api_shortname": "fleetengine" -} + "api_description": "Enables Fleet Engine for access to the On Demand Rides and Deliveries and Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud Logging Services is subject to the Google Maps Platform Terms of Service located at https://cloud.google.com/maps-platform/terms.", + "api_id": "fleetengine.googleapis.com", + "api_shortname": "fleetengine", + "client_documentation": "https://googleapis.dev/python/fleetengine/latest", + "default_version": "v1", + "distribution_name": "google-maps-fleetengine", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "fleetengine", + "name_pretty": "Local Rides and Deliveries API", + "product_documentation": "https://developers.google.com/maps/documentation/transportation-logistics/mobility", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-mapsplatformdatasets/.repo-metadata.json b/packages/google-maps-mapsplatformdatasets/.repo-metadata.json index 11ed9595e5cf..8cd808757440 100644 --- a/packages/google-maps-mapsplatformdatasets/.repo-metadata.json +++ b/packages/google-maps-mapsplatformdatasets/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "mapsplatformdatasets", - "name_pretty": "Maps Platform Datasets API", - "api_description": "Maps Platform Datasets API", - "product_documentation": "https://developers.google.com/maps", - "client_documentation": "https://googleapis.dev/python/mapsplatformdatasets/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-mapsplatformdatasets", - "api_id": "mapsplatformdatasets.googleapis.com", - "default_version": "v1", - "api_shortname": "mapsplatformdatasets" -} + "api_description": "Maps Platform Datasets API", + "api_id": "mapsplatformdatasets.googleapis.com", + "api_shortname": "mapsplatformdatasets", + "client_documentation": "https://googleapis.dev/python/mapsplatformdatasets/latest", + "default_version": "v1", + "distribution_name": "google-maps-mapsplatformdatasets", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "mapsplatformdatasets", + "name_pretty": "Maps Platform Datasets API", + "product_documentation": "https://developers.google.com/maps", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-places/.repo-metadata.json b/packages/google-maps-places/.repo-metadata.json index ec181d6b4c6b..37a39d31528f 100644 --- a/packages/google-maps-places/.repo-metadata.json +++ b/packages/google-maps-places/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "places", - "name_pretty": "Places API", - "api_description": "The Places API allows developers to access a variety of search and retrieval endpoints for a Place.", - "product_documentation": "https://developers.google.com/maps/documentation/places/web-service/", - "client_documentation": "https://googleapis.dev/python/places/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-places", - "api_id": "places.googleapis.com", - "default_version": "v1", - "api_shortname": "places" -} + "api_description": "The Places API allows developers to access a variety of search and retrieval endpoints for a Place.", + "api_id": "places.googleapis.com", + "api_shortname": "places", + "client_documentation": "https://googleapis.dev/python/places/latest", + "default_version": "v1", + "distribution_name": "google-maps-places", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "places", + "name_pretty": "Places API", + "product_documentation": "https://developers.google.com/maps/documentation/places/web-service/", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-routeoptimization/.repo-metadata.json b/packages/google-maps-routeoptimization/.repo-metadata.json index 249e482167c6..39e7d7e0b618 100644 --- a/packages/google-maps-routeoptimization/.repo-metadata.json +++ b/packages/google-maps-routeoptimization/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-maps-routeoptimization", - "name_pretty": "Route Optimization API", - "api_description": "The Route Optimization API assigns tasks and routes to a vehicle fleet, optimizing against the objectives and constraints that you supply for your transportation goals.", - "product_documentation": "https://developers.google.com/maps/documentation/route-optimization", - "client_documentation": "https://googleapis.dev/python/google-maps-routeoptimization/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1546507", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-routeoptimization", - "api_id": "routeoptimization.googleapis.com", - "default_version": "v1", - "api_shortname": "routeoptimization" -} + "api_description": "The Route Optimization API assigns tasks and routes to a vehicle fleet, optimizing against the objectives and constraints that you supply for your transportation goals.", + "api_id": "routeoptimization.googleapis.com", + "api_shortname": "routeoptimization", + "client_documentation": "https://googleapis.dev/python/google-maps-routeoptimization/latest", + "default_version": "v1", + "distribution_name": "google-maps-routeoptimization", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1546507", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-maps-routeoptimization", + "name_pretty": "Route Optimization API", + "product_documentation": "https://developers.google.com/maps/documentation/route-optimization", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-routing/.repo-metadata.json b/packages/google-maps-routing/.repo-metadata.json index c9127b0c7a38..5d8e95f0995d 100644 --- a/packages/google-maps-routing/.repo-metadata.json +++ b/packages/google-maps-routing/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "routing", - "name_pretty": "Google Maps Routing", - "api_description": "Help your users find the ideal way to get from A to Z with comprehensive data and real-time traffic.", - "product_documentation": "https://mapsplatform.google.com/maps-products/#routes-section", - "client_documentation": "https://googleapis.dev/python/routing/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-routing", - "api_id": "routing.googleapis.com", - "default_version": "v2", - "api_shortname": "routing" -} + "api_description": "Help your users find the ideal way to get from A to Z with comprehensive data and real-time traffic.", + "api_id": "routing.googleapis.com", + "api_shortname": "routing", + "client_documentation": "https://googleapis.dev/python/routing/latest", + "default_version": "v2", + "distribution_name": "google-maps-routing", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "routing", + "name_pretty": "Google Maps Routing", + "product_documentation": "https://mapsplatform.google.com/maps-products/#routes-section", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-maps-solar/.repo-metadata.json b/packages/google-maps-solar/.repo-metadata.json index cd26decd357f..99bbe49a41ef 100644 --- a/packages/google-maps-solar/.repo-metadata.json +++ b/packages/google-maps-solar/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-maps-solar", - "name_pretty": "Solar API", - "api_description": "The Google Maps Platform Solar API is a service focused on helping accelerate solar and energy system installations.", - "product_documentation": "https://developers.google.com/maps/documentation/solar/overview", - "client_documentation": "https://googleapis.dev/python/google-maps-solar/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=1356349", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-maps-solar", - "api_id": "solar.googleapis.com", - "default_version": "v1", - "api_shortname": "solar" -} + "api_description": "The Google Maps Platform Solar API is a service focused on helping accelerate solar and energy system installations.", + "api_id": "solar.googleapis.com", + "api_shortname": "solar", + "client_documentation": "https://googleapis.dev/python/google-maps-solar/latest", + "default_version": "v1", + "distribution_name": "google-maps-solar", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=1356349", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-maps-solar", + "name_pretty": "Solar API", + "product_documentation": "https://developers.google.com/maps/documentation/solar/overview", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-css/.repo-metadata.json b/packages/google-shopping-css/.repo-metadata.json index a52e63f3460f..e2570dfb5ff0 100644 --- a/packages/google-shopping-css/.repo-metadata.json +++ b/packages/google-shopping-css/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-css", - "name_pretty": "CSS API", - "api_description": "Programmatically manage your Comparison Shopping Service (CSS) account data at scale.", - "product_documentation": "https://developers.google.com/comparison-shopping-services/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-css/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=826068&template=1564577", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-css", - "api_id": "css.googleapis.com", - "default_version": "v1", - "api_shortname": "css" + "api_description": "Programmatically manage your Comparison Shopping Service (CSS) account data at scale.", + "api_id": "css.googleapis.com", + "api_shortname": "css", + "client_documentation": "https://googleapis.dev/python/google-shopping-css/latest", + "default_version": "v1", + "distribution_name": "google-shopping-css", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=826068&template=1564577", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-css", + "name_pretty": "CSS API", + "product_documentation": "https://developers.google.com/comparison-shopping-services/api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-shopping-merchant-accounts/.repo-metadata.json b/packages/google-shopping-merchant-accounts/.repo-metadata.json index 406e73b231c4..a171bbb4c4e9 100644 --- a/packages/google-shopping-merchant-accounts/.repo-metadata.json +++ b/packages/google-shopping-merchant-accounts/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-accounts", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-accounts/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-accounts", - "api_id": "accounts.googleapis.com", - "default_version": "v1", - "api_shortname": "accounts" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "accounts.googleapis.com", + "api_shortname": "accounts", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-accounts/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-accounts", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-accounts", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-conversions/.repo-metadata.json b/packages/google-shopping-merchant-conversions/.repo-metadata.json index b0ad3e246fb8..5c95a9fd175d 100644 --- a/packages/google-shopping-merchant-conversions/.repo-metadata.json +++ b/packages/google-shopping-merchant-conversions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-conversions", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-conversions/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-conversions", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "conversions" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "conversions", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-conversions/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-conversions", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-conversions", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-datasources/.repo-metadata.json b/packages/google-shopping-merchant-datasources/.repo-metadata.json index c5ce55ecb80a..efd2cd386222 100644 --- a/packages/google-shopping-merchant-datasources/.repo-metadata.json +++ b/packages/google-shopping-merchant-datasources/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-datasources", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-datasources/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-datasources", - "api_id": "datasources.googleapis.com", - "default_version": "v1", - "api_shortname": "datasources" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "datasources.googleapis.com", + "api_shortname": "datasources", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-datasources/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-datasources", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-datasources", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-inventories/.repo-metadata.json b/packages/google-shopping-merchant-inventories/.repo-metadata.json index de813392f61f..972667d207d9 100644 --- a/packages/google-shopping-merchant-inventories/.repo-metadata.json +++ b/packages/google-shopping-merchant-inventories/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-inventories", - "name_pretty": "Merchant Inventories API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-inventories/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-inventories", - "api_id": "inventories.googleapis.com", - "default_version": "v1", - "api_shortname": "inventories" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "inventories.googleapis.com", + "api_shortname": "inventories", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-inventories/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-inventories", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-inventories", + "name_pretty": "Merchant Inventories API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-issueresolution/.repo-metadata.json b/packages/google-shopping-merchant-issueresolution/.repo-metadata.json index efd7ec223c37..3a7a7ef0b1c6 100644 --- a/packages/google-shopping-merchant-issueresolution/.repo-metadata.json +++ b/packages/google-shopping-merchant-issueresolution/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-issueresolution", - "name_pretty": "Merchant API", "api_description": "Programmatically manage your Merchant Center Accounts. ", - "product_documentation": "https://developers.google.com/merchant/api", + "api_id": "issueresolution.googleapis.com", + "api_shortname": "issueresolution", "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-issueresolution/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-issueresolution", "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-issueresolution", - "api_id": "issueresolution.googleapis.com", - "default_version": "v1", - "api_shortname": "issueresolution" -} + "name": "google-shopping-merchant-issueresolution", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-lfp/.repo-metadata.json b/packages/google-shopping-merchant-lfp/.repo-metadata.json index fabf23a17997..d1c737c13fc9 100644 --- a/packages/google-shopping-merchant-lfp/.repo-metadata.json +++ b/packages/google-shopping-merchant-lfp/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-lfp", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-lfp/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-lfp", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "lfp" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "lfp", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-lfp/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-lfp", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-lfp", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-notifications/.repo-metadata.json b/packages/google-shopping-merchant-notifications/.repo-metadata.json index 8b72ffdc36ea..199a58f0cd5a 100644 --- a/packages/google-shopping-merchant-notifications/.repo-metadata.json +++ b/packages/google-shopping-merchant-notifications/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-notifications", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-notifications/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-notifications", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "notifications" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "notifications", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-notifications/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-notifications", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-notifications", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-ordertracking/.repo-metadata.json b/packages/google-shopping-merchant-ordertracking/.repo-metadata.json index fd6dd12f4fc6..1969d82c03bc 100644 --- a/packages/google-shopping-merchant-ordertracking/.repo-metadata.json +++ b/packages/google-shopping-merchant-ordertracking/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-ordertracking", - "name_pretty": "Merchant API", "api_description": "Programmatically manage your Merchant Center Accounts. ", - "product_documentation": "https://developers.google.com/merchant/api", + "api_id": "ordertracking.googleapis.com", + "api_shortname": "ordertracking", "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-ordertracking/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-ordertracking", "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-ordertracking", - "api_id": "ordertracking.googleapis.com", - "default_version": "v1", - "api_shortname": "ordertracking" -} + "name": "google-shopping-merchant-ordertracking", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-products/.repo-metadata.json b/packages/google-shopping-merchant-products/.repo-metadata.json index 3c03bc4abc2b..603f7240d8a3 100644 --- a/packages/google-shopping-merchant-products/.repo-metadata.json +++ b/packages/google-shopping-merchant-products/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-products", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-products/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-products", - "api_id": "products.googleapis.com", - "default_version": "v1", - "api_shortname": "products" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "products.googleapis.com", + "api_shortname": "products", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-products/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-products", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-products", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-productstudio/.repo-metadata.json b/packages/google-shopping-merchant-productstudio/.repo-metadata.json index d3f4eb2702aa..61fea277ff14 100644 --- a/packages/google-shopping-merchant-productstudio/.repo-metadata.json +++ b/packages/google-shopping-merchant-productstudio/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-productstudio", - "name_pretty": "Merchant ProductStudio API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-productstudio/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-productstudio", - "api_id": "productstudio.googleapis.com", - "default_version": "v1alpha", - "api_shortname": "productstudio" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "productstudio.googleapis.com", + "api_shortname": "productstudio", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-productstudio/latest", + "default_version": "v1alpha", + "distribution_name": "google-shopping-merchant-productstudio", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-productstudio", + "name_pretty": "Merchant ProductStudio API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-promotions/.repo-metadata.json b/packages/google-shopping-merchant-promotions/.repo-metadata.json index 8fac39745c02..ec01ad8668ed 100644 --- a/packages/google-shopping-merchant-promotions/.repo-metadata.json +++ b/packages/google-shopping-merchant-promotions/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-promotions", - "name_pretty": "Merchant API", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-promotions/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-promotions", - "api_id": "promotions.googleapis.com", - "default_version": "v1", - "api_shortname": "promotions" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "promotions.googleapis.com", + "api_shortname": "promotions", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-promotions/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-promotions", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-promotions", + "name_pretty": "Merchant API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-quota/.repo-metadata.json b/packages/google-shopping-merchant-quota/.repo-metadata.json index db9d59d1f44e..14c8ed2d65e5 100644 --- a/packages/google-shopping-merchant-quota/.repo-metadata.json +++ b/packages/google-shopping-merchant-quota/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-quota", - "name_pretty": "Shopping Merchant Quota", - "api_description": "Programmatically manage your Merchant Center accounts.", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-quota/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-quota", - "api_id": "merchantapi.googleapis.com", - "default_version": "v1", - "api_shortname": "merchantapi" -} + "api_description": "Programmatically manage your Merchant Center accounts.", + "api_id": "merchantapi.googleapis.com", + "api_shortname": "merchantapi", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-quota/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-quota", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-quota", + "name_pretty": "Shopping Merchant Quota", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-reports/.repo-metadata.json b/packages/google-shopping-merchant-reports/.repo-metadata.json index a7ef2e8faae8..4ed851cb7301 100644 --- a/packages/google-shopping-merchant-reports/.repo-metadata.json +++ b/packages/google-shopping-merchant-reports/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-reports", - "name_pretty": "Merchant Reports API", - "api_description": "Programmatically manage your Merchant Center accounts", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reports/latest", - "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-reports", - "api_id": "reports.googleapis.com", - "default_version": "v1", - "api_shortname": "reports" -} + "api_description": "Programmatically manage your Merchant Center accounts", + "api_id": "reports.googleapis.com", + "api_shortname": "reports", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reports/latest", + "default_version": "v1", + "distribution_name": "google-shopping-merchant-reports", + "issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-reports", + "name_pretty": "Merchant Reports API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-merchant-reviews/.repo-metadata.json b/packages/google-shopping-merchant-reviews/.repo-metadata.json index 0cd78c5a3f06..c051782afedd 100644 --- a/packages/google-shopping-merchant-reviews/.repo-metadata.json +++ b/packages/google-shopping-merchant-reviews/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-merchant-reviews", - "name_pretty": "Merchant Reviews API", - "api_description": "Programmatically manage your Merchant Center Accounts", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reviews/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "preview", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-merchant-reviews", - "api_id": "reviews.googleapis.com", - "default_version": "v1beta", - "api_shortname": "reviews" -} + "api_description": "Programmatically manage your Merchant Center Accounts", + "api_id": "reviews.googleapis.com", + "api_shortname": "reviews", + "client_documentation": "https://googleapis.dev/python/google-shopping-merchant-reviews/latest", + "default_version": "v1beta", + "distribution_name": "google-shopping-merchant-reviews", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-merchant-reviews", + "name_pretty": "Merchant Reviews API", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "preview", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/google-shopping-type/.repo-metadata.json b/packages/google-shopping-type/.repo-metadata.json index f3604e861221..4608e831c585 100644 --- a/packages/google-shopping-type/.repo-metadata.json +++ b/packages/google-shopping-type/.repo-metadata.json @@ -1,16 +1,16 @@ { - "name": "google-shopping-type", - "name_pretty": "Shopping Type Protos", - "api_description": "", - "product_documentation": "https://developers.google.com/merchant/api", - "client_documentation": "https://googleapis.dev/python/google-shopping-type/latest", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "google-shopping-type", - "api_id": "type.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "type" -} + "api_description": "", + "api_id": "type.googleapis.com", + "api_shortname": "type", + "client_documentation": "https://googleapis.dev/python/google-shopping-type/latest", + "default_version": "apiVersion", + "distribution_name": "google-shopping-type", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "google-shopping-type", + "name_pretty": "Shopping Type Protos", + "product_documentation": "https://developers.google.com/merchant/api", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/googleapis-common-protos/.repo-metadata.json b/packages/googleapis-common-protos/.repo-metadata.json index 2f1f5239d655..dedb772f7754 100644 --- a/packages/googleapis-common-protos/.repo-metadata.json +++ b/packages/googleapis-common-protos/.repo-metadata.json @@ -1,13 +1,13 @@ { - "name": "googleapis-common-protos", - "name_pretty": "Google APIs Common Protos", - "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos", - "product_documentation": "https://github.com/googleapis/googleapis/tree/master/google", - "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", - "release_level": "stable", - "language": "python", - "library_type": "CORE", - "repo": "googleapis/google-cloud-python", - "distribution_name": "googleapis-common-protos", - "default_version": "apiVersion" -} + "client_documentation": "https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos", + "default_version": "apiVersion", + "distribution_name": "googleapis-common-protos", + "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", + "language": "python", + "library_type": "CORE", + "name": "googleapis-common-protos", + "name_pretty": "Google APIs Common Protos", + "product_documentation": "https://github.com/googleapis/googleapis/tree/master/google", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" +} \ No newline at end of file diff --git a/packages/grafeas/.repo-metadata.json b/packages/grafeas/.repo-metadata.json index 487e2092c31e..4afe408c22ad 100644 --- a/packages/grafeas/.repo-metadata.json +++ b/packages/grafeas/.repo-metadata.json @@ -1,17 +1,17 @@ { - "name": "grafeas", - "name_pretty": "Grafeas", - "api_description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.", - "product_documentation": "https://grafeas.io", - "client_documentation": "https://googleapis.dev/python/grafeas/latest", - "issue_tracker": "", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_COMBO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "grafeas", - "api_id": "containeranalysis.googleapis.com", - "requires_billing": false, - "default_version": "v1", - "api_shortname": "containeranalysis" -} + "api_description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.", + "api_id": "containeranalysis.googleapis.com", + "api_shortname": "containeranalysis", + "client_documentation": "https://googleapis.dev/python/grafeas/latest", + "default_version": "v1", + "distribution_name": "grafeas", + "issue_tracker": "", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "grafeas", + "name_pretty": "Grafeas", + "product_documentation": "https://grafeas.io", + "release_level": "stable", + "repo": "googleapis/google-cloud-python", + "requires_billing": false +} \ No newline at end of file diff --git a/packages/grpc-google-iam-v1/.repo-metadata.json b/packages/grpc-google-iam-v1/.repo-metadata.json index 096a01857942..ac47018a24fe 100644 --- a/packages/grpc-google-iam-v1/.repo-metadata.json +++ b/packages/grpc-google-iam-v1/.repo-metadata.json @@ -1,15 +1,15 @@ { - "name": "grpc-iam", - "name_pretty": "Cloud Identity and Access Management", - "product_documentation": "https://cloud.google.com/iam/docs/", - "client_documentation": "https://cloud.google.com/python/docs/reference/grpc-iam/latest", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", - "release_level": "stable", - "language": "python", - "library_type": "GAPIC_AUTO", - "repo": "googleapis/google-cloud-python", - "distribution_name": "grpc-google-iam-v1", - "api_id": "iam.googleapis.com", - "default_version": "apiVersion", - "api_shortname": "iam" + "api_id": "iam.googleapis.com", + "api_shortname": "iam", + "client_documentation": "https://cloud.google.com/python/docs/reference/grpc-iam/latest", + "default_version": "apiVersion", + "distribution_name": "grpc-google-iam-v1", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559761", + "language": "python", + "library_type": "GAPIC_AUTO", + "name": "grpc-iam", + "name_pretty": "Cloud Identity and Access Management", + "product_documentation": "https://cloud.google.com/iam/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file