Skip to content

Commit 27befea

Browse files
chore(multi): Updated some reference documentation links
1 parent 8e483c6 commit 27befea

File tree

91 files changed

+169
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+169
-169
lines changed

google-analytics-admin-v1alpha/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"api_id": "analyticsadmin.googleapis.com",
33
"api_shortname": "analyticsadmin",
4-
"client_documentation": "https://googleapis.dev/ruby/google-analytics-admin-v1alpha/latest",
4+
"client_documentation": "https://rubydoc.info/gems/google-analytics-admin-v1alpha",
55
"distribution_name": "google-analytics-admin-v1alpha",
66
"is_cloud": false,
77
"language": "ruby",

google-analytics-admin-v1alpha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ request = ::Google::Analytics::Admin::V1alpha::GetAccountRequest.new # (request
3737
response = client.get_account request
3838
```
3939

40-
View the [Client Library Documentation](https://googleapis.dev/ruby/google-analytics-admin-v1alpha/latest)
40+
View the [Client Library Documentation](https://rubydoc.info/gems/google-analytics-admin-v1alpha)
4141
for class and method documentation.
4242

4343
## Enabling Logging
4444

4545
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
4646
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
47-
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
47+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
4848
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
4949
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
5050

google-analytics-admin-v1alpha/lib/google/analytics/admin/v1alpha/analytics_admin_service/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9593,9 +9593,9 @@ def list_big_query_links request, options = nil
95939593
# * (`String`) The path to a service account key file in JSON format
95949594
# * (`Hash`) A service account key as a Hash
95959595
# * (`Google::Auth::Credentials`) A googleauth credentials object
9596-
# (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
9596+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
95979597
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
9598-
# (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
9598+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
95999599
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
96009600
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
96019601
# * (`nil`) indicating no credentials

google-analytics-admin-v1alpha/lib/google/analytics/admin/v1alpha/analytics_admin_service/rest/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7214,9 +7214,9 @@ def list_big_query_links request, options = nil
72147214
# * (`String`) The path to a service account key file in JSON format
72157215
# * (`Hash`) A service account key as a Hash
72167216
# * (`Google::Auth::Credentials`) A googleauth credentials object
7217-
# (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
7217+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
72187218
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
7219-
# (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
7219+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
72207220
# * (`nil`) indicating no credentials
72217221
# @return [::Object]
72227222
# @!attribute [rw] scope

google-analytics-admin/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"api_id": "analyticsadmin.googleapis.com",
33
"api_shortname": "analyticsadmin",
4-
"client_documentation": "https://googleapis.dev/ruby/google-analytics-admin/latest",
4+
"client_documentation": "https://rubydoc.info/gems/google-analytics-admin",
55
"distribution_name": "google-analytics-admin",
66
"is_cloud": false,
77
"language": "ruby",

google-analytics-admin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ verisoned gems in as dependencies, and provides high-level methods for
1111
constructing clients. More information on versioned clients can be found below
1212
in the section titled *Which client should I use?*.
1313

14-
View the [Client Library Documentation](https://googleapis.dev/ruby/google-analytics-admin/latest)
14+
View the [Client Library Documentation](https://rubydoc.info/gems/google-analytics-admin)
1515
for this library, google-analytics-admin, to see the convenience methods for
1616
constructing client objects. Reference documentation for the client objects
1717
themselves can be found in the client library documentation for the versioned
1818
client gems:
19-
[google-analytics-admin-v1alpha](https://googleapis.dev/ruby/google-analytics-admin-v1alpha/latest).
19+
[google-analytics-admin-v1alpha](https://rubydoc.info/gems/google-analytics-admin-v1alpha).
2020

2121
## Quick Start
2222

google-analytics-admin/lib/google/analytics/admin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module Admin
3131
# Create a new client object for AnalyticsAdminService.
3232
#
3333
# By default, this returns an instance of
34-
# [Google::Analytics::Admin::V1alpha::AnalyticsAdminService::Client](https://googleapis.dev/ruby/google-analytics-admin-v1alpha/latest/Google/Analytics/Admin/V1alpha/AnalyticsAdminService/Client.html)
34+
# [Google::Analytics::Admin::V1alpha::AnalyticsAdminService::Client](https://rubydoc.info/gems/google-analytics-admin-v1alpha/Google/Analytics/Admin/V1alpha/AnalyticsAdminService/Client)
3535
# for a gRPC client for version V1alpha of the API.
3636
# However, you can specify a different API version by passing it in the
3737
# `version` parameter. If the AnalyticsAdminService service is

google-analytics-data-v1beta/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"api_id": "analyticsdata.googleapis.com",
33
"api_shortname": "analyticsdata",
4-
"client_documentation": "https://googleapis.dev/ruby/google-analytics-data-v1beta/latest",
4+
"client_documentation": "https://rubydoc.info/gems/google-analytics-data-v1beta",
55
"distribution_name": "google-analytics-data-v1beta",
66
"is_cloud": false,
77
"language": "ruby",

google-analytics-data-v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ request = ::Google::Analytics::Data::V1beta::RunReportRequest.new # (request fie
3737
response = client.run_report request
3838
```
3939

40-
View the [Client Library Documentation](https://googleapis.dev/ruby/google-analytics-data-v1beta/latest)
40+
View the [Client Library Documentation](https://rubydoc.info/gems/google-analytics-data-v1beta)
4141
for class and method documentation.
4242

4343
See also the [Product Documentation](https://developers.google.com/analytics/devguides/reporting/data/v1)
@@ -47,7 +47,7 @@ for general usage information.
4747

4848
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
4949
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50-
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
5151
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
5252
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
5353

google-analytics-data-v1beta/lib/google/analytics/data/v1beta/analytics_data/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,9 @@ def check_compatibility request, options = nil
10441044
# * (`String`) The path to a service account key file in JSON format
10451045
# * (`Hash`) A service account key as a Hash
10461046
# * (`Google::Auth::Credentials`) A googleauth credentials object
1047-
# (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1047+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
10481048
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
1049-
# (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1049+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
10501050
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
10511051
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
10521052
# * (`nil`) indicating no credentials

0 commit comments

Comments
 (0)