Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 35 additions & 16 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ libraries:
product_documentation: https://docs.cloud.google.com/app-optimize/overview
api_description: The App Optimize API provides developers and platform teams with
tools to monitor, analyze, and improve the performance and cost-efficiency of
their cloud applications.
their cloud applications.
client_documentation:
https://cloud.google.com/java/docs/reference/google-cloud-appoptimize/latest/overview
release_level: preview
Expand Down Expand Up @@ -1299,6 +1299,15 @@ libraries:
- proto_path: google/cloud/hypercomputecluster/v1beta
- proto_path: google/cloud/hypercomputecluster/v1
requires_billing: true
- api_shortname: iam-admin
name_pretty: IAM Admin API
product_documentation: https://cloud.google.com/iam/docs/apis
api_description: you to manage your Service Accounts and IAM bindings.
release_level: stable
distribution_name: com.google.cloud:google-iam-admin
api_id: iam.googleapis.com
GAPICs:
- proto_path: google/iam/admin/v1
- api_shortname: iam-policy
name_pretty: IAM
product_documentation: n/a
Expand All @@ -1316,15 +1325,6 @@ libraries:
- proto_path: google/iam/v2beta
- proto_path: google/iam/v3
- proto_path: google/iam/v3beta
- api_shortname: iam-admin
name_pretty: IAM Admin API
product_documentation: https://cloud.google.com/iam/docs/apis
api_description: you to manage your Service Accounts and IAM bindings.
release_level: stable
distribution_name: com.google.cloud:google-iam-admin
api_id: iam.googleapis.com
GAPICs:
- proto_path: google/iam/admin/v1
- api_shortname: iamcredentials
name_pretty: IAM Service Account Credentials API
product_documentation: https://cloud.google.com/iam/credentials/reference/rest/
Expand Down Expand Up @@ -1655,6 +1655,25 @@ libraries:
- proto_path: google/maps/geocode/v4
library_name: maps-geocode
requires_billing: true
- api_shortname: mapmanagement
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The mapmanagement library entry is out of alphabetical order. It should be placed before maps-geocode because mapmanagement precedes maps-geocode alphabetically (the character 'm' in 'mapm' comes before 's' in 'maps-'). Maintaining alphabetical order by api_shortname is consistent with other changes in this PR, such as the relocation of iam-admin.

name_pretty: Map Management API
product_documentation: https://developers.google.com/maps/documentation/mapmanagement/overview
api_description: The Map Management API is a RESTful service that accepts HTTP requests
for map styling data through a variety of methods. It returns formatted configuration
data about map styling resources so that you can programmatically manage your
Cloud-based map styles.
client_documentation:
https://cloud.google.com/java/docs/reference/google-maps-mapmanagement/latest/overview
release_level: preview
distribution_name: com.google.maps:google-maps-mapmanagement
api_id: mapmanagement.googleapis.com
library_type: GAPIC_AUTO
group_id: com.google.maps
cloud_api: false
GAPICs:
- proto_path: google/maps/mapmanagement/v2beta
library_name: maps-mapmanagement
requires_billing: true
- api_shortname: maps-mapsplatformdatasets
name_pretty: Maps Platform Datasets API
product_documentation: https://developers.google.com/maps/documentation
Expand Down Expand Up @@ -2925,12 +2944,12 @@ libraries:
product_documentation: https://cloud.google.com/web-risk/docs/
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.
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.
release_level: stable
requires_billing: false
issue_tracker: ''
Expand Down
Loading