Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add samples for cloud storage json api. #26

Merged
merged 1 commit into from
Aug 13, 2015
Merged

Add samples for cloud storage json api. #26

merged 1 commit into from
Aug 13, 2015

Conversation

jerjou
Copy link
Contributor

@jerjou jerjou commented Aug 12, 2015

Move in the sample from its own repo, modify to use Application Default Credentials, and add samples for uploading and deleting objects

@@ -0,0 +1,208 @@
//[START all]
/*
* Copyright (c) 2014 Google Inc.
Copy link
Contributor

Choose a reason for hiding this comment

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

The ultimate nit...2015

@waprin
Copy link
Contributor

waprin commented Aug 12, 2015

Mostly LGTM to me, nice test coverage, added some nits/opinions.

jerjou added a commit that referenced this pull request Aug 13, 2015
Add samples for cloud storage json api.
@jerjou jerjou merged commit bc1c128 into master Aug 13, 2015
@jerjou jerjou deleted the json-storage branch August 13, 2015 16:57
Shabirmean pushed a commit that referenced this pull request Nov 9, 2022
* Add code snippets for Service Directory.

Initially reviewed in pull request: github.com//pull/2538

These are expected to be added to go on our docs site page: cloud.google.com/service-directory/docs/configuring-service-directory

* inline some stuff in EndpointsCreate snippet.

* chore: update libraries-bom to 4.4.0 (#26)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/46cdbcfa-1e99-4e4f-be05-90f447630a24/targets

* chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#29)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud.samples:shared-configuration](https://github.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.14` -> `1.0.15` |

---

### Release Notes

<details>
<summary>GoogleCloudPlatform/java-repo-tools</summary>

### [`v1.0.15`](https://github.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.15)

[Compare Source](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.14...v1.0.15)

-   Move some stuff around (in prep for a change to release process) pom.xml's
-   Add an exclude filter for SpotBugs. (disable the Java 11 surprise)
-   Don't fail on SpotBugs issues for now
-   add PMD reporting
-   Don't fail on PMD issues for now.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update dependency org.threeten:threetenbp to v1.4.3 (#14)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://github.com/ThreeTen/threetenbp)) | patch | `1.4.1` -> `1.4.3` |

---

### Release Notes

<details>
<summary>ThreeTen/threetenbp</summary>

### [`v1.4.3`](https://github.com/ThreeTen/threetenbp/releases/v1.4.3)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.2...v1.4.3)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

### [`v1.4.2`](https://github.com/ThreeTen/threetenbp/releases/v1.4.2)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.1...v1.4.2)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (#30)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) | patch | `4.4.0` -> `4.4.1` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update core dependencies (#1)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | minor | `1.27.2` -> `1.28.1` |
| [com.google.api:gax-grpc](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |
| [com.google.api:gax-bom](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.28.1`](https://github.com/grpc/grpc-java/releases/v1.28.1)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.28.0...v1.28.1)

#### Bug Fixes

-   xds: implement more clear specifications for locality filtering (allow localities with 0 endpoint, ignore localities with 0 weight, check for locality priority continuity). ([#&#8203;6875](https://github.com/grpc/grpc-java/issues/6875))

### [`v1.28.0`](https://github.com/grpc/grpc-java/releases/v1.28.0)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.27.2...v1.28.0)

#### gRPC Java 1.28.0 Release Notes

#### API Changes

-   core: service config parsing now validates the final config object via `LoadBalancerProvider#parseLoadBalancingPolicyConfig`. LoadBalancer developers should use parsed config(`loadBalancingPolicyConfig`) in `ResolvedAddresses` instead of deprecated attribute `io.grpc.LoadBalancer.ATTR_LOAD_BALANCING_CONFIG`.
-   core: remove stickiness from round robin ([#&#8203;6698](https://github.com/grpc/grpc-java/issues/6698))

#### Behavioral Changes

-   core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) ([#&#8203;6637](https://github.com/grpc/grpc-java/issues/6637))
    -   gRPCLB policy selection is being stabilized according to [this gRFC](https://github.com/grpc/proposal/blob/master/A26-grpclb-selection.md). gRPCLB policy will not be automatically selected even if there are SRV addresses resolved. You need to explicitly specify the selection by service config (in TXT records, or via `ManagedChannelBuilder#defaultServiceConfig` or `ManagedChannelBuilder#defaultLoadBalancingPolicy`).

#### New Features

-   This release adds an experimental client side implementation of [xDSv2](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api) APIs. This allows a gRPC client written in Java to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future.

#### Bug Fixes

-   netty: fix a deadlock on start gRPC server ([#&#8203;6601](https://github.com/grpc/grpc-java/issues/6601))
-   netty: negotiated application level protocol is now checked against the correct ALPN list in the SslContext settings
-   okhttp&#x3A; fix incorrect connection-level flow control handling at beginning of connection. 
-   alts: Fix using the wrong way of checking if Conscrypt is available ([#&#8203;6672](https://github.com/grpc/grpc-java/issues/6672))
-   grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
-   alts: do not exclude opencensus-api from google-oauth2's transitive dependencies ([#&#8203;6607](https://github.com/grpc/grpc-java/issues/6607))
    -   grpc-alts was broken since 1.27.0 release for missing opencensus-api used in google-oauth2. This was due to opencensus-api dependency was eliminated from grpc-core. Now it should be included.

#### Documentation

-   stub,examples: Clarify CallStreamObserver's Javadoc ([#&#8203;6561](https://github.com/grpc/grpc-java/issues/6561))

#### Dependencies

-   Bump Netty to 4.1.45.Final and tcnative to 2.0.28.Final
-   Bump okhttp to 2.7.4
-   Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.20.0

#### Acknowledgements

[@&#8203;chrisschek](https://github.com/chrisschek) 
[@&#8203;cushon](https://github.com/cushon) Liam Miller-Cushon
[@&#8203;elharo](https://github.com/elharo) Elliotte Rusty Harold
[@&#8203;gfelbing](https://github.com/gfelbing) Georg Welzel
[@&#8203;hatahet](https://github.com/hatahet) Ziad Hatahet
[@&#8203;leventov](https://github.com/leventov) Roman Leventov
[@&#8203;sourabhsparkala](https://github.com/sourabhsparkala) Sourabh Sarvotham Parkala
[@&#8203;ZhenLian](https://github.com/ZhenLian) Zhen Lian

</details>

<details>
<summary>googleapis/gax-java</summary>

### [`v1.56.0`](https://github.com/googleapis/gax-java/releases/v1.56.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.55.0...v1.56.0)

04-06-2020 10:29 PDT

##### New Features

-   Add ability to partially update retry settings ([#&#8203;993](https://github.com/googleapis/gax-java/pull/993))

##### Dependencies

-   Update grpc to 1.28.1 ([#&#8203;1013](https://github.com/googleapis/gax-java/pull/1013))
-   Update com.google.api:api-common to 1.9.0 ([#&#8203;992](https://github.com/googleapis/gax-java/pull/992))
-   Add javax.annotations dependency in bazel build to gax-grpc ([#&#8203;1000](https://github.com/googleapis/gax-java/pull/1000))

##### Internal / Testing Changes

-   test: make it easier to debug failures in SettingsTest ([#&#8203;994](https://github.com/googleapis/gax-java/pull/994))
-   build: update dependency gradle.plugin.com.dorongold.plugins:task-tree to v1.5 ([#&#8203;995](https://github.com/googleapis/gax-java/pull/995))
-   test: update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1.86.0 ([#&#8203;1008](https://github.com/googleapis/gax-java/pull/1008))

### [`v1.55.0`](https://github.com/googleapis/gax-java/releases/v1.55.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.54.0...v1.55.0)

03-27-2020 08:33 PDT

##### New Features

-   Allow client authors to create their own callable chains ([#&#8203;891](https://github.com/googleapis/gax-java/pull/891))

##### Dependencies

-   Update org.threeten:threetenbp to v1.4.1 ([#&#8203;890](https://github.com/googleapis/gax-java/pull/890))

##### Internal / Testing Changes

-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-bigtable-v2 to v1 ([#&#8203;953](https://github.com/googleapis/gax-java/pull/953))
-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1 ([#&#8203;970](https://github.com/googleapis/gax-java/pull/970))
-   remove unused property ([#&#8203;887](https://github.com/googleapis/gax-java/pull/887))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.1 (#23)

:robot: I have created a release \*beep\* \*boop\* 
---
### [0.1.1](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1) (2020-04-06)


### Dependencies

* update core dependencies ([#1](https://github.com/googleapis/java-servicedirectory/issues/1)) ([a6b5a40](https://github.com/googleapis/java-servicedirectory/commit/a6b5a40a93d1ad2fe7865b6d284bab6c7adb6692))
* update dependency com.google.api:api-common to v1.9.0 ([#22](https://github.com/googleapis/java-servicedirectory/issues/22)) ([a7a8938](https://github.com/googleapis/java-servicedirectory/commit/a7a89380580ace369d535d6321cea716f3783105))
* update dependency org.threeten:threetenbp to v1.4.3 ([#14](https://github.com/googleapis/java-servicedirectory/issues/14)) ([017312e](https://github.com/googleapis/java-servicedirectory/commit/017312ec13e45e3fed02d90ed64a56e8a99a64e4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* chore(deps): update dependency com.google.cloud:google-cloud-servicedirectory to v0.1.1 (#32)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-servicedirectory](https://github.com/googleapis/java-servicedirectory) | patch | `0.1.0` -> `0.1.1` |

---

### Release Notes

<details>
<summary>googleapis/java-servicedirectory</summary>

### [`v0.1.1`](https://github.com/googleapis/java-servicedirectory/blob/master/CHANGELOG.md#&#8203;011-httpswwwgithubcomgoogleapisjava-servicedirectorycomparev010v011-2020-04-06)

[Compare Source](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.2-SNAPSHOT (#33)

:robot: I have created a release \*beep\* \*boop\* 
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.5.0 (#35)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) | minor | `0.4.0` -> `0.5.0` |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v0.5.0`](https://github.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapisjava-shared-configcomparev040v050-2020-04-07)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v0.4.0...v0.5.0)

##### Features

-   add ban duplicate classes rule ([#&#8203;126](https://github.com/googleapis/java-shared-config/issues/126)) ([e38a7cc](https://github.com/googleapis/java-shared-config/commit/e38a7cc949396f8f5696e62cd060e0c076047b8d))
-   add devsite javadoc profile ([#&#8203;121](https://github.com/googleapis/java-shared-config/issues/121)) ([7f452fb](https://github.com/googleapis/java-shared-config/commit/7f452fb6c5704f6ce0f731085479a28fb99ebcb9))
-   add maven flatten plugin ([#&#8203;127](https://github.com/googleapis/java-shared-config/issues/127)) ([fb00799](https://github.com/googleapis/java-shared-config/commit/fb00799c416d324d68da5b660a26f7ef595c26d9))

##### Bug Fixes

-   declare com.coveo:fmt-maven-plugin version/configuration ([#&#8203;90](https://github.com/googleapis/java-shared-config/issues/90)) ([5cf71a6](https://github.com/googleapis/java-shared-config/commit/5cf71a6ed699907082756e70c2fdee6ad3632f38))

##### Dependencies

-   update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#&#8203;118](https://github.com/googleapis/java-shared-config/issues/118)) ([58ae69e](https://github.com/googleapis/java-shared-config/commit/58ae69eb5ba037963cdaed0c2b0e30663bc873eb))
-   update dependency com.puppycrawl.tools:checkstyle to v8.29 ([f62292d](https://github.com/googleapis/java-shared-config/commit/f62292dab75699a75f8a7d499fe2ccfb7ee93783))
-   update dependency org.apache.maven.plugins:maven-antrun-plugin to v1.8 ([#&#8203;124](https://github.com/googleapis/java-shared-config/issues/124)) ([a681536](https://github.com/googleapis/java-shared-config/commit/a68153643400c3f3b5c5959cda4dc3b552336427))
-   update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.1.2 ([#&#8203;107](https://github.com/googleapis/java-shared-config/issues/107)) ([c9b096b](https://github.com/googleapis/java-shared-config/commit/c9b096b81b1f4f8dc2d1302f259f0321722e1ca5))
-   update dependency org.apache.maven.plugins:maven-site-plugin to v3.9.0 ([#&#8203;103](https://github.com/googleapis/java-shared-config/issues/103)) ([abe7140](https://github.com/googleapis/java-shared-config/commit/abe714060e858c70a83888fb34438c45d97b1168))
-   update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.1.0 ([#&#8203;101](https://github.com/googleapis/java-shared-config/issues/101)) ([ac69572](https://github.com/googleapis/java-shared-config/commit/ac69572be76e4462fdf65fa6e7f0935c3d51d827))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* Fix type in README.

* Add clarifying comments. Add some configuration in ServicesCreate

Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Shabirmean pushed a commit that referenced this pull request Nov 9, 2022
* Add code snippets for Service Directory.

Initially reviewed in pull request: github.com//pull/2538

These are expected to be added to go on our docs site page: cloud.google.com/service-directory/docs/configuring-service-directory

* inline some stuff in EndpointsCreate snippet.

* chore: update libraries-bom to 4.4.0 (#26)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/46cdbcfa-1e99-4e4f-be05-90f447630a24/targets

* chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#29)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud.samples:shared-configuration](https://github.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.14` -> `1.0.15` |

---

### Release Notes

<details>
<summary>GoogleCloudPlatform/java-repo-tools</summary>

### [`v1.0.15`](https://github.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.15)

[Compare Source](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.14...v1.0.15)

-   Move some stuff around (in prep for a change to release process) pom.xml's
-   Add an exclude filter for SpotBugs. (disable the Java 11 surprise)
-   Don't fail on SpotBugs issues for now
-   add PMD reporting
-   Don't fail on PMD issues for now.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update dependency org.threeten:threetenbp to v1.4.3 (#14)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://github.com/ThreeTen/threetenbp)) | patch | `1.4.1` -> `1.4.3` |

---

### Release Notes

<details>
<summary>ThreeTen/threetenbp</summary>

### [`v1.4.3`](https://github.com/ThreeTen/threetenbp/releases/v1.4.3)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.2...v1.4.3)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

### [`v1.4.2`](https://github.com/ThreeTen/threetenbp/releases/v1.4.2)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.1...v1.4.2)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (#30)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) | patch | `4.4.0` -> `4.4.1` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update core dependencies (#1)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | minor | `1.27.2` -> `1.28.1` |
| [com.google.api:gax-grpc](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |
| [com.google.api:gax-bom](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.28.1`](https://github.com/grpc/grpc-java/releases/v1.28.1)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.28.0...v1.28.1)

#### Bug Fixes

-   xds: implement more clear specifications for locality filtering (allow localities with 0 endpoint, ignore localities with 0 weight, check for locality priority continuity). ([#&#8203;6875](https://github.com/grpc/grpc-java/issues/6875))

### [`v1.28.0`](https://github.com/grpc/grpc-java/releases/v1.28.0)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.27.2...v1.28.0)

#### gRPC Java 1.28.0 Release Notes

#### API Changes

-   core: service config parsing now validates the final config object via `LoadBalancerProvider#parseLoadBalancingPolicyConfig`. LoadBalancer developers should use parsed config(`loadBalancingPolicyConfig`) in `ResolvedAddresses` instead of deprecated attribute `io.grpc.LoadBalancer.ATTR_LOAD_BALANCING_CONFIG`.
-   core: remove stickiness from round robin ([#&#8203;6698](https://github.com/grpc/grpc-java/issues/6698))

#### Behavioral Changes

-   core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) ([#&#8203;6637](https://github.com/grpc/grpc-java/issues/6637))
    -   gRPCLB policy selection is being stabilized according to [this gRFC](https://github.com/grpc/proposal/blob/master/A26-grpclb-selection.md). gRPCLB policy will not be automatically selected even if there are SRV addresses resolved. You need to explicitly specify the selection by service config (in TXT records, or via `ManagedChannelBuilder#defaultServiceConfig` or `ManagedChannelBuilder#defaultLoadBalancingPolicy`).

#### New Features

-   This release adds an experimental client side implementation of [xDSv2](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api) APIs. This allows a gRPC client written in Java to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future.

#### Bug Fixes

-   netty: fix a deadlock on start gRPC server ([#&#8203;6601](https://github.com/grpc/grpc-java/issues/6601))
-   netty: negotiated application level protocol is now checked against the correct ALPN list in the SslContext settings
-   okhttp&#x3A; fix incorrect connection-level flow control handling at beginning of connection. 
-   alts: Fix using the wrong way of checking if Conscrypt is available ([#&#8203;6672](https://github.com/grpc/grpc-java/issues/6672))
-   grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
-   alts: do not exclude opencensus-api from google-oauth2's transitive dependencies ([#&#8203;6607](https://github.com/grpc/grpc-java/issues/6607))
    -   grpc-alts was broken since 1.27.0 release for missing opencensus-api used in google-oauth2. This was due to opencensus-api dependency was eliminated from grpc-core. Now it should be included.

#### Documentation

-   stub,examples: Clarify CallStreamObserver's Javadoc ([#&#8203;6561](https://github.com/grpc/grpc-java/issues/6561))

#### Dependencies

-   Bump Netty to 4.1.45.Final and tcnative to 2.0.28.Final
-   Bump okhttp to 2.7.4
-   Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.20.0

#### Acknowledgements

[@&#8203;chrisschek](https://github.com/chrisschek) 
[@&#8203;cushon](https://github.com/cushon) Liam Miller-Cushon
[@&#8203;elharo](https://github.com/elharo) Elliotte Rusty Harold
[@&#8203;gfelbing](https://github.com/gfelbing) Georg Welzel
[@&#8203;hatahet](https://github.com/hatahet) Ziad Hatahet
[@&#8203;leventov](https://github.com/leventov) Roman Leventov
[@&#8203;sourabhsparkala](https://github.com/sourabhsparkala) Sourabh Sarvotham Parkala
[@&#8203;ZhenLian](https://github.com/ZhenLian) Zhen Lian

</details>

<details>
<summary>googleapis/gax-java</summary>

### [`v1.56.0`](https://github.com/googleapis/gax-java/releases/v1.56.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.55.0...v1.56.0)

04-06-2020 10:29 PDT

##### New Features

-   Add ability to partially update retry settings ([#&#8203;993](https://github.com/googleapis/gax-java/pull/993))

##### Dependencies

-   Update grpc to 1.28.1 ([#&#8203;1013](https://github.com/googleapis/gax-java/pull/1013))
-   Update com.google.api:api-common to 1.9.0 ([#&#8203;992](https://github.com/googleapis/gax-java/pull/992))
-   Add javax.annotations dependency in bazel build to gax-grpc ([#&#8203;1000](https://github.com/googleapis/gax-java/pull/1000))

##### Internal / Testing Changes

-   test: make it easier to debug failures in SettingsTest ([#&#8203;994](https://github.com/googleapis/gax-java/pull/994))
-   build: update dependency gradle.plugin.com.dorongold.plugins:task-tree to v1.5 ([#&#8203;995](https://github.com/googleapis/gax-java/pull/995))
-   test: update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1.86.0 ([#&#8203;1008](https://github.com/googleapis/gax-java/pull/1008))

### [`v1.55.0`](https://github.com/googleapis/gax-java/releases/v1.55.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.54.0...v1.55.0)

03-27-2020 08:33 PDT

##### New Features

-   Allow client authors to create their own callable chains ([#&#8203;891](https://github.com/googleapis/gax-java/pull/891))

##### Dependencies

-   Update org.threeten:threetenbp to v1.4.1 ([#&#8203;890](https://github.com/googleapis/gax-java/pull/890))

##### Internal / Testing Changes

-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-bigtable-v2 to v1 ([#&#8203;953](https://github.com/googleapis/gax-java/pull/953))
-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1 ([#&#8203;970](https://github.com/googleapis/gax-java/pull/970))
-   remove unused property ([#&#8203;887](https://github.com/googleapis/gax-java/pull/887))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.1 (#23)

:robot: I have created a release \*beep\* \*boop\* 
---
### [0.1.1](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1) (2020-04-06)


### Dependencies

* update core dependencies ([#1](https://github.com/googleapis/java-servicedirectory/issues/1)) ([a6b5a40](https://github.com/googleapis/java-servicedirectory/commit/a6b5a40a93d1ad2fe7865b6d284bab6c7adb6692))
* update dependency com.google.api:api-common to v1.9.0 ([#22](https://github.com/googleapis/java-servicedirectory/issues/22)) ([a7a8938](https://github.com/googleapis/java-servicedirectory/commit/a7a89380580ace369d535d6321cea716f3783105))
* update dependency org.threeten:threetenbp to v1.4.3 ([#14](https://github.com/googleapis/java-servicedirectory/issues/14)) ([017312e](https://github.com/googleapis/java-servicedirectory/commit/017312ec13e45e3fed02d90ed64a56e8a99a64e4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* chore(deps): update dependency com.google.cloud:google-cloud-servicedirectory to v0.1.1 (#32)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-servicedirectory](https://github.com/googleapis/java-servicedirectory) | patch | `0.1.0` -> `0.1.1` |

---

### Release Notes

<details>
<summary>googleapis/java-servicedirectory</summary>

### [`v0.1.1`](https://github.com/googleapis/java-servicedirectory/blob/master/CHANGELOG.md#&#8203;011-httpswwwgithubcomgoogleapisjava-servicedirectorycomparev010v011-2020-04-06)

[Compare Source](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.2-SNAPSHOT (#33)

:robot: I have created a release \*beep\* \*boop\* 
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.5.0 (#35)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) | minor | `0.4.0` -> `0.5.0` |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v0.5.0`](https://github.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapisjava-shared-configcomparev040v050-2020-04-07)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v0.4.0...v0.5.0)

##### Features

-   add ban duplicate classes rule ([#&#8203;126](https://github.com/googleapis/java-shared-config/issues/126)) ([e38a7cc](https://github.com/googleapis/java-shared-config/commit/e38a7cc949396f8f5696e62cd060e0c076047b8d))
-   add devsite javadoc profile ([#&#8203;121](https://github.com/googleapis/java-shared-config/issues/121)) ([7f452fb](https://github.com/googleapis/java-shared-config/commit/7f452fb6c5704f6ce0f731085479a28fb99ebcb9))
-   add maven flatten plugin ([#&#8203;127](https://github.com/googleapis/java-shared-config/issues/127)) ([fb00799](https://github.com/googleapis/java-shared-config/commit/fb00799c416d324d68da5b660a26f7ef595c26d9))

##### Bug Fixes

-   declare com.coveo:fmt-maven-plugin version/configuration ([#&#8203;90](https://github.com/googleapis/java-shared-config/issues/90)) ([5cf71a6](https://github.com/googleapis/java-shared-config/commit/5cf71a6ed699907082756e70c2fdee6ad3632f38))

##### Dependencies

-   update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#&#8203;118](https://github.com/googleapis/java-shared-config/issues/118)) ([58ae69e](https://github.com/googleapis/java-shared-config/commit/58ae69eb5ba037963cdaed0c2b0e30663bc873eb))
-   update dependency com.puppycrawl.tools:checkstyle to v8.29 ([f62292d](https://github.com/googleapis/java-shared-config/commit/f62292dab75699a75f8a7d499fe2ccfb7ee93783))
-   update dependency org.apache.maven.plugins:maven-antrun-plugin to v1.8 ([#&#8203;124](https://github.com/googleapis/java-shared-config/issues/124)) ([a681536](https://github.com/googleapis/java-shared-config/commit/a68153643400c3f3b5c5959cda4dc3b552336427))
-   update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.1.2 ([#&#8203;107](https://github.com/googleapis/java-shared-config/issues/107)) ([c9b096b](https://github.com/googleapis/java-shared-config/commit/c9b096b81b1f4f8dc2d1302f259f0321722e1ca5))
-   update dependency org.apache.maven.plugins:maven-site-plugin to v3.9.0 ([#&#8203;103](https://github.com/googleapis/java-shared-config/issues/103)) ([abe7140](https://github.com/googleapis/java-shared-config/commit/abe714060e858c70a83888fb34438c45d97b1168))
-   update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.1.0 ([#&#8203;101](https://github.com/googleapis/java-shared-config/issues/101)) ([ac69572](https://github.com/googleapis/java-shared-config/commit/ac69572be76e4462fdf65fa6e7f0935c3d51d827))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* Fix type in README.

* Add clarifying comments. Add some configuration in ServicesCreate

Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Shabirmean pushed a commit that referenced this pull request Nov 9, 2022
* Add code snippets for Service Directory.

Initially reviewed in pull request: github.com//pull/2538

These are expected to be added to go on our docs site page: cloud.google.com/service-directory/docs/configuring-service-directory

* inline some stuff in EndpointsCreate snippet.

* chore: update libraries-bom to 4.4.0 (#26)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/46cdbcfa-1e99-4e4f-be05-90f447630a24/targets

* chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#29)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud.samples:shared-configuration](https://github.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.14` -> `1.0.15` |

---

### Release Notes

<details>
<summary>GoogleCloudPlatform/java-repo-tools</summary>

### [`v1.0.15`](https://github.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.15)

[Compare Source](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.14...v1.0.15)

-   Move some stuff around (in prep for a change to release process) pom.xml's
-   Add an exclude filter for SpotBugs. (disable the Java 11 surprise)
-   Don't fail on SpotBugs issues for now
-   add PMD reporting
-   Don't fail on PMD issues for now.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update dependency org.threeten:threetenbp to v1.4.3 (#14)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://github.com/ThreeTen/threetenbp)) | patch | `1.4.1` -> `1.4.3` |

---

### Release Notes

<details>
<summary>ThreeTen/threetenbp</summary>

### [`v1.4.3`](https://github.com/ThreeTen/threetenbp/releases/v1.4.3)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.2...v1.4.3)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

### [`v1.4.2`](https://github.com/ThreeTen/threetenbp/releases/v1.4.2)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.1...v1.4.2)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (#30)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) | patch | `4.4.0` -> `4.4.1` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update core dependencies (#1)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | minor | `1.27.2` -> `1.28.1` |
| [com.google.api:gax-grpc](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |
| [com.google.api:gax-bom](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.28.1`](https://github.com/grpc/grpc-java/releases/v1.28.1)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.28.0...v1.28.1)

#### Bug Fixes

-   xds: implement more clear specifications for locality filtering (allow localities with 0 endpoint, ignore localities with 0 weight, check for locality priority continuity). ([#&#8203;6875](https://github.com/grpc/grpc-java/issues/6875))

### [`v1.28.0`](https://github.com/grpc/grpc-java/releases/v1.28.0)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.27.2...v1.28.0)

#### gRPC Java 1.28.0 Release Notes

#### API Changes

-   core: service config parsing now validates the final config object via `LoadBalancerProvider#parseLoadBalancingPolicyConfig`. LoadBalancer developers should use parsed config(`loadBalancingPolicyConfig`) in `ResolvedAddresses` instead of deprecated attribute `io.grpc.LoadBalancer.ATTR_LOAD_BALANCING_CONFIG`.
-   core: remove stickiness from round robin ([#&#8203;6698](https://github.com/grpc/grpc-java/issues/6698))

#### Behavioral Changes

-   core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) ([#&#8203;6637](https://github.com/grpc/grpc-java/issues/6637))
    -   gRPCLB policy selection is being stabilized according to [this gRFC](https://github.com/grpc/proposal/blob/master/A26-grpclb-selection.md). gRPCLB policy will not be automatically selected even if there are SRV addresses resolved. You need to explicitly specify the selection by service config (in TXT records, or via `ManagedChannelBuilder#defaultServiceConfig` or `ManagedChannelBuilder#defaultLoadBalancingPolicy`).

#### New Features

-   This release adds an experimental client side implementation of [xDSv2](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api) APIs. This allows a gRPC client written in Java to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future.

#### Bug Fixes

-   netty: fix a deadlock on start gRPC server ([#&#8203;6601](https://github.com/grpc/grpc-java/issues/6601))
-   netty: negotiated application level protocol is now checked against the correct ALPN list in the SslContext settings
-   okhttp&#x3A; fix incorrect connection-level flow control handling at beginning of connection. 
-   alts: Fix using the wrong way of checking if Conscrypt is available ([#&#8203;6672](https://github.com/grpc/grpc-java/issues/6672))
-   grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
-   alts: do not exclude opencensus-api from google-oauth2's transitive dependencies ([#&#8203;6607](https://github.com/grpc/grpc-java/issues/6607))
    -   grpc-alts was broken since 1.27.0 release for missing opencensus-api used in google-oauth2. This was due to opencensus-api dependency was eliminated from grpc-core. Now it should be included.

#### Documentation

-   stub,examples: Clarify CallStreamObserver's Javadoc ([#&#8203;6561](https://github.com/grpc/grpc-java/issues/6561))

#### Dependencies

-   Bump Netty to 4.1.45.Final and tcnative to 2.0.28.Final
-   Bump okhttp to 2.7.4
-   Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.20.0

#### Acknowledgements

[@&#8203;chrisschek](https://github.com/chrisschek) 
[@&#8203;cushon](https://github.com/cushon) Liam Miller-Cushon
[@&#8203;elharo](https://github.com/elharo) Elliotte Rusty Harold
[@&#8203;gfelbing](https://github.com/gfelbing) Georg Welzel
[@&#8203;hatahet](https://github.com/hatahet) Ziad Hatahet
[@&#8203;leventov](https://github.com/leventov) Roman Leventov
[@&#8203;sourabhsparkala](https://github.com/sourabhsparkala) Sourabh Sarvotham Parkala
[@&#8203;ZhenLian](https://github.com/ZhenLian) Zhen Lian

</details>

<details>
<summary>googleapis/gax-java</summary>

### [`v1.56.0`](https://github.com/googleapis/gax-java/releases/v1.56.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.55.0...v1.56.0)

04-06-2020 10:29 PDT

##### New Features

-   Add ability to partially update retry settings ([#&#8203;993](https://github.com/googleapis/gax-java/pull/993))

##### Dependencies

-   Update grpc to 1.28.1 ([#&#8203;1013](https://github.com/googleapis/gax-java/pull/1013))
-   Update com.google.api:api-common to 1.9.0 ([#&#8203;992](https://github.com/googleapis/gax-java/pull/992))
-   Add javax.annotations dependency in bazel build to gax-grpc ([#&#8203;1000](https://github.com/googleapis/gax-java/pull/1000))

##### Internal / Testing Changes

-   test: make it easier to debug failures in SettingsTest ([#&#8203;994](https://github.com/googleapis/gax-java/pull/994))
-   build: update dependency gradle.plugin.com.dorongold.plugins:task-tree to v1.5 ([#&#8203;995](https://github.com/googleapis/gax-java/pull/995))
-   test: update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1.86.0 ([#&#8203;1008](https://github.com/googleapis/gax-java/pull/1008))

### [`v1.55.0`](https://github.com/googleapis/gax-java/releases/v1.55.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.54.0...v1.55.0)

03-27-2020 08:33 PDT

##### New Features

-   Allow client authors to create their own callable chains ([#&#8203;891](https://github.com/googleapis/gax-java/pull/891))

##### Dependencies

-   Update org.threeten:threetenbp to v1.4.1 ([#&#8203;890](https://github.com/googleapis/gax-java/pull/890))

##### Internal / Testing Changes

-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-bigtable-v2 to v1 ([#&#8203;953](https://github.com/googleapis/gax-java/pull/953))
-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1 ([#&#8203;970](https://github.com/googleapis/gax-java/pull/970))
-   remove unused property ([#&#8203;887](https://github.com/googleapis/gax-java/pull/887))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.1 (#23)

:robot: I have created a release \*beep\* \*boop\* 
---
### [0.1.1](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1) (2020-04-06)


### Dependencies

* update core dependencies ([#1](https://github.com/googleapis/java-servicedirectory/issues/1)) ([a6b5a40](https://github.com/googleapis/java-servicedirectory/commit/a6b5a40a93d1ad2fe7865b6d284bab6c7adb6692))
* update dependency com.google.api:api-common to v1.9.0 ([#22](https://github.com/googleapis/java-servicedirectory/issues/22)) ([a7a8938](https://github.com/googleapis/java-servicedirectory/commit/a7a89380580ace369d535d6321cea716f3783105))
* update dependency org.threeten:threetenbp to v1.4.3 ([#14](https://github.com/googleapis/java-servicedirectory/issues/14)) ([017312e](https://github.com/googleapis/java-servicedirectory/commit/017312ec13e45e3fed02d90ed64a56e8a99a64e4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* chore(deps): update dependency com.google.cloud:google-cloud-servicedirectory to v0.1.1 (#32)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-servicedirectory](https://github.com/googleapis/java-servicedirectory) | patch | `0.1.0` -> `0.1.1` |

---

### Release Notes

<details>
<summary>googleapis/java-servicedirectory</summary>

### [`v0.1.1`](https://github.com/googleapis/java-servicedirectory/blob/master/CHANGELOG.md#&#8203;011-httpswwwgithubcomgoogleapisjava-servicedirectorycomparev010v011-2020-04-06)

[Compare Source](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.2-SNAPSHOT (#33)

:robot: I have created a release \*beep\* \*boop\* 
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.5.0 (#35)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) | minor | `0.4.0` -> `0.5.0` |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v0.5.0`](https://github.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapisjava-shared-configcomparev040v050-2020-04-07)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v0.4.0...v0.5.0)

##### Features

-   add ban duplicate classes rule ([#&#8203;126](https://github.com/googleapis/java-shared-config/issues/126)) ([e38a7cc](https://github.com/googleapis/java-shared-config/commit/e38a7cc949396f8f5696e62cd060e0c076047b8d))
-   add devsite javadoc profile ([#&#8203;121](https://github.com/googleapis/java-shared-config/issues/121)) ([7f452fb](https://github.com/googleapis/java-shared-config/commit/7f452fb6c5704f6ce0f731085479a28fb99ebcb9))
-   add maven flatten plugin ([#&#8203;127](https://github.com/googleapis/java-shared-config/issues/127)) ([fb00799](https://github.com/googleapis/java-shared-config/commit/fb00799c416d324d68da5b660a26f7ef595c26d9))

##### Bug Fixes

-   declare com.coveo:fmt-maven-plugin version/configuration ([#&#8203;90](https://github.com/googleapis/java-shared-config/issues/90)) ([5cf71a6](https://github.com/googleapis/java-shared-config/commit/5cf71a6ed699907082756e70c2fdee6ad3632f38))

##### Dependencies

-   update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#&#8203;118](https://github.com/googleapis/java-shared-config/issues/118)) ([58ae69e](https://github.com/googleapis/java-shared-config/commit/58ae69eb5ba037963cdaed0c2b0e30663bc873eb))
-   update dependency com.puppycrawl.tools:checkstyle to v8.29 ([f62292d](https://github.com/googleapis/java-shared-config/commit/f62292dab75699a75f8a7d499fe2ccfb7ee93783))
-   update dependency org.apache.maven.plugins:maven-antrun-plugin to v1.8 ([#&#8203;124](https://github.com/googleapis/java-shared-config/issues/124)) ([a681536](https://github.com/googleapis/java-shared-config/commit/a68153643400c3f3b5c5959cda4dc3b552336427))
-   update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.1.2 ([#&#8203;107](https://github.com/googleapis/java-shared-config/issues/107)) ([c9b096b](https://github.com/googleapis/java-shared-config/commit/c9b096b81b1f4f8dc2d1302f259f0321722e1ca5))
-   update dependency org.apache.maven.plugins:maven-site-plugin to v3.9.0 ([#&#8203;103](https://github.com/googleapis/java-shared-config/issues/103)) ([abe7140](https://github.com/googleapis/java-shared-config/commit/abe714060e858c70a83888fb34438c45d97b1168))
-   update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.1.0 ([#&#8203;101](https://github.com/googleapis/java-shared-config/issues/101)) ([ac69572](https://github.com/googleapis/java-shared-config/commit/ac69572be76e4462fdf65fa6e7f0935c3d51d827))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* Fix type in README.

* Add clarifying comments. Add some configuration in ServicesCreate

Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Shabirmean pushed a commit that referenced this pull request Nov 10, 2022
* Add code snippets for Service Directory.

Initially reviewed in pull request: github.com//pull/2538

These are expected to be added to go on our docs site page: cloud.google.com/service-directory/docs/configuring-service-directory

* inline some stuff in EndpointsCreate snippet.

* chore: update libraries-bom to 4.4.0 (#26)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/46cdbcfa-1e99-4e4f-be05-90f447630a24/targets

* chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#29)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud.samples:shared-configuration](https://github.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.14` -> `1.0.15` |

---

### Release Notes

<details>
<summary>GoogleCloudPlatform/java-repo-tools</summary>

### [`v1.0.15`](https://github.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.15)

[Compare Source](https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.14...v1.0.15)

-   Move some stuff around (in prep for a change to release process) pom.xml's
-   Add an exclude filter for SpotBugs. (disable the Java 11 surprise)
-   Don't fail on SpotBugs issues for now
-   add PMD reporting
-   Don't fail on PMD issues for now.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update dependency org.threeten:threetenbp to v1.4.3 (#14)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [org.threeten:threetenbp](https://www.threeten.org/threetenbp) ([source](https://github.com/ThreeTen/threetenbp)) | patch | `1.4.1` -> `1.4.3` |

---

### Release Notes

<details>
<summary>ThreeTen/threetenbp</summary>

### [`v1.4.3`](https://github.com/ThreeTen/threetenbp/releases/v1.4.3)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.2...v1.4.3)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

### [`v1.4.2`](https://github.com/ThreeTen/threetenbp/releases/v1.4.2)

[Compare Source](https://github.com/ThreeTen/threetenbp/compare/v1.4.1...v1.4.2)

See the [change notes](https://www.threeten.org/threetenbp/changes-report.html) for more information.

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (#30)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) | patch | `4.4.0` -> `4.4.1` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* deps: update core dependencies (#1)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | minor | `1.27.2` -> `1.28.1` |
| [com.google.api:gax-grpc](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |
| [com.google.api:gax-bom](https://github.com/googleapis/gax-java) | minor | `1.54.0` -> `1.56.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.28.1`](https://github.com/grpc/grpc-java/releases/v1.28.1)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.28.0...v1.28.1)

#### Bug Fixes

-   xds: implement more clear specifications for locality filtering (allow localities with 0 endpoint, ignore localities with 0 weight, check for locality priority continuity). ([#&#8203;6875](https://github.com/grpc/grpc-java/issues/6875))

### [`v1.28.0`](https://github.com/grpc/grpc-java/releases/v1.28.0)

[Compare Source](https://github.com/grpc/grpc-java/compare/v1.27.2...v1.28.0)

#### gRPC Java 1.28.0 Release Notes

#### API Changes

-   core: service config parsing now validates the final config object via `LoadBalancerProvider#parseLoadBalancingPolicyConfig`. LoadBalancer developers should use parsed config(`loadBalancingPolicyConfig`) in `ResolvedAddresses` instead of deprecated attribute `io.grpc.LoadBalancer.ATTR_LOAD_BALANCING_CONFIG`.
-   core: remove stickiness from round robin ([#&#8203;6698](https://github.com/grpc/grpc-java/issues/6698))

#### Behavioral Changes

-   core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) ([#&#8203;6637](https://github.com/grpc/grpc-java/issues/6637))
    -   gRPCLB policy selection is being stabilized according to [this gRFC](https://github.com/grpc/proposal/blob/master/A26-grpclb-selection.md). gRPCLB policy will not be automatically selected even if there are SRV addresses resolved. You need to explicitly specify the selection by service config (in TXT records, or via `ManagedChannelBuilder#defaultServiceConfig` or `ManagedChannelBuilder#defaultLoadBalancingPolicy`).

#### New Features

-   This release adds an experimental client side implementation of [xDSv2](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api) APIs. This allows a gRPC client written in Java to receive configuration from an xDSv2 API compatible server and use that configuration to load balance RPCs. In this release, only the virtual host matching and cluster route action is supported. More features will be added in future.

#### Bug Fixes

-   netty: fix a deadlock on start gRPC server ([#&#8203;6601](https://github.com/grpc/grpc-java/issues/6601))
-   netty: negotiated application level protocol is now checked against the correct ALPN list in the SslContext settings
-   okhttp&#x3A; fix incorrect connection-level flow control handling at beginning of connection. 
-   alts: Fix using the wrong way of checking if Conscrypt is available ([#&#8203;6672](https://github.com/grpc/grpc-java/issues/6672))
-   grpclb: grpclb can handle empty address from LoadBalancer instead of throwing exception
-   alts: do not exclude opencensus-api from google-oauth2's transitive dependencies ([#&#8203;6607](https://github.com/grpc/grpc-java/issues/6607))
    -   grpc-alts was broken since 1.27.0 release for missing opencensus-api used in google-oauth2. This was due to opencensus-api dependency was eliminated from grpc-core. Now it should be included.

#### Documentation

-   stub,examples: Clarify CallStreamObserver's Javadoc ([#&#8203;6561](https://github.com/grpc/grpc-java/issues/6561))

#### Dependencies

-   Bump Netty to 4.1.45.Final and tcnative to 2.0.28.Final
-   Bump okhttp to 2.7.4
-   Bump google-auth-library-credentials and google-auth-library-oauth2-http to 0.20.0

#### Acknowledgements

[@&#8203;chrisschek](https://github.com/chrisschek) 
[@&#8203;cushon](https://github.com/cushon) Liam Miller-Cushon
[@&#8203;elharo](https://github.com/elharo) Elliotte Rusty Harold
[@&#8203;gfelbing](https://github.com/gfelbing) Georg Welzel
[@&#8203;hatahet](https://github.com/hatahet) Ziad Hatahet
[@&#8203;leventov](https://github.com/leventov) Roman Leventov
[@&#8203;sourabhsparkala](https://github.com/sourabhsparkala) Sourabh Sarvotham Parkala
[@&#8203;ZhenLian](https://github.com/ZhenLian) Zhen Lian

</details>

<details>
<summary>googleapis/gax-java</summary>

### [`v1.56.0`](https://github.com/googleapis/gax-java/releases/v1.56.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.55.0...v1.56.0)

04-06-2020 10:29 PDT

##### New Features

-   Add ability to partially update retry settings ([#&#8203;993](https://github.com/googleapis/gax-java/pull/993))

##### Dependencies

-   Update grpc to 1.28.1 ([#&#8203;1013](https://github.com/googleapis/gax-java/pull/1013))
-   Update com.google.api:api-common to 1.9.0 ([#&#8203;992](https://github.com/googleapis/gax-java/pull/992))
-   Add javax.annotations dependency in bazel build to gax-grpc ([#&#8203;1000](https://github.com/googleapis/gax-java/pull/1000))

##### Internal / Testing Changes

-   test: make it easier to debug failures in SettingsTest ([#&#8203;994](https://github.com/googleapis/gax-java/pull/994))
-   build: update dependency gradle.plugin.com.dorongold.plugins:task-tree to v1.5 ([#&#8203;995](https://github.com/googleapis/gax-java/pull/995))
-   test: update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1.86.0 ([#&#8203;1008](https://github.com/googleapis/gax-java/pull/1008))

### [`v1.55.0`](https://github.com/googleapis/gax-java/releases/v1.55.0)

[Compare Source](https://github.com/googleapis/gax-java/compare/v1.54.0...v1.55.0)

03-27-2020 08:33 PDT

##### New Features

-   Allow client authors to create their own callable chains ([#&#8203;891](https://github.com/googleapis/gax-java/pull/891))

##### Dependencies

-   Update org.threeten:threetenbp to v1.4.1 ([#&#8203;890](https://github.com/googleapis/gax-java/pull/890))

##### Internal / Testing Changes

-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-bigtable-v2 to v1 ([#&#8203;953](https://github.com/googleapis/gax-java/pull/953))
-   chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-pubsub-v1 to v1 ([#&#8203;970](https://github.com/googleapis/gax-java/pull/970))
-   remove unused property ([#&#8203;887](https://github.com/googleapis/gax-java/pull/887))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.1 (#23)

:robot: I have created a release \*beep\* \*boop\* 
---
### [0.1.1](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1) (2020-04-06)


### Dependencies

* update core dependencies ([#1](https://github.com/googleapis/java-servicedirectory/issues/1)) ([a6b5a40](https://github.com/googleapis/java-servicedirectory/commit/a6b5a40a93d1ad2fe7865b6d284bab6c7adb6692))
* update dependency com.google.api:api-common to v1.9.0 ([#22](https://github.com/googleapis/java-servicedirectory/issues/22)) ([a7a8938](https://github.com/googleapis/java-servicedirectory/commit/a7a89380580ace369d535d6321cea716f3783105))
* update dependency org.threeten:threetenbp to v1.4.3 ([#14](https://github.com/googleapis/java-servicedirectory/issues/14)) ([017312e](https://github.com/googleapis/java-servicedirectory/commit/017312ec13e45e3fed02d90ed64a56e8a99a64e4))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* chore(deps): update dependency com.google.cloud:google-cloud-servicedirectory to v0.1.1 (#32)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-servicedirectory](https://github.com/googleapis/java-servicedirectory) | patch | `0.1.0` -> `0.1.1` |

---

### Release Notes

<details>
<summary>googleapis/java-servicedirectory</summary>

### [`v0.1.1`](https://github.com/googleapis/java-servicedirectory/blob/master/CHANGELOG.md#&#8203;011-httpswwwgithubcomgoogleapisjava-servicedirectorycomparev010v011-2020-04-06)

[Compare Source](https://github.com/googleapis/java-servicedirectory/compare/v0.1.0...v0.1.1)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* chore: release 0.1.2-SNAPSHOT (#33)

:robot: I have created a release \*beep\* \*boop\* 
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.5.0 (#35)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) | minor | `0.4.0` -> `0.5.0` |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v0.5.0`](https://github.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapisjava-shared-configcomparev040v050-2020-04-07)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v0.4.0...v0.5.0)

##### Features

-   add ban duplicate classes rule ([#&#8203;126](https://github.com/googleapis/java-shared-config/issues/126)) ([e38a7cc](https://github.com/googleapis/java-shared-config/commit/e38a7cc949396f8f5696e62cd060e0c076047b8d))
-   add devsite javadoc profile ([#&#8203;121](https://github.com/googleapis/java-shared-config/issues/121)) ([7f452fb](https://github.com/googleapis/java-shared-config/commit/7f452fb6c5704f6ce0f731085479a28fb99ebcb9))
-   add maven flatten plugin ([#&#8203;127](https://github.com/googleapis/java-shared-config/issues/127)) ([fb00799](https://github.com/googleapis/java-shared-config/commit/fb00799c416d324d68da5b660a26f7ef595c26d9))

##### Bug Fixes

-   declare com.coveo:fmt-maven-plugin version/configuration ([#&#8203;90](https://github.com/googleapis/java-shared-config/issues/90)) ([5cf71a6](https://github.com/googleapis/java-shared-config/commit/5cf71a6ed699907082756e70c2fdee6ad3632f38))

##### Dependencies

-   update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#&#8203;118](https://github.com/googleapis/java-shared-config/issues/118)) ([58ae69e](https://github.com/googleapis/java-shared-config/commit/58ae69eb5ba037963cdaed0c2b0e30663bc873eb))
-   update dependency com.puppycrawl.tools:checkstyle to v8.29 ([f62292d](https://github.com/googleapis/java-shared-config/commit/f62292dab75699a75f8a7d499fe2ccfb7ee93783))
-   update dependency org.apache.maven.plugins:maven-antrun-plugin to v1.8 ([#&#8203;124](https://github.com/googleapis/java-shared-config/issues/124)) ([a681536](https://github.com/googleapis/java-shared-config/commit/a68153643400c3f3b5c5959cda4dc3b552336427))
-   update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.1.2 ([#&#8203;107](https://github.com/googleapis/java-shared-config/issues/107)) ([c9b096b](https://github.com/googleapis/java-shared-config/commit/c9b096b81b1f4f8dc2d1302f259f0321722e1ca5))
-   update dependency org.apache.maven.plugins:maven-site-plugin to v3.9.0 ([#&#8203;103](https://github.com/googleapis/java-shared-config/issues/103)) ([abe7140](https://github.com/googleapis/java-shared-config/commit/abe714060e858c70a83888fb34438c45d97b1168))
-   update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.1.0 ([#&#8203;101](https://github.com/googleapis/java-shared-config/issues/101)) ([ac69572](https://github.com/googleapis/java-shared-config/commit/ac69572be76e4462fdf65fa6e7f0935c3d51d827))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-servicedirectory).

* Fix type in README.

* Add clarifying comments. Add some configuration in ServicesCreate

Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Shabirmean pushed a commit that referenced this pull request Nov 15, 2022
Shabirmean pushed a commit that referenced this pull request Nov 15, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request Nov 17, 2022
### Migrating samples from [googleapis/java-speech](https://github.com/googleapis/java-speech/tree/main/samples) into [java-docs-samples/speech](https://github.com/GoogleCloudPlatform/java-docs-samples)
---

- samples: Speech GA - library update (#1212)
- samples: Due to API backend changes, update the samples to match (#1595)
-  fix: update retry configs, adds generated samples (#26)
- build: move clirr to separate check (#30)
- feat: add speaker_tag to WordInfo (#40)
- chore: update common templates, regenerate tests
- samples: Fix flaky speech test for speaker diarization (#1829)
- chore(regen): update license year for generated files (#82)
- chore(regen): regenerate with updated year
- samples: move generated samples to generated directory (#105)
- chore: update common templates
- samples: fix: flaky tests in speech (#2286)
- samples: speech: move samples out of branch (#2324)
- samples: scaffold pom.xml files (#118)
- chore(deps): update dependency com.google.cloud:libraries-bom to v4.3.0 (#122)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.13 (#126)
- samples: update shared config (#2443)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.14 (#130)
- chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.0 (#131)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.15 (#133)
- chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (#134)
- chore(deps): update dependency com.google.cloud:libraries-bom to v5 (#144)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.16 (#149)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.17 (#153)
- chore: fix samples snippets and update name in repo-metadata (#155)
- chore(deps): update dependency com.google.cloud:libraries-bom to v5.2.0 (#160)
- chore(deps): update dependency com.google.cloud:libraries-bom to v5.3.0 (#167)
- chore(deps): update dependency com.google.cloud:libraries-bom to v5.5.0 (#177)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.18 (#200)
- chore(deps): update dependency com.google.cloud:libraries-bom to v5.7.0 (#199)
- chore(deps): update dependency com.google.cloud:libraries-bom to v6 (#210)
- chore(deps): update dependency com.google.cloud:libraries-bom to v7 (#214)
- chore(deps): update dependency com.google.cloud:libraries-bom to v7.0.1 (#222)
- chore(deps): update dependency com.google.cloud:libraries-bom to v8 (#227)
- chore(deps): update dependency com.google.cloud:libraries-bom to v8.1.0 (#237)
- samples: Add Speech API quickstart sample. (#497)
- samples: Adds sync / async examples for local and remote files
- samples: Fixes whitespace around while blocks
- samples: Adds some basic javadocs and comments
- samples: Infer project from env
- samples: Updates to use v1 release.
- samples: Fixes checkstyle issues.
- samples: Adds streaming example and tests.
- samples: Nits found in self-review.
- samples: Removes commented out code snippet and adds note on async local file limit.
- samples: Speech async examples (#612)
- samples: Vision speech upgrade (#641)
- samples: updating to latest google-cloud-* dependencies (#723)
- samples: Upgrades client and addresses changes to long running operations
- samples: Adds support for word time offset
- samples: Minimizes cloud maven dependencies and fixes lint warnings
- samples: Fixes seconds reported in word time offsets and enables maven checks
- samples: Updates to highlight word time offsets (#787)
- samples: Use only first alternative. Comments for clarity (#837)
- samples: Auto-update dependencies. (#853)
- samples: Auto-update dependencies. (#912)
- samples: Updated mlengine, monitoring, pubsub, spanner, and speech. (#993)
- samples: Speech samples (#1036)
- samples: Add model selection to streaming sample (#1073)
- samples: Model selection (#1074)
- samples: Add Auto-Punctuation samples to speech (#1079)
- samples: Add samples for enhanced models and metadata (#1093)
- samples: Add speech beta samples (#1151)
- samples: [DO_NOT_MERGE] Microphone streaming with a 1 minute duration. (#1185)
- samples: Speech region tag update (#1188)
- samples: updates word time offsets region tag (#1191)
- samples: Speech GA - library update (#1212)
- samples: Bump QuickStartSample to v1 (#1285)
- samples: Infinite Stream recognition (#1297)
- samples: Speech multi-channel GA (#1341)
- samples: Data logging opt-in is no longer required for enhanced models (#1360)
- samples: Updated Infinite streaming sample (#1422)
- samples: Revert Tests, product team rolled back changes, Auto Punctuation behavior is back to the expected output (#1428)
- samples: Increase timeout to 5 mins (#1453)
- samples: Update Recognize.java (#1460)
- samples: Add back missing break statement (#1512)
- samples: Added command line option class + option to pass different lang code as argument (#1504)
- samples: Update a default value to parameter (#1522)
- samples: Add samples for speech diarization ga (auto-punctuation samples alrea… (#1744)
- samples: speech: add ga samples and fix some flaky tests (#2049)
- samples: update shared config (#2443)
- samples: speech: make flaky tests generic (#2825)
- samples: fix test dependencies
- chore(deps): update dependency com.google.cloud:libraries-bom to v9 (#263)
- chore(deps): update dependency com.google.cloud:libraries-bom to v10 (#271)
- chore(deps): update dependency com.google.cloud:libraries-bom to v11
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.21 (#294)
- chore(deps): update dependency com.google.cloud:libraries-bom to v12 (#298)
- test(deps): update dependency junit:junit to v4.13.1
- chore(deps): update dependency com.google.cloud:libraries-bom to v12.1.0 (#310)
- chore(deps): update dependency com.google.cloud:libraries-bom to v13 (#321)
- chore(deps): update dependency com.google.cloud:libraries-bom to v13.1.0 (#326)
- test(deps): update dependency com.google.truth:truth to v1.1 (#322)
- chore(deps): update dependency com.google.cloud:libraries-bom to v13.2.0 (#332)
- chore(deps): update dependency com.google.cloud:libraries-bom to v13.3.0 (#334)
- chore(deps): update dependency com.google.cloud:libraries-bom to v13.4.0 (#338)
- chore(deps): update dependency com.google.cloud:libraries-bom to v14 (#347)
- chore(deps): update dependency com.google.cloud:libraries-bom to v15 (#350)
- chore(deps): update dependency com.google.cloud:libraries-bom to v15.1.0 (#357)
- chore(deps): update dependency com.google.cloud:libraries-bom to v16 (#364)
- samples: add recognize sample with profanity filter (#376)
- samples: refactor quickstart to use a gcs file (#378)
- chore(deps): update dependency com.google.cloud:libraries-bom to v16.2.0 (#389)
- samples: add multi region transcribe sample (#394)
- chore(deps): update dependency com.google.cloud:libraries-bom to v16.2.1 (#398)
- chore(deps): update dependency com.google.cloud:libraries-bom to v16.3.0 (#405)
- test(deps): update dependency com.google.truth:truth to v1.1.2 (#407)
- chore(deps): update dependency com.google.cloud:libraries-bom to v16.4.0 (#423)
- test(deps): update dependency junit:junit to v4.13.2 (#428)
- chore(deps): update dependency com.google.cloud:libraries-bom to v17 (#441)
- chore(deps): update dependency com.google.cloud:libraries-bom to v18 (#445)
- chore(deps): update dependency com.google.cloud:libraries-bom to v18.1.0 (#456)
- chore(deps): update dependency com.google.cloud:libraries-bom to v19 (#459)
- chore(samples): adds model adaptation sample (#468)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.22 (#482)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20 (#486)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.1.0 (#493)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.2.0 (#505)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.3.0 (#514)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.4.0 (#523)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.5.0 (#535)
- test(deps): update dependency com.google.truth:truth to v1.1.3 (#537)
- chore: change region (#538)
- samples: adds export to GCS sample (#544)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.6.0 (#552)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.23 (#551)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.7.0 (#568)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.8.0 (#578)
- chore(deps): update dependency com.google.cloud:libraries-bom to v20.9.0 (#589)
- chore(deps): update dependency com.google.cloud:libraries-bom to v21 (#625)
- chore(deps): update dependency com.google.cloud:libraries-bom to v22 (#650)
- chore(deps): update dependency com.google.cloud:libraries-bom to v23 (#663)
- chore: migrate to owlbot (#660)
- chore(deps): update dependency com.google.cloud:libraries-bom to v23.1.0 (#702)
- chore(deps): update dependency com.google.cloud:libraries-bom to v24 (#719)
- deps: update dependency commons-cli:commons-cli to v1.5.0 (#720)
- sample: Configure polling algorithm in long recognition sample (#464)
- chore: cleanup cloud RAD generation (#1269) (#725)
- docs(samples): refactors the export-to-gcs sample (#737)
- deps: update dependency org.json:json to v20211205 (#745)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.24 (#742)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.2.0 (#753)
- chore(deps): update dependency com.google.cloud:libraries-bom to v24.1.0 (#758)
- chore(deps): update dependency com.google.cloud:libraries-bom to v24.1.1 (#759)
- chore(deps): update dependency com.google.cloud:libraries-bom to v24.1.2 (#764)
- chore(deps): update dependency com.google.cloud:libraries-bom to v24.2.0 (#775)
- chore(deps): update dependency com.google.cloud:libraries-bom to v24.3.0 (#794)
- chore(deps): update dependency com.google.cloud:libraries-bom to v24.4.0 (#823)
- deps: update dependency org.json:json to v20220320 (#835)
- chore(deps): update dependency com.google.cloud:libraries-bom to v25 (#834)
- chore(deps): update dependency com.google.cloud:libraries-bom to v25.1.0 (#849)
- chore(deps): update dependency com.google.cloud:libraries-bom to v25.2.0 (#876)
- chore(deps): update dependency com.google.cloud:libraries-bom to v25.3.0 (#883)
- chore(deps): update dependency com.google.cloud:libraries-bom to v25.4.0 (#892)
- chore(deps): update dependency com.google.cloud:libraries-bom to v26 (#918)
- chore(deps): update dependency com.google.cloud:libraries-bom to v26.1.0 (#938)
- chore(deps): update dependency com.google.cloud:libraries-bom to v26.1.1 (#941)
- chore(deps): update dependency com.google.cloud:libraries-bom to v26.1.2 (#957)
- deps: update dependency org.json:json to v20220924 (#961)
- chore(deps): update dependency com.google.cloud:libraries-bom to v26.1.3 (#975)

Fixes #issue

> It's a good idea to open an issue first for discussion.

- [ ] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md)
- [ ] `pom.xml` parent set to latest `shared-configuration`
- [ ] Appropriate changes to README are included in PR
- [ ] API's need to be enabled to test (tell us)
- [ ] Environment Variables need to be set (ask us to set them)
- [ ] **Tests** pass:   `mvn clean verify` **required**
- [ ] **Lint**  passes: `mvn -P lint checkstyle:check` **required**
- [ ] **Static Analysis**:  `mvn -P lint clean compile pmd:cpd-check spotbugs:check` **advisory only**
- [ ] Please **merge** this PR for me once it is approved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants