Skip to content

Commit

Permalink
docs: [datacatalog] fix typo (#9779)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 559249168

Source-Link: https://togithub.com/googleapis/googleapis/commit/f49882a65359a3ec783808d95b8cef31dd9faa63

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/08d36c593ab60f184afe1423a84df942e2af2df2
Copy-Tag: eyJwIjoiamF2YS1kYXRhY2F0YWxvZy8uT3dsQm90LnlhbWwiLCJoIjoiMDhkMzZjNTkzYWI2MGYxODRhZmUxNDIzYTg0ZGY5NDJlMmFmMmRmMiJ9
  • Loading branch information
gcf-owl-bot[bot] committed Aug 30, 2023
1 parent 411a707 commit 1285e8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions java-datacatalog/README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.21.0</version>
<version>26.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datacatalog.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datacatalog/1.28.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datacatalog/1.29.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -2477,7 +2477,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
*
*
* <pre>
* Optional. If set, uses searchAll permission granted on organizations from
* Optional. If set, use searchAll permission granted on organizations from
* `include_org_ids` and projects from `include_project_ids` instead of the
* fine grained per resource permissions when filtering the search results.
* The only allowed `order_by` criteria for admin_search mode is `default`.
Expand Down Expand Up @@ -3752,7 +3752,7 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Optional. If set, uses searchAll permission granted on organizations from
* Optional. If set, use searchAll permission granted on organizations from
* `include_org_ids` and projects from `include_project_ids` instead of the
* fine grained per resource permissions when filtering the search results.
* The only allowed `order_by` criteria for admin_search mode is `default`.
Expand All @@ -3771,7 +3771,7 @@ public boolean getAdminSearch() {
*
*
* <pre>
* Optional. If set, uses searchAll permission granted on organizations from
* Optional. If set, use searchAll permission granted on organizations from
* `include_org_ids` and projects from `include_project_ids` instead of the
* fine grained per resource permissions when filtering the search results.
* The only allowed `order_by` criteria for admin_search mode is `default`.
Expand All @@ -3794,7 +3794,7 @@ public Builder setAdminSearch(boolean value) {
*
*
* <pre>
* Optional. If set, uses searchAll permission granted on organizations from
* Optional. If set, use searchAll permission granted on organizations from
* `include_org_ids` and projects from `include_project_ids` instead of the
* fine grained per resource permissions when filtering the search results.
* The only allowed `order_by` criteria for admin_search mode is `default`.
Expand Down
Expand Up @@ -238,7 +238,7 @@ public interface SearchCatalogRequestOrBuilder
*
*
* <pre>
* Optional. If set, uses searchAll permission granted on organizations from
* Optional. If set, use searchAll permission granted on organizations from
* `include_org_ids` and projects from `include_project_ids` instead of the
* fine grained per resource permissions when filtering the search results.
* The only allowed `order_by` criteria for admin_search mode is `default`.
Expand Down
Expand Up @@ -735,7 +735,7 @@ message SearchCatalogRequest {
// If this parameter is omitted, it defaults to the descending `relevance`.
string order_by = 5;

// Optional. If set, uses searchAll permission granted on organizations from
// Optional. If set, use searchAll permission granted on organizations from
// `include_org_ids` and projects from `include_project_ids` instead of the
// fine grained per resource permissions when filtering the search results.
// The only allowed `order_by` criteria for admin_search mode is `default`.
Expand Down

0 comments on commit 1285e8d

Please sign in to comment.