google-apis-serviceusage_v1 0.75.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/serviceusage_v1/classes.rb +8 -10
- data/lib/google/apis/serviceusage_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ff654a276866b375d3ff790382cd8e37abf50782f7df9689966fb2e26560a91
|
|
4
|
+
data.tar.gz: 8020e5aca08b21f0106933394e2dd90c72c9fcde41b590c057b85c0f410824be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee543e1d3e7dd3d3d252d5d15aa76e1ecf95fcf4db1a927370487d6d2a0a600b74d7c4cf34df027220d08daebb728619907c60d8f661f82d41a07e142609742d
|
|
7
|
+
data.tar.gz: abaae8e3febcc897096a117766b37450af129702a9fc4b3a4487c17b5699e94ee5c42098981467ac08770a8621b25b0ed2d1cf211d645767a1752a1c74c13c2b
|
data/CHANGELOG.md
CHANGED
|
@@ -653,7 +653,9 @@ module Google
|
|
|
653
653
|
# @return [Hash<String,Google::Apis::ServiceusageV1::BackendRule>]
|
|
654
654
|
attr_accessor :overrides_by_request_protocol
|
|
655
655
|
|
|
656
|
-
#
|
|
656
|
+
# Path translation specifies how to combine the backend address with the request
|
|
657
|
+
# path in order to produce the appropriate forwarding URL for the request. See
|
|
658
|
+
# PathTranslation for more details.
|
|
657
659
|
# Corresponds to the JSON property `pathTranslation`
|
|
658
660
|
# @return [String]
|
|
659
661
|
attr_accessor :path_translation
|
|
@@ -1115,7 +1117,8 @@ module Google
|
|
|
1115
1117
|
attr_accessor :reference_docs_uri
|
|
1116
1118
|
|
|
1117
1119
|
# This message is used to configure the generation of a subset of the RPCs in a
|
|
1118
|
-
# service for client libraries.
|
|
1120
|
+
# service for client libraries. Note: This feature should not be used in most
|
|
1121
|
+
# cases.
|
|
1119
1122
|
# Corresponds to the JSON property `selectiveGapicGeneration`
|
|
1120
1123
|
# @return [Google::Apis::ServiceusageV1::SelectiveGapicGeneration]
|
|
1121
1124
|
attr_accessor :selective_gapic_generation
|
|
@@ -2384,13 +2387,7 @@ module Google
|
|
|
2384
2387
|
|
|
2385
2388
|
# Configuration for network endpoints. If this is empty, then an endpoint with
|
|
2386
2389
|
# the same name as the service is automatically generated to service all defined
|
|
2387
|
-
# APIs.
|
|
2388
|
-
# automatic generation of default endpoint variations (e.g., ``service`.clients6.
|
|
2389
|
-
# google.com`, `content-`service`.googleapis.com`, and mTLS variants like ``
|
|
2390
|
-
# service`.mtls.googleapis.com`). To retain these default variations, you are
|
|
2391
|
-
# required to explicitly include your main service endpoint (e.g., `myservice.
|
|
2392
|
-
# googleapis.com`) in this list alongside any other custom endpoints (like REP,
|
|
2393
|
-
# GFE, etc.).
|
|
2390
|
+
# APIs.
|
|
2394
2391
|
# Corresponds to the JSON property `endpoints`
|
|
2395
2392
|
# @return [Array<Google::Apis::ServiceusageV1::Endpoint>]
|
|
2396
2393
|
attr_accessor :endpoints
|
|
@@ -5186,7 +5183,8 @@ module Google
|
|
|
5186
5183
|
end
|
|
5187
5184
|
|
|
5188
5185
|
# This message is used to configure the generation of a subset of the RPCs in a
|
|
5189
|
-
# service for client libraries.
|
|
5186
|
+
# service for client libraries. Note: This feature should not be used in most
|
|
5187
|
+
# cases.
|
|
5190
5188
|
class SelectiveGapicGeneration
|
|
5191
5189
|
include Google::Apis::Core::Hashable
|
|
5192
5190
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceusageV1
|
|
18
18
|
# Version of the google-apis-serviceusage_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.76.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260403"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-serviceusage_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.76.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.76.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|