google-cloud-service_management-v1 0.3.9 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -80,7 +80,7 @@ module Google
80
80
  # @!attribute [rw] service_name
81
81
  # @return [::String]
82
82
  # Required. The name of the service. See the
83
- # [overview](/service-management/overview) for naming requirements. For
83
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
84
84
  # example: `example.googleapis.com`.
85
85
  class DeleteServiceRequest
86
86
  include ::Google::Protobuf::MessageExts
@@ -91,7 +91,7 @@ module Google
91
91
  # @!attribute [rw] service_name
92
92
  # @return [::String]
93
93
  # Required. The name of the service. See the
94
- # [overview](/service-management/overview) for naming requirements. For
94
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
95
95
  # example: `example.googleapis.com`.
96
96
  class UndeleteServiceRequest
97
97
  include ::Google::Protobuf::MessageExts
@@ -111,7 +111,7 @@ module Google
111
111
  # @!attribute [rw] service_name
112
112
  # @return [::String]
113
113
  # Required. The name of the service. See the
114
- # [overview](/service-management/overview) for naming requirements. For
114
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
115
115
  # example: `example.googleapis.com`.
116
116
  # @!attribute [rw] config_id
117
117
  # @return [::String]
@@ -143,7 +143,7 @@ module Google
143
143
  # @!attribute [rw] service_name
144
144
  # @return [::String]
145
145
  # Required. The name of the service. See the
146
- # [overview](/service-management/overview) for naming requirements. For
146
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
147
147
  # example: `example.googleapis.com`.
148
148
  # @!attribute [rw] page_token
149
149
  # @return [::String]
@@ -173,7 +173,7 @@ module Google
173
173
  # @!attribute [rw] service_name
174
174
  # @return [::String]
175
175
  # Required. The name of the service. See the
176
- # [overview](/service-management/overview) for naming requirements. For
176
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
177
177
  # example: `example.googleapis.com`.
178
178
  # @!attribute [rw] service_config
179
179
  # @return [::Google::Api::Service]
@@ -187,7 +187,7 @@ module Google
187
187
  # @!attribute [rw] service_name
188
188
  # @return [::String]
189
189
  # Required. The name of the service. See the
190
- # [overview](/service-management/overview) for naming requirements. For
190
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
191
191
  # example: `example.googleapis.com`.
192
192
  # @!attribute [rw] config_source
193
193
  # @return [::Google::Cloud::ServiceManagement::V1::ConfigSource]
@@ -215,7 +215,7 @@ module Google
215
215
  # @!attribute [rw] service_name
216
216
  # @return [::String]
217
217
  # Required. The name of the service. See the
218
- # [overview](/service-management/overview) for naming requirements. For
218
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
219
219
  # example: `example.googleapis.com`.
220
220
  # @!attribute [rw] rollout
221
221
  # @return [::Google::Cloud::ServiceManagement::V1::Rollout]
@@ -229,7 +229,7 @@ module Google
229
229
  # @!attribute [rw] service_name
230
230
  # @return [::String]
231
231
  # Required. The name of the service. See the
232
- # [overview](/service-management/overview) for naming requirements. For
232
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
233
233
  # example: `example.googleapis.com`.
234
234
  # @!attribute [rw] page_token
235
235
  # @return [::String]
@@ -269,7 +269,7 @@ module Google
269
269
  # @!attribute [rw] service_name
270
270
  # @return [::String]
271
271
  # Required. The name of the service. See the
272
- # [overview](/service-management/overview) for naming requirements. For
272
+ # [overview](https://cloud.google.com/service-infrastructure/docs/overview) for naming requirements. For
273
273
  # example: `example.googleapis.com`.
274
274
  # @!attribute [rw] rollout_id
275
275
  # @return [::String]
@@ -44,7 +44,7 @@ module Google
44
44
  # foo = any.unpack(Foo.class);
45
45
  # }
46
46
  #
47
- # Example 3: Pack and unpack a message in Python.
47
+ # Example 3: Pack and unpack a message in Python.
48
48
  #
49
49
  # foo = Foo(...)
50
50
  # any = Any()
@@ -54,7 +54,7 @@ module Google
54
54
  # any.Unpack(foo)
55
55
  # ...
56
56
  #
57
- # Example 4: Pack and unpack a message in Go
57
+ # Example 4: Pack and unpack a message in Go
58
58
  #
59
59
  # foo := &pb.Foo{...}
60
60
  # any, err := anypb.New(foo)
@@ -75,7 +75,7 @@ module Google
75
75
  #
76
76
  #
77
77
  # JSON
78
- # ====
78
+ #
79
79
  # The JSON representation of an `Any` value uses the regular
80
80
  # representation of the deserialized, embedded message, with an
81
81
  # additional field `@type` which contains the type URL. Example:
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -46,8 +46,8 @@ module Google
46
46
 
47
47
  # `Value` represents a dynamically typed value which can be either
48
48
  # null, a number, a string, a boolean, a recursive struct value, or a
49
- # list of values. A producer of value is expected to set one of that
50
- # variants, absence of any variant indicates an error.
49
+ # list of values. A producer of value is expected to set one of these
50
+ # variants. Absence of any variant indicates an error.
51
51
  #
52
52
  # The JSON representation for `Value` is JSON value.
53
53
  # @!attribute [rw] null_value
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.4.1
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-04-21 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.17.1
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.7'
29
+ version: 0.17.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,28 +50,28 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.25.1
53
+ version: 1.26.3
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.25.1
60
+ version: 1.26.3
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: minitest
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '5.14'
67
+ version: '5.16'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '5.14'
74
+ version: '5.16'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest-focus
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -106,14 +106,14 @@ dependencies:
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: '12.0'
109
+ version: '13.0'
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - ">="
115
115
  - !ruby/object:Gem::Version
116
- version: '12.0'
116
+ version: '13.0'
117
117
  - !ruby/object:Gem::Dependency
118
118
  name: redcarpet
119
119
  requirement: !ruby/object:Gem::Requirement
@@ -184,6 +184,7 @@ files:
184
184
  - proto_docs/google/api/auth.rb
185
185
  - proto_docs/google/api/backend.rb
186
186
  - proto_docs/google/api/billing.rb
187
+ - proto_docs/google/api/client.rb
187
188
  - proto_docs/google/api/config_change.rb
188
189
  - proto_docs/google/api/context.rb
189
190
  - proto_docs/google/api/control.rb
@@ -228,14 +229,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
228
229
  requirements:
229
230
  - - ">="
230
231
  - !ruby/object:Gem::Version
231
- version: '2.5'
232
+ version: '2.6'
232
233
  required_rubygems_version: !ruby/object:Gem::Requirement
233
234
  requirements:
234
235
  - - ">="
235
236
  - !ruby/object:Gem::Version
236
237
  version: '0'
237
238
  requirements: []
238
- rubygems_version: 3.3.5
239
+ rubygems_version: 3.4.2
239
240
  signing_key:
240
241
  specification_version: 4
241
242
  summary: API Client library for the Service Management V1 API