Skip to content

Commit 70043da

Browse files
chore(main): release google-cloud-commerce_producer-v1beta 0.1.0 (#35011)
* chore(main): release google-cloud-commerce_producer-v1beta 0.1.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent cda834a commit 70043da

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"google-cloud-commerce-consumer-procurement-v1+FILLER": "0.0.0",
260260
"google-cloud-commerce_producer": "0.0.1",
261261
"google-cloud-commerce_producer+FILLER": "0.0.0",
262-
"google-cloud-commerce_producer-v1beta": "0.0.1",
262+
"google-cloud-commerce_producer-v1beta": "0.1.0",
263263
"google-cloud-commerce_producer-v1beta+FILLER": "0.0.0",
264264
"google-cloud-compute": "1.19.0",
265265
"google-cloud-compute+FILLER": "0.0.0",

google-cloud-commerce_producer-v1beta/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "commerceproducer",
99
"name_pretty": "Cloud Commerce Producer V1BETA API",
1010
"product_documentation": "https://docs.cloud.google.com/marketplace/docs/partners/commerce-producer-api/reference",
11-
"release_level": "unreleased",
11+
"release_level": "preview",
1212
"repo": "googleapis/google-cloud-ruby",
1313
"requires_billing": true,
1414
"ruby-cloud-description": "Using this API, partners can: * Manage private offers extended to specific customer billing accounts. * Attach documents to private offers, such as custom EULAs or Statements of Work. * Publish private offers to make them available to customers. # Data Model The following resources are exposed by this API: * **Service**: Represents a service offered by a partner on Google Cloud Marketplace. * **StandardOffer**: Represents a standard offer for a product, which can be used as a base for private offers. * **PrivateOffer**: Represents a customized offer extended to a specific customer billing account. * **PrivateOfferDocument**: Represents a document attached to a private offer. * **SkuGroup**: Represents a group of SKUs (Stock Keeping Units) used for pricing or commitment. * **Sku**: Represents a SKU (Stock Keeping Unit) used for pricing or commitment. Note that google-cloud-commerce_producer-v1beta is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-commerce_producer instead. See the readme for more details.",
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# Release History
1+
# Changelog
22

3+
### 0.1.0 (2026-07-23)
4+
5+
#### Features
6+
7+
* Include all languages and ResolveAmendmentTarget endpoint in public client libraries ([#34999](https://github.com/googleapis/google-cloud-ruby/issues/34999))
8+
* Initial generation of google-cloud-commerce_producer-v1beta, google-cloud-commerce_producer ([#34990](https://github.com/googleapis/google-cloud-ruby/issues/34990))
9+
10+
## Release History

google-cloud-commerce_producer-v1beta/lib/google/cloud/commerce_producer/v1beta/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module CommerceProducer
2323
module V1beta
24-
VERSION = "0.0.1"
24+
VERSION = "0.1.0"
2525
end
2626
end
2727
end

google-cloud-commerce_producer-v1beta/snippets/snippet_metadata_google.cloud.commerceproducer.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-commerce_producer-v1beta",
4-
"version": "",
4+
"version": "0.1.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)