Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
877b90a
WIP
shubhangi-google Jun 16, 2025
e036c60
wip
shubhangi-google Jun 20, 2025
33a8d55
wip
shubhangi-google Jun 20, 2025
7f5d121
get and list working
shubhangi-google Jun 20, 2025
1dcd5bb
pause_disable_resume_working
shubhangi-google Jun 24, 2025
f99baa4
adding all samples
shubhangi-google Jul 1, 2025
65d5833
adding comments
shubhangi-google Jul 3, 2025
d8498e4
adding comment
shubhangi-google Jul 3, 2025
842bdf2
updates
shubhangi-google Jul 3, 2025
bd0b9cd
Update storage_control_create_anywhere_cache.rb
shubhangi-google Jul 3, 2025
3b9cda3
Update storage_control_disable_anywhere_cache.rb
shubhangi-google Jul 3, 2025
feb8f47
updates
shubhangi-google Jul 3, 2025
af3c7ef
updates
shubhangi-google Jul 4, 2025
e69000b
Update storage_control_create_anywhere_cache.rb
shubhangi-google Jul 4, 2025
808d1e9
Update storage_control_pause_anywhere_cache.rb
shubhangi-google Jul 4, 2025
54f2c14
updating
shubhangi-google Jul 4, 2025
7edf04d
removing reference for V2 library
shubhangi-google Jul 11, 2025
4b4d0a6
fix lint
shubhangi-google Jul 15, 2025
90f3a0b
Update storage_control_update_anywhere_cache.rb
shubhangi-google Aug 1, 2025
93af0da
try refreshing operation status
shubhangi-google Sep 2, 2025
2b29efc
try operation refresh
shubhangi-google Sep 2, 2025
b78928f
try get request
shubhangi-google Sep 2, 2025
b6020d3
fix syntax error
shubhangi-google Sep 3, 2025
fecdaa6
updating test cases with delay
shubhangi-google Sep 7, 2025
78b6dbf
fix lint issue
shubhangi-google Sep 7, 2025
cecd6d9
lint fix
shubhangi-google Sep 7, 2025
2b508ea
Update storage_control_anywhere_cache_test.rb
shubhangi-google Sep 7, 2025
ed9c641
Update README.md
shubhangi-google Sep 7, 2025
3dace3d
Update storage_control_anywhere_cache_test.rb
shubhangi-google Sep 7, 2025
3a70b81
merging main
shubhangi-google Sep 22, 2025
ace1464
lint fix
shubhangi-google Sep 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "20 8 * * *"
- cron: "21 8 * * *"
workflow_dispatch:
inputs:
head:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
ruby-version: "${{ matrix.ruby }}"
- name: Install NodeJS 18.x
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: "18.x"
- name: Install tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: "CodeQL"

on:
schedule:
- cron: '23 12 * * 6'
- cron: '21 12 * * 6'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version: '>=1.23.0'
- name: Install tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please-now.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release-Please Now
on:
schedule:
- cron: '02 10 * * *'
- cron: '21 10 * * *'
workflow_dispatch:
inputs:
args:
Expand Down
986 changes: 495 additions & 491 deletions .release-please-manifest.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions google-ads-ad_manager-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 2.1.0 (2025-09-11)

#### Features

* update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+

### 2.0.0 (2025-07-15)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion google-ads-ad_manager-v1/google-ads-ad_manager-v1.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.1"
gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Ads
module AdManager
module V1
VERSION = "2.0.0"
VERSION = "2.1.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-ads-ad_manager-v1",
"version": "2.0.0",
"version": "2.1.0",
"language": "RUBY",
"apis": [
{
Expand Down
6 changes: 6 additions & 0 deletions google-ads-ad_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 2.0.1 (2025-09-12)

#### Documentation

* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))

### 2.0.0 (2025-07-21)

### ⚠ BREAKING CHANGES
Expand Down
8 changes: 8 additions & 0 deletions google-ads-ad_manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
1. [Enable the API.](https://console.cloud.google.com/apis/library/admanager.googleapis.com)
1. [Set up authentication.](AUTHENTICATION.md)

```ruby
require "google/ads/ad_manager"

client = Google::Ads::AdManager.ad_break_service
request = ::Google::Ads::AdManager::V1::GetAdBreakRequest.new # (request fields as keyword arguments...)
response = client.get_ad_break request
```

## Debug Logging

This library comes with opt-in Debug Logging that can help you troubleshoot
Expand Down
2 changes: 1 addition & 1 deletion google-ads-ad_manager/lib/google/ads/ad_manager/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Ads
module AdManager
VERSION = "2.0.0"
VERSION = "2.0.1"
end
end
end
6 changes: 6 additions & 0 deletions google-ads-marketing_platform-admin-v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.2.0 (2025-09-11)

#### Features

* update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+

### 0.1.0 (2025-05-21)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.1"
gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Ads
module MarketingPlatform
module Admin
module V1alpha
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-ads-marketing_platform-admin-v1alpha",
"version": "0.1.0",
"version": "0.2.0",
"language": "RUBY",
"apis": [
{
Expand Down
6 changes: 6 additions & 0 deletions google-ads-marketing_platform-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.1.1 (2025-09-12)

#### Documentation

* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))

### 0.1.0 (2025-05-21)

#### Features
Expand Down
8 changes: 8 additions & 0 deletions google-ads-marketing_platform-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
1. [Enable the API.](https://console.cloud.google.com/apis/library/marketingplatformadmin.googleapis.com)
1. [Set up authentication.](AUTHENTICATION.md)

```ruby
require "google/ads/marketing_platform/admin"

client = Google::Ads::MarketingPlatform::Admin.marketingplatform_admin_service
request = ::Google::Ads::MarketingPlatform::Admin::V1alpha::GetOrganizationRequest.new # (request fields as keyword arguments...)
response = client.get_organization request
```

## Debug Logging

This library comes with opt-in Debug Logging that can help you troubleshoot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Ads
module MarketingPlatform
module Admin
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end
end
Expand Down
6 changes: 6 additions & 0 deletions google-analytics-admin-v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 0.38.0 (2025-09-11)

#### Features

* update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+

### 0.37.0 (2025-08-26)

### ⚠ BREAKING CHANGES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.1"
gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Analytics
module Admin
module V1alpha
VERSION = "0.37.0"
VERSION = "0.38.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-analytics-admin-v1alpha",
"version": "0.37.0",
"version": "0.38.0",
"language": "RUBY",
"apis": [
{
Expand Down
6 changes: 6 additions & 0 deletions google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.6.3 (2025-09-12)

#### Documentation

* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))

### 0.6.2 (2025-04-29)

#### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions google-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ In order to use this library, you first need to go through the following steps:
1. [Enable the API.](https://console.cloud.google.com/apis/library/analyticsadmin.googleapis.com)
1. [Set up authentication.](AUTHENTICATION.md)

```ruby
require "google/analytics/admin"

client = Google::Analytics::Admin.analytics_admin_service
request = ::Google::Analytics::Admin::V1alpha::GetAccountRequest.new # (request fields as keyword arguments...)
response = client.get_account request
```

## Debug Logging

This library comes with opt-in Debug Logging that can help you troubleshoot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Analytics
module Admin
VERSION = "0.6.2"
VERSION = "0.6.3"
end
end
end
6 changes: 6 additions & 0 deletions google-analytics-data-v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.18.0 (2025-09-11)

#### Features

* update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+

### 0.17.0 (2025-05-12)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.1"
gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Analytics
module Data
module V1beta
VERSION = "0.17.0"
VERSION = "0.18.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-analytics-data-v1beta",
"version": "0.17.0",
"version": "0.18.0",
"language": "RUBY",
"apis": [
{
Expand Down
6 changes: 6 additions & 0 deletions google-analytics-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.7.2 (2025-09-12)

#### Documentation

* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))

### 0.7.1 (2025-04-29)

#### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions google-analytics-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
1. [Enable the API.](https://console.cloud.google.com/apis/library/analyticsdata.googleapis.com)
1. [Set up authentication.](AUTHENTICATION.md)

```ruby
require "google/analytics/data"

client = Google::Analytics::Data.analytics_data
request = ::Google::Analytics::Data::V1beta::RunReportRequest.new # (request fields as keyword arguments...)
response = client.run_report request
```

## Debug Logging

This library comes with opt-in Debug Logging that can help you troubleshoot
Expand Down
2 changes: 1 addition & 1 deletion google-analytics-data/lib/google/analytics/data/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Analytics
module Data
VERSION = "0.7.1"
VERSION = "0.7.2"
end
end
end
6 changes: 6 additions & 0 deletions google-apps-chat-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.16.0 (2025-09-11)

#### Features

* update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+

### 0.15.0 (2025-08-27)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion google-apps-chat-v1/google-apps-chat-v1.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 3.1"

gem.add_dependency "gapic-common", "~> 1.1"
gem.add_dependency "gapic-common", "~> 1.2"
gem.add_dependency "google-apps-card-v1", "> 0.0", "< 2.a"
gem.add_dependency "google-cloud-errors", "~> 1.0"
end
2 changes: 1 addition & 1 deletion google-apps-chat-v1/lib/google/apps/chat/v1/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Apps
module Chat
module V1
VERSION = "0.15.0"
VERSION = "0.16.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-apps-chat-v1",
"version": "0.15.0",
"version": "0.16.0",
"language": "RUBY",
"apis": [
{
Expand Down
6 changes: 6 additions & 0 deletions google-apps-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.1.2 (2025-09-12)

#### Documentation

* Add examples to wrapper libraries README.md ([#31320](https://github.com/googleapis/google-cloud-ruby/issues/31320))

### 1.1.1 (2025-04-29)

#### Bug Fixes
Expand Down
Loading