Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ libraries:
api_description: Programatically manage your Merchant Issues
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-issue-resolution/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-issue-resolution
api_id: merchantapi.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -1253,7 +1253,7 @@ libraries:
api_description: Programmatically manage your Merchant Center Accounts
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-order-tracking/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-order-tracking
api_id: merchantapi.googleapis.com
library_type: GAPIC_AUTO
Expand Down Expand Up @@ -2243,7 +2243,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-accounts/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-accounts
api_id: merchantapi.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -2260,7 +2260,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-conversions/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-conversions
api_id: shopping-merchant-conversions.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -2277,7 +2277,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-datasources/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-datasources
api_id: merchantapi.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -2294,6 +2294,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
library_name: shopping-merchant-inventories
cloud_api: false
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-inventories
GAPICs:
- proto_path: google/shopping/merchant/inventories/v1
Expand All @@ -2304,7 +2305,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-notifications/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-notifications
api_id: shopping-merchant-notifications.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -2320,7 +2321,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-lfp/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-lfp
api_id: shopping-merchant-lfp.googleapis.com
library_type: GAPIC_AUTO
Expand Down Expand Up @@ -2353,7 +2354,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-products/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-products
api_id: merchantapi.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -2369,7 +2370,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-promotions/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-promotions
api_id: merchantapi.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -2386,7 +2387,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
client_documentation:
https://cloud.google.com/java/docs/reference/google-shopping-merchant-quota/latest/overview
release_level: preview
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-quota
api_id: shopping-merchant-quota.googleapis.com
library_type: GAPIC_AUTO
Expand All @@ -2403,6 +2404,7 @@ libraries:
api_description: Programmatically manage your Merchant Center accounts.
library_name: shopping-merchant-reports
cloud_api: false
release_level: stable
distribution_name: com.google.shopping:google-shopping-merchant-reports
GAPICs:
- proto_path: google/shopping/merchant/reports/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://developers.google.com/merchant/api",
"api_description": "Programatically manage your Merchant Issues",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-issue-resolution/latest/overview",
"release_level": "preview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
Expand Down
16 changes: 5 additions & 11 deletions java-java-shopping-merchant-issue-resolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Java idiomatic client for [Merchant Issue Resolution API][product-docs].
- [Product Documentation][product-docs]
- [Client Library Documentation][javadocs]

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.


## Quickstart

Expand Down Expand Up @@ -45,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-issue-resolution:0.10.0'
implementation 'com.google.shopping:google-shopping-merchant-issue-resolution:0.11.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-issue-resolution" % "0.10.0"
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-issue-resolution" % "0.11.0"
```

## Authentication
Expand Down Expand Up @@ -155,9 +152,6 @@ and on [google-cloud-java][g-c-j].
This library follows [Semantic Versioning](http://semver.org/).


It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.


## Contributing

Expand Down Expand Up @@ -198,9 +192,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[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-preview-yellow
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-issue-resolution.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-issue-resolution/0.10.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-issue-resolution/0.11.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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://developers.google.com/merchant/api",
"api_description": "Programmatically manage your Merchant Center Accounts",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-order-tracking/latest/overview",
"release_level": "preview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
Expand Down
16 changes: 5 additions & 11 deletions java-java-shopping-merchant-order-tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Java idiomatic client for [Merchant Order Tracking API][product-docs].
- [Product Documentation][product-docs]
- [Client Library Documentation][javadocs]

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.


## Quickstart

Expand Down Expand Up @@ -45,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-order-tracking:0.10.0'
implementation 'com.google.shopping:google-shopping-merchant-order-tracking:0.11.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-order-tracking" % "0.10.0"
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-order-tracking" % "0.11.0"
```

## Authentication
Expand Down Expand Up @@ -155,9 +152,6 @@ and on [google-cloud-java][g-c-j].
This library follows [Semantic Versioning](http://semver.org/).


It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.


## Contributing

Expand Down Expand Up @@ -198,9 +192,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[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-preview-yellow
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-order-tracking.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-order-tracking/0.10.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-order-tracking/0.11.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
2 changes: 1 addition & 1 deletion java-shopping-merchant-accounts/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://developers.google.com/merchant/api",
"api_description": "Programmatically manage your Merchant Center accounts.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-accounts/latest/overview",
"release_level": "preview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
Expand Down
16 changes: 5 additions & 11 deletions java-shopping-merchant-accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Java idiomatic client for [Merchant API][product-docs].
- [Product Documentation][product-docs]
- [Client Library Documentation][javadocs]

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.


## Quickstart

Expand Down Expand Up @@ -45,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-accounts</artifactId>
<version>0.26.0</version>
<version>0.27.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-accounts:0.26.0'
implementation 'com.google.shopping:google-shopping-merchant-accounts:0.27.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-accounts" % "0.26.0"
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-accounts" % "0.27.0"
```

## Authentication
Expand Down Expand Up @@ -155,9 +152,6 @@ and on [google-cloud-java][g-c-j].
This library follows [Semantic Versioning](http://semver.org/).


It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.


## Contributing

Expand Down Expand Up @@ -198,9 +192,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[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-preview-yellow
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-accounts.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-accounts/0.26.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-accounts/0.27.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
2 changes: 1 addition & 1 deletion java-shopping-merchant-conversions/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://developers.google.com/merchant/api",
"api_description": "Programmatically manage your Merchant Center accounts.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-conversions/latest/overview",
"release_level": "preview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
Expand Down
16 changes: 5 additions & 11 deletions java-shopping-merchant-conversions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Java idiomatic client for [Merchant Conversions API][product-docs].
- [Product Documentation][product-docs]
- [Client Library Documentation][javadocs]

> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.


## Quickstart

Expand Down Expand Up @@ -45,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-conversions</artifactId>
<version>0.29.0</version>
<version>0.30.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.shopping:google-shopping-merchant-conversions:0.29.0'
implementation 'com.google.shopping:google-shopping-merchant-conversions:0.30.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-conversions" % "0.29.0"
libraryDependencies += "com.google.shopping" % "google-shopping-merchant-conversions" % "0.30.0"
```

## Authentication
Expand Down Expand Up @@ -155,9 +152,6 @@ and on [google-cloud-java][g-c-j].
This library follows [Semantic Versioning](http://semver.org/).


It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.


## Contributing

Expand Down Expand Up @@ -198,9 +192,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[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-preview-yellow
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-conversions.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-conversions/0.29.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-conversions/0.30.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
2 changes: 1 addition & 1 deletion java-shopping-merchant-datasources/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://developers.google.com/merchant/api",
"api_description": "Programmatically manage your Merchant Center accounts.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-shopping-merchant-datasources/latest/overview",
"release_level": "preview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
Expand Down
Loading
Loading