google-apis-serviceusage_v1 0.28.0 → 0.62.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,8 @@ module Google
34
34
  #
35
35
  # @see https://cloud.google.com/service-usage/
36
36
  class ServiceUsageService < Google::Apis::Core::BaseService
37
+ DEFAULT_ENDPOINT_TEMPLATE = "https://serviceusage.$UNIVERSE_DOMAIN$/"
38
+
37
39
  # @return [String]
38
40
  # API key. Your API key identifies your project and provides you with API access,
39
41
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -45,7 +47,7 @@ module Google
45
47
  attr_accessor :quota_user
46
48
 
47
49
  def initialize
48
- super('https://serviceusage.googleapis.com/', '',
50
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
49
51
  client_name: 'google-apis-serviceusage_v1',
50
52
  client_version: Google::Apis::ServiceusageV1::GEM_VERSION)
51
53
  @batch_path = 'batch'
@@ -57,8 +59,8 @@ module Google
57
59
  # Clients can use Operations.GetOperation or other methods to check whether the
58
60
  # cancellation succeeded or whether the operation completed despite cancellation.
59
61
  # On successful cancellation, the operation is not deleted; instead, it becomes
60
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
61
- # corresponding to `Code.CANCELLED`.
62
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
63
+ # , corresponding to `Code.CANCELLED`.
62
64
  # @param [String] name
63
65
  # The name of the operation resource to be cancelled.
64
66
  # @param [Google::Apis::ServiceusageV1::CancelOperationRequest] cancel_operation_request_object
@@ -156,13 +158,7 @@ module Google
156
158
  end
157
159
 
158
160
  # Lists operations that match the specified filter in the request. If the server
159
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
160
- # binding allows API services to override the binding to use different resource
161
- # name schemes, such as `users/*/operations`. To override the binding, API
162
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
163
- # service configuration. For backwards compatibility, the default name includes
164
- # the operations collection id, however overriding users must ensure the name
165
- # binding is the parent resource, without the operations collection id.
161
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
166
162
  # @param [String] filter
167
163
  # The standard list filter.
168
164
  # @param [String] name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2025-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.62.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Usage API V1