google-cloud-service_management-v1 0.3.0 → 0.3.1

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: e065b22f69aa30914c2623538fc7f0edcb7a07c24a0237b478cfdd398734820a
4
- data.tar.gz: 1409cecb6230d9c32dd0e3cdef199be25708049a55006c852817c3a0b10cfa37
3
+ metadata.gz: a1c3f791fdc7e2891744584fb4b0e7a74aefcb230eecffa34260c0b78998328a
4
+ data.tar.gz: ebb010b47c9bc11b29a2a0ae47034c7ee0b50a1c7ff19b4b0f887e9cd678be07
5
5
  SHA512:
6
- metadata.gz: 41b2e1d94057e60025ce45c67df3d5865cf709dd8877d3664b3656a72cefeff3c72310accc7231a2ef35d08b421986691aa4a6d7b82bb45b5f93c83df927aefb
7
- data.tar.gz: e2f9b27373afb228eb3496c78173f8ebd22c642b3fac6253f9c623c58d0518930b92dc25ca394d1c44d0dae18cb8d8c1f0ff8eb8c23077ae7c7eb4a5ed0ee691
6
+ metadata.gz: 64d3aca7f75417b572ee3672fa7f3b49b9c24a3e3ba09cdbb712b3067d622dcbeba3cfd27484b02b4fe50b0fa8d14a129c3259284dd48317848c75da0dfce023
7
+ data.tar.gz: 80b20e89d827efb59bc1315d5c4ba3617eb7f7e8f33562d67c22669db2d290cfd04e2c693b36ed74a8ab4ee8d1bf97cc4ead91a1fed59bf022b718dcc77044be
@@ -24,7 +24,7 @@ module Google
24
24
  module ServiceManagement
25
25
  module V1
26
26
  module ServiceManager
27
- # [Google Service Management API](/service-management/overview)
27
+ # [Google Service Management API](https://cloud.google.com/service-management/overview)
28
28
  class Service
29
29
 
30
30
  include GRPC::GenericService
@@ -31,7 +31,7 @@ module Google
31
31
  module ServiceManagement
32
32
  module V1
33
33
  ##
34
- # [Google Service Management API](/service-management/overview)
34
+ # [Google Service Management API](https://cloud.google.com/service-management/overview)
35
35
  #
36
36
  # To load this service and instantiate a client:
37
37
  #
@@ -27,7 +27,7 @@ module Google
27
27
  ##
28
28
  # Client for the ServiceManager service.
29
29
  #
30
- # [Google Service Management API](/service-management/overview)
30
+ # [Google Service Management API](https://cloud.google.com/service-management/overview)
31
31
  #
32
32
  class Client
33
33
  # @private
@@ -397,7 +397,7 @@ module Google
397
397
  # the default parameter values, pass an empty Hash as a request object (see above).
398
398
  #
399
399
  # @param service_name [::String]
400
- # Required. The name of the service. See the [overview](/service-management/overview)
400
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
401
401
  # for naming requirements. For example: `example.googleapis.com`.
402
402
  #
403
403
  # @yield [response, operation] Access the result along with the RPC operation
@@ -470,7 +470,7 @@ module Google
470
470
  # the default parameter values, pass an empty Hash as a request object (see above).
471
471
  #
472
472
  # @param service_name [::String]
473
- # Required. The name of the service. See the [overview](/service-management/overview)
473
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
474
474
  # for naming requirements. For example: `example.googleapis.com`.
475
475
  #
476
476
  # @yield [response, operation] Access the result along with the RPC operation
@@ -539,7 +539,7 @@ module Google
539
539
  # the default parameter values, pass an empty Hash as a request object (see above).
540
540
  #
541
541
  # @param service_name [::String]
542
- # Required. The name of the service. See the [overview](/service-management/overview)
542
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
543
543
  # for naming requirements. For example: `example.googleapis.com`.
544
544
  # @param page_token [::String]
545
545
  # The token of the page to retrieve.
@@ -612,7 +612,7 @@ module Google
612
612
  # the default parameter values, pass an empty Hash as a request object (see above).
613
613
  #
614
614
  # @param service_name [::String]
615
- # Required. The name of the service. See the [overview](/service-management/overview)
615
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
616
616
  # for naming requirements. For example: `example.googleapis.com`.
617
617
  # @param config_id [::String]
618
618
  # Required. The id of the service configuration resource.
@@ -695,7 +695,7 @@ module Google
695
695
  # the default parameter values, pass an empty Hash as a request object (see above).
696
696
  #
697
697
  # @param service_name [::String]
698
- # Required. The name of the service. See the [overview](/service-management/overview)
698
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
699
699
  # for naming requirements. For example: `example.googleapis.com`.
700
700
  # @param service_config [::Google::Api::Service, ::Hash]
701
701
  # Required. The service configuration resource.
@@ -776,7 +776,7 @@ module Google
776
776
  # the default parameter values, pass an empty Hash as a request object (see above).
777
777
  #
778
778
  # @param service_name [::String]
779
- # Required. The name of the service. See the [overview](/service-management/overview)
779
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
780
780
  # for naming requirements. For example: `example.googleapis.com`.
781
781
  # @param config_source [::Google::Cloud::ServiceManagement::V1::ConfigSource, ::Hash]
782
782
  # Required. The source configuration for the service.
@@ -851,7 +851,7 @@ module Google
851
851
  # the default parameter values, pass an empty Hash as a request object (see above).
852
852
  #
853
853
  # @param service_name [::String]
854
- # Required. The name of the service. See the [overview](/service-management/overview)
854
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
855
855
  # for naming requirements. For example: `example.googleapis.com`.
856
856
  # @param page_token [::String]
857
857
  # The token of the page to retrieve.
@@ -862,10 +862,10 @@ module Google
862
862
  # Required. Use `filter` to return subset of rollouts.
863
863
  # The following filters are supported:
864
864
  # -- To limit the results to only those in
865
- # [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS',
865
+ # status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS',
866
866
  # use filter='status=SUCCESS'
867
867
  # -- To limit the results to those in
868
- # [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED'
868
+ # status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED'
869
869
  # or 'FAILED', use filter='status=CANCELLED OR status=FAILED'
870
870
  #
871
871
  # @yield [response, operation] Access the result along with the RPC operation
@@ -933,7 +933,7 @@ module Google
933
933
  # the default parameter values, pass an empty Hash as a request object (see above).
934
934
  #
935
935
  # @param service_name [::String]
936
- # Required. The name of the service. See the [overview](/service-management/overview)
936
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
937
937
  # for naming requirements. For example: `example.googleapis.com`.
938
938
  # @param rollout_id [::String]
939
939
  # Required. The id of the rollout resource.
@@ -1016,7 +1016,7 @@ module Google
1016
1016
  # the default parameter values, pass an empty Hash as a request object (see above).
1017
1017
  #
1018
1018
  # @param service_name [::String]
1019
- # Required. The name of the service. See the [overview](/service-management/overview)
1019
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
1020
1020
  # for naming requirements. For example: `example.googleapis.com`.
1021
1021
  # @param rollout [::Google::Cloud::ServiceManagement::V1::Rollout, ::Hash]
1022
1022
  # Required. The rollout resource. The `service_name` field is output only.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceManagement
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -25,7 +25,7 @@ module Google
25
25
  # Google Service Management.
26
26
  # @!attribute [rw] service_name
27
27
  # @return [::String]
28
- # The name of the service. See the [overview](/service-management/overview)
28
+ # The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
29
29
  # for naming requirements.
30
30
  # @!attribute [rw] producer_project_id
31
31
  # @return [::String]
@@ -79,7 +79,7 @@ module Google
79
79
  # Request message for DeleteService method.
80
80
  # @!attribute [rw] service_name
81
81
  # @return [::String]
82
- # Required. The name of the service. See the [overview](/service-management/overview)
82
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
83
83
  # for naming requirements. For example: `example.googleapis.com`.
84
84
  class DeleteServiceRequest
85
85
  include ::Google::Protobuf::MessageExts
@@ -89,7 +89,7 @@ module Google
89
89
  # Request message for UndeleteService method.
90
90
  # @!attribute [rw] service_name
91
91
  # @return [::String]
92
- # Required. The name of the service. See the [overview](/service-management/overview)
92
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
93
93
  # for naming requirements. For example: `example.googleapis.com`.
94
94
  class UndeleteServiceRequest
95
95
  include ::Google::Protobuf::MessageExts
@@ -108,7 +108,7 @@ module Google
108
108
  # Request message for GetServiceConfig method.
109
109
  # @!attribute [rw] service_name
110
110
  # @return [::String]
111
- # Required. The name of the service. See the [overview](/service-management/overview)
111
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
112
112
  # for naming requirements. For example: `example.googleapis.com`.
113
113
  # @!attribute [rw] config_id
114
114
  # @return [::String]
@@ -139,7 +139,7 @@ module Google
139
139
  # Request message for ListServiceConfigs method.
140
140
  # @!attribute [rw] service_name
141
141
  # @return [::String]
142
- # Required. The name of the service. See the [overview](/service-management/overview)
142
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
143
143
  # for naming requirements. For example: `example.googleapis.com`.
144
144
  # @!attribute [rw] page_token
145
145
  # @return [::String]
@@ -168,7 +168,7 @@ module Google
168
168
  # Request message for CreateServiceConfig method.
169
169
  # @!attribute [rw] service_name
170
170
  # @return [::String]
171
- # Required. The name of the service. See the [overview](/service-management/overview)
171
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
172
172
  # for naming requirements. For example: `example.googleapis.com`.
173
173
  # @!attribute [rw] service_config
174
174
  # @return [::Google::Api::Service]
@@ -181,7 +181,7 @@ module Google
181
181
  # Request message for SubmitConfigSource method.
182
182
  # @!attribute [rw] service_name
183
183
  # @return [::String]
184
- # Required. The name of the service. See the [overview](/service-management/overview)
184
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
185
185
  # for naming requirements. For example: `example.googleapis.com`.
186
186
  # @!attribute [rw] config_source
187
187
  # @return [::Google::Cloud::ServiceManagement::V1::ConfigSource]
@@ -208,7 +208,7 @@ module Google
208
208
  # Request message for 'CreateServiceRollout'
209
209
  # @!attribute [rw] service_name
210
210
  # @return [::String]
211
- # Required. The name of the service. See the [overview](/service-management/overview)
211
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
212
212
  # for naming requirements. For example: `example.googleapis.com`.
213
213
  # @!attribute [rw] rollout
214
214
  # @return [::Google::Cloud::ServiceManagement::V1::Rollout]
@@ -221,7 +221,7 @@ module Google
221
221
  # Request message for 'ListServiceRollouts'
222
222
  # @!attribute [rw] service_name
223
223
  # @return [::String]
224
- # Required. The name of the service. See the [overview](/service-management/overview)
224
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
225
225
  # for naming requirements. For example: `example.googleapis.com`.
226
226
  # @!attribute [rw] page_token
227
227
  # @return [::String]
@@ -235,10 +235,10 @@ module Google
235
235
  # Required. Use `filter` to return subset of rollouts.
236
236
  # The following filters are supported:
237
237
  # -- To limit the results to only those in
238
- # [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS',
238
+ # status (google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS',
239
239
  # use filter='status=SUCCESS'
240
240
  # -- To limit the results to those in
241
- # [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED'
241
+ # status (google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED'
242
242
  # or 'FAILED', use filter='status=CANCELLED OR status=FAILED'
243
243
  class ListServiceRolloutsRequest
244
244
  include ::Google::Protobuf::MessageExts
@@ -260,7 +260,7 @@ module Google
260
260
  # Request message for GetServiceRollout method.
261
261
  # @!attribute [rw] service_name
262
262
  # @return [::String]
263
- # Required. The name of the service. See the [overview](/service-management/overview)
263
+ # Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview)
264
264
  # for naming requirements. For example: `example.googleapis.com`.
265
265
  # @!attribute [rw] rollout_id
266
266
  # @return [::String]
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.0
4
+ version: 0.3.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: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.3'
26
+ version: '0.4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement