google-apis-servicemanagement_v1 0.2.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7dc7c615e8f671939f888ccb91cec53356153a38ef8078378112cb82645da3fe
4
- data.tar.gz: 26c1d3b4602d212ae9f3f8998afeaa5a997c4d2fecd61ca396419dbf45072f2c
3
+ metadata.gz: f3d5622ee1384143838e0aa4631740c16f7daf3ff41edf3870d65fdea61eb179
4
+ data.tar.gz: 50cd5278a4105e11f7247b6b1a51c0f865ad88c4d6ffdaf13a429ec1d23b61fd
5
5
  SHA512:
6
- metadata.gz: 66f12e633df8509d52fdcb125c8f2e74b6f721ce08f099418c28c88b4c36e064985d9af15e97baefdfcbab0d4e5edf9cecb41f6127177d9ee3634346b2b1ca50
7
- data.tar.gz: 24cc914e5ccc91b90b27d4aa7bbaf2c613000a98466757cd6b7a3c4657407bb8b512f81a9ea3e860271c93823f873c3752547fdb60728661b90a5fd0890b6865
6
+ metadata.gz: 3cd3c11de118713d2d641da7f5996e5c95519e5bfc1208d3c5fc870c02ff010c0321e5db10a49417e1a922c615b8716a02a508860e414ffe6de09216fe4e7d45
7
+ data.tar.gz: 69ac60b9c3af8fa752cd716dac99f4e211327d39777f097c6d59e7a1529a71a1516e1d985c1d1375740beeb2ac9f152dc1f3d49e6e8be9eefd7224b1ebfebaf2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.7.0 (2021-03-30)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
7
+ ### v0.6.0 (2021-03-23)
8
+
9
+ * Regenerated from discovery document revision 20210319
10
+
11
+ ### v0.5.0 (2021-03-17)
12
+
13
+ * Regenerated from discovery document revision 20210311
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.4.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.3.0 (2021-02-23)
21
+
22
+ * Regenerated from discovery document revision 20210219
23
+
3
24
  ### v0.2.0 (2021-02-03)
4
25
 
5
26
  * Regenerated from discovery document revision 20210129
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # View and manage your data across Google Cloud Platform services
34
+ # See, edit, configure, and delete your Google Cloud Platform data
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
 
37
37
  # View your data across Google Cloud Platform services
@@ -1020,19 +1020,6 @@ module Google
1020
1020
  end
1021
1021
  end
1022
1022
 
1023
- # Operation payload for DisableService method.
1024
- class DisableServiceResponse
1025
- include Google::Apis::Core::Hashable
1026
-
1027
- def initialize(**args)
1028
- update!(**args)
1029
- end
1030
-
1031
- # Update properties of this object
1032
- def update!(**args)
1033
- end
1034
- end
1035
-
1036
1023
  # `Documentation` provides the information for describing a service. Example:
1037
1024
  # documentation: summary: > The Google Calendar API gives access to most
1038
1025
  # calendar features. pages: - name: Overview content: (== include google/foo/
@@ -1151,28 +1138,6 @@ module Google
1151
1138
  end
1152
1139
  end
1153
1140
 
1154
- # Request message for EnableService method.
1155
- class EnableServiceRequest
1156
- include Google::Apis::Core::Hashable
1157
-
1158
- # Required. The identity of consumer resource which service enablement will be
1159
- # applied to. The Google Service Management implementation accepts the following
1160
- # forms: - "project:" Note: this is made compatible with google.api.
1161
- # servicecontrol.v1.Operation.consumer_id.
1162
- # Corresponds to the JSON property `consumerId`
1163
- # @return [String]
1164
- attr_accessor :consumer_id
1165
-
1166
- def initialize(**args)
1167
- update!(**args)
1168
- end
1169
-
1170
- # Update properties of this object
1171
- def update!(**args)
1172
- @consumer_id = args[:consumer_id] if args.key?(:consumer_id)
1173
- end
1174
- end
1175
-
1176
1141
  # Operation payload for EnableService method.
1177
1142
  class EnableServiceResponse
1178
1143
  include Google::Apis::Core::Hashable
@@ -3166,11 +3131,11 @@ module Google
3166
3131
  # and delegates other aspects to sub-sections. Each sub-section is either a
3167
3132
  # proto message or a repeated proto message that configures a specific aspect,
3168
3133
  # such as auth. See each proto message definition for details. Example: type:
3169
- # google.api.Service config_version: 3 name: calendar.googleapis.com title:
3170
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
3171
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
3172
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
3173
- # requirements: provider_id: google_calendar_auth
3134
+ # google.api.Service name: calendar.googleapis.com title: Google Calendar API
3135
+ # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
3136
+ # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
3137
+ # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
3138
+ # provider_id: google_calendar_auth
3174
3139
  class Service
3175
3140
  include Google::Apis::Core::Hashable
3176
3141
 
@@ -3216,7 +3181,8 @@ module Google
3216
3181
  # @return [Google::Apis::ServicemanagementV1::Billing]
3217
3182
  attr_accessor :billing
3218
3183
 
3219
- # Deprecated. The service config compiler always sets this field to `3`.
3184
+ # Obsolete. Do not use. This field has no semantic meaning. The service config
3185
+ # compiler always sets this field to `3`.
3220
3186
  # Corresponds to the JSON property `configVersion`
3221
3187
  # @return [Fixnum]
3222
3188
  attr_accessor :config_version
@@ -3676,11 +3642,11 @@ module Google
3676
3642
  # and delegates other aspects to sub-sections. Each sub-section is either a
3677
3643
  # proto message or a repeated proto message that configures a specific aspect,
3678
3644
  # such as auth. See each proto message definition for details. Example: type:
3679
- # google.api.Service config_version: 3 name: calendar.googleapis.com title:
3680
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
3681
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
3682
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
3683
- # requirements: provider_id: google_calendar_auth
3645
+ # google.api.Service name: calendar.googleapis.com title: Google Calendar API
3646
+ # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
3647
+ # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
3648
+ # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
3649
+ # provider_id: google_calendar_auth
3684
3650
  # Corresponds to the JSON property `serviceConfig`
3685
3651
  # @return [Google::Apis::ServicemanagementV1::Service]
3686
3652
  attr_accessor :service_config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210129"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
@@ -178,12 +178,6 @@ module Google
178
178
  include Google::Apis::Core::JsonObjectSupport
179
179
  end
180
180
 
181
- class DisableServiceResponse
182
- class Representation < Google::Apis::Core::JsonRepresentation; end
183
-
184
- include Google::Apis::Core::JsonObjectSupport
185
- end
186
-
187
181
  class Documentation
188
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
189
183
 
@@ -196,12 +190,6 @@ module Google
196
190
  include Google::Apis::Core::JsonObjectSupport
197
191
  end
198
192
 
199
- class EnableServiceRequest
200
- class Representation < Google::Apis::Core::JsonRepresentation; end
201
-
202
- include Google::Apis::Core::JsonObjectSupport
203
- end
204
-
205
193
  class EnableServiceResponse
206
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
195
 
@@ -800,12 +788,6 @@ module Google
800
788
  end
801
789
  end
802
790
 
803
- class DisableServiceResponse
804
- # @private
805
- class Representation < Google::Apis::Core::JsonRepresentation
806
- end
807
- end
808
-
809
791
  class Documentation
810
792
  # @private
811
793
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -829,13 +811,6 @@ module Google
829
811
  end
830
812
  end
831
813
 
832
- class EnableServiceRequest
833
- # @private
834
- class Representation < Google::Apis::Core::JsonRepresentation
835
- property :consumer_id, as: 'consumerId'
836
- end
837
- end
838
-
839
814
  class EnableServiceResponse
840
815
  # @private
841
816
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -200,42 +200,6 @@ module Google
200
200
  execute_or_queue_command(command, &block)
201
201
  end
202
202
 
203
- # Enables a service for a project, so it can be used for the project. See [Cloud
204
- # Auth Guide](https://cloud.google.com/docs/authentication) for more information.
205
- # Operation
206
- # @param [String] service_name
207
- # Required. Name of the service to enable. Specifying an unknown service name
208
- # will cause the request to fail.
209
- # @param [Google::Apis::ServicemanagementV1::EnableServiceRequest] enable_service_request_object
210
- # @param [String] fields
211
- # Selector specifying which fields to include in a partial response.
212
- # @param [String] quota_user
213
- # Available to use for quota purposes for server-side applications. Can be any
214
- # arbitrary string assigned to a user, but should not exceed 40 characters.
215
- # @param [Google::Apis::RequestOptions] options
216
- # Request-specific options
217
- #
218
- # @yield [result, err] Result & error if block supplied
219
- # @yieldparam result [Google::Apis::ServicemanagementV1::Operation] parsed result object
220
- # @yieldparam err [StandardError] error object if request failed
221
- #
222
- # @return [Google::Apis::ServicemanagementV1::Operation]
223
- #
224
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
225
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
226
- # @raise [Google::Apis::AuthorizationError] Authorization is required
227
- def enable_service(service_name, enable_service_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
228
- command = make_simple_command(:post, 'v1/services/{serviceName}:enable', options)
229
- command.request_representation = Google::Apis::ServicemanagementV1::EnableServiceRequest::Representation
230
- command.request_object = enable_service_request_object
231
- command.response_representation = Google::Apis::ServicemanagementV1::Operation::Representation
232
- command.response_class = Google::Apis::ServicemanagementV1::Operation
233
- command.params['serviceName'] = service_name unless service_name.nil?
234
- command.query['fields'] = fields unless fields.nil?
235
- command.query['quotaUser'] = quota_user unless quota_user.nil?
236
- execute_or_queue_command(command, &block)
237
- end
238
-
239
203
  # Generates and returns a report (errors, warnings and changes from existing
240
204
  # configurations) associated with GenerateConfigReportRequest.new_value If
241
205
  # GenerateConfigReportRequest.old_value is specified,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.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: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicemanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Management API V1