google-cloud-saas_platform-saas_service_mgmt-v1beta1 0.a → 0.1.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/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +154 -8
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/bindings_override.rb +77 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/rest.rb +41 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_deployments/client.rb +3785 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_deployments/credentials.rb +49 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_deployments/paths.rb +185 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_deployments/rest/client.rb +3557 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_deployments/rest/service_stub.rb +1925 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_deployments/rest.rb +55 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_deployments.rb +57 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_rollouts/client.rb +1517 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_rollouts/credentials.rb +49 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_rollouts/paths.rb +128 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_rollouts/rest/client.rb +1429 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_rollouts/rest/service_stub.rb +697 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_rollouts/rest.rb +55 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/saas_rollouts.rb +57 -0
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1/version.rb +7 -2
- data/lib/google/cloud/saas_platform/saas_service_mgmt/v1beta1.rb +48 -0
- data/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/common_pb.rb +58 -0
- data/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources_pb.rb +73 -0
- data/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_service_pb.rb +89 -0
- data/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_service_services_pb.rb +105 -0
- data/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/rollouts_resources_pb.rb +60 -0
- data/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/rollouts_service_pb.rb +65 -0
- data/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/rollouts_service_services_pb.rb +65 -0
- data/lib/google-cloud-saas_platform-saas_service_mgmt-v1beta1.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +473 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/field_info.rb +88 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/common.rb +231 -0
- data/proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb +837 -0
- data/proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_service.rb +976 -0
- data/proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/rollouts_resources.rb +389 -0
- data/proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/rollouts_service.rb +344 -0
- data/proto_docs/google/protobuf/any.rb +145 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- metadata +94 -9
@@ -0,0 +1,976 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module SaasPlatform
|
23
|
+
module SaasServiceMgmt
|
24
|
+
module V1beta1
|
25
|
+
# The request structure for the ListSaas method.
|
26
|
+
# @!attribute [rw] parent
|
27
|
+
# @return [::String]
|
28
|
+
# Required. The parent of the saas.
|
29
|
+
# @!attribute [rw] page_size
|
30
|
+
# @return [::Integer]
|
31
|
+
# The maximum number of saas to send per page.
|
32
|
+
# @!attribute [rw] page_token
|
33
|
+
# @return [::String]
|
34
|
+
# The page token: If the next_page_token from a previous response
|
35
|
+
# is provided, this request will send the subsequent page.
|
36
|
+
# @!attribute [rw] filter
|
37
|
+
# @return [::String]
|
38
|
+
# Filter the list as specified in https://google.aip.dev/160.
|
39
|
+
# @!attribute [rw] order_by
|
40
|
+
# @return [::String]
|
41
|
+
# Order results as specified in https://google.aip.dev/132.
|
42
|
+
class ListSaasRequest
|
43
|
+
include ::Google::Protobuf::MessageExts
|
44
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
45
|
+
end
|
46
|
+
|
47
|
+
# The response structure for the ListSaas method.
|
48
|
+
# @!attribute [rw] saas
|
49
|
+
# @return [::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas>]
|
50
|
+
# The resulting saas.
|
51
|
+
# @!attribute [rw] next_page_token
|
52
|
+
# @return [::String]
|
53
|
+
# If present, the next page token can be provided to a subsequent
|
54
|
+
# ListSaas call to list the next page.
|
55
|
+
# If empty, there are no more pages.
|
56
|
+
# @!attribute [rw] unreachable
|
57
|
+
# @return [::Array<::String>]
|
58
|
+
# Locations that could not be reached.
|
59
|
+
class ListSaasResponse
|
60
|
+
include ::Google::Protobuf::MessageExts
|
61
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
62
|
+
end
|
63
|
+
|
64
|
+
# The request structure for the GetSaas method.
|
65
|
+
# @!attribute [rw] name
|
66
|
+
# @return [::String]
|
67
|
+
# Required. The resource name of the resource within a service.
|
68
|
+
class GetSaasRequest
|
69
|
+
include ::Google::Protobuf::MessageExts
|
70
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
71
|
+
end
|
72
|
+
|
73
|
+
# The request structure for the CreateSaas method.
|
74
|
+
# @!attribute [rw] parent
|
75
|
+
# @return [::String]
|
76
|
+
# Required. The parent of the saas.
|
77
|
+
# @!attribute [rw] saas_id
|
78
|
+
# @return [::String]
|
79
|
+
# Required. The ID value for the new saas.
|
80
|
+
# @!attribute [rw] saas
|
81
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas]
|
82
|
+
# Required. The desired state for the saas.
|
83
|
+
# @!attribute [rw] validate_only
|
84
|
+
# @return [::Boolean]
|
85
|
+
# If "validate_only" is set to true, the service will try to validate
|
86
|
+
# that this request would succeed, but will not actually make changes.
|
87
|
+
# @!attribute [rw] request_id
|
88
|
+
# @return [::String]
|
89
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
90
|
+
# so that if you must retry your request, the server will know to ignore
|
91
|
+
# the request if it has already been completed. The server will guarantee
|
92
|
+
# that for at least 60 minutes since the first request.
|
93
|
+
#
|
94
|
+
# For example, consider a situation where you make an initial request and the
|
95
|
+
# request times out. If you make the request again with the same request
|
96
|
+
# ID, the server can check if original operation with the same request ID
|
97
|
+
# was received, and if so, will ignore the second request. This prevents
|
98
|
+
# clients from accidentally creating duplicate commitments.
|
99
|
+
#
|
100
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
101
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
102
|
+
class CreateSaasRequest
|
103
|
+
include ::Google::Protobuf::MessageExts
|
104
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
105
|
+
end
|
106
|
+
|
107
|
+
# The request structure for the UpdateSaas method.
|
108
|
+
# @!attribute [rw] saas
|
109
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Saas]
|
110
|
+
# Required. The desired state for the saas.
|
111
|
+
# @!attribute [rw] validate_only
|
112
|
+
# @return [::Boolean]
|
113
|
+
# If "validate_only" is set to true, the service will try to validate
|
114
|
+
# that this request would succeed, but will not actually make changes.
|
115
|
+
# @!attribute [rw] request_id
|
116
|
+
# @return [::String]
|
117
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
118
|
+
# so that if you must retry your request, the server will know to ignore
|
119
|
+
# the request if it has already been completed. The server will guarantee
|
120
|
+
# that for at least 60 minutes since the first request.
|
121
|
+
#
|
122
|
+
# For example, consider a situation where you make an initial request and the
|
123
|
+
# request times out. If you make the request again with the same request
|
124
|
+
# ID, the server can check if original operation with the same request ID
|
125
|
+
# was received, and if so, will ignore the second request. This prevents
|
126
|
+
# clients from accidentally creating duplicate commitments.
|
127
|
+
#
|
128
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
129
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
130
|
+
# @!attribute [rw] update_mask
|
131
|
+
# @return [::Google::Protobuf::FieldMask]
|
132
|
+
# Field mask is used to specify the fields to be overwritten in the
|
133
|
+
# Saas resource by the update.
|
134
|
+
#
|
135
|
+
# The fields specified in the update_mask are relative to the resource, not
|
136
|
+
# the full request. A field will be overwritten if it is in the mask.
|
137
|
+
#
|
138
|
+
# If the user does not provide a mask then all fields in the
|
139
|
+
# Saas will be overwritten.
|
140
|
+
class UpdateSaasRequest
|
141
|
+
include ::Google::Protobuf::MessageExts
|
142
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
143
|
+
end
|
144
|
+
|
145
|
+
# The request structure for the DeleteSaas method.
|
146
|
+
# @!attribute [rw] name
|
147
|
+
# @return [::String]
|
148
|
+
# Required. The resource name of the resource within a service.
|
149
|
+
# @!attribute [rw] etag
|
150
|
+
# @return [::String]
|
151
|
+
# The etag known to the client for the expected state of the saas. This is
|
152
|
+
# used with state-changing methods to prevent accidental overwrites when
|
153
|
+
# multiple user agents might be acting in parallel on the same resource.
|
154
|
+
#
|
155
|
+
# An etag wildcard provide optimistic concurrency based on the expected
|
156
|
+
# existence of the saas. The Any wildcard (`*`) requires that the resource
|
157
|
+
# must already exists, and the Not Any wildcard (`!*`) requires that it must
|
158
|
+
# not.
|
159
|
+
# @!attribute [rw] validate_only
|
160
|
+
# @return [::Boolean]
|
161
|
+
# If "validate_only" is set to true, the service will try to validate
|
162
|
+
# that this request would succeed, but will not actually make changes.
|
163
|
+
# @!attribute [rw] request_id
|
164
|
+
# @return [::String]
|
165
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
166
|
+
# so that if you must retry your request, the server will know to ignore
|
167
|
+
# the request if it has already been completed. The server will guarantee
|
168
|
+
# that for at least 60 minutes since the first request.
|
169
|
+
#
|
170
|
+
# For example, consider a situation where you make an initial request and the
|
171
|
+
# request times out. If you make the request again with the same request
|
172
|
+
# ID, the server can check if original operation with the same request ID
|
173
|
+
# was received, and if so, will ignore the second request. This prevents
|
174
|
+
# clients from accidentally creating duplicate commitments.
|
175
|
+
#
|
176
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
177
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
178
|
+
class DeleteSaasRequest
|
179
|
+
include ::Google::Protobuf::MessageExts
|
180
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
181
|
+
end
|
182
|
+
|
183
|
+
# The request structure for the ListTenants method.
|
184
|
+
# @!attribute [rw] parent
|
185
|
+
# @return [::String]
|
186
|
+
# Required. The parent of the tenant.
|
187
|
+
# @!attribute [rw] page_size
|
188
|
+
# @return [::Integer]
|
189
|
+
# The maximum number of tenants to send per page.
|
190
|
+
# @!attribute [rw] page_token
|
191
|
+
# @return [::String]
|
192
|
+
# The page token: If the next_page_token from a previous response
|
193
|
+
# is provided, this request will send the subsequent page.
|
194
|
+
# @!attribute [rw] filter
|
195
|
+
# @return [::String]
|
196
|
+
# Filter the list as specified in https://google.aip.dev/160.
|
197
|
+
# @!attribute [rw] order_by
|
198
|
+
# @return [::String]
|
199
|
+
# Order results as specified in https://google.aip.dev/132.
|
200
|
+
class ListTenantsRequest
|
201
|
+
include ::Google::Protobuf::MessageExts
|
202
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
203
|
+
end
|
204
|
+
|
205
|
+
# The response structure for the ListTenants method.
|
206
|
+
# @!attribute [rw] tenants
|
207
|
+
# @return [::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant>]
|
208
|
+
# The resulting tenants.
|
209
|
+
# @!attribute [rw] next_page_token
|
210
|
+
# @return [::String]
|
211
|
+
# If present, the next page token can be provided to a subsequent
|
212
|
+
# ListTenants call to list the next page.
|
213
|
+
# If empty, there are no more pages.
|
214
|
+
# @!attribute [rw] unreachable
|
215
|
+
# @return [::Array<::String>]
|
216
|
+
# Locations that could not be reached.
|
217
|
+
class ListTenantsResponse
|
218
|
+
include ::Google::Protobuf::MessageExts
|
219
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
220
|
+
end
|
221
|
+
|
222
|
+
# The request structure for the GetTenant method.
|
223
|
+
# @!attribute [rw] name
|
224
|
+
# @return [::String]
|
225
|
+
# Required. The resource name of the resource within a service.
|
226
|
+
class GetTenantRequest
|
227
|
+
include ::Google::Protobuf::MessageExts
|
228
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
229
|
+
end
|
230
|
+
|
231
|
+
# The request structure for the CreateTenant method.
|
232
|
+
# @!attribute [rw] parent
|
233
|
+
# @return [::String]
|
234
|
+
# Required. The parent of the tenant.
|
235
|
+
# @!attribute [rw] tenant_id
|
236
|
+
# @return [::String]
|
237
|
+
# Required. The ID value for the new tenant.
|
238
|
+
# @!attribute [rw] tenant
|
239
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant]
|
240
|
+
# Required. The desired state for the tenant.
|
241
|
+
# @!attribute [rw] validate_only
|
242
|
+
# @return [::Boolean]
|
243
|
+
# If "validate_only" is set to true, the service will try to validate
|
244
|
+
# that this request would succeed, but will not actually make changes.
|
245
|
+
# @!attribute [rw] request_id
|
246
|
+
# @return [::String]
|
247
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
248
|
+
# so that if you must retry your request, the server will know to ignore
|
249
|
+
# the request if it has already been completed. The server will guarantee
|
250
|
+
# that for at least 60 minutes since the first request.
|
251
|
+
#
|
252
|
+
# For example, consider a situation where you make an initial request and the
|
253
|
+
# request times out. If you make the request again with the same request
|
254
|
+
# ID, the server can check if original operation with the same request ID
|
255
|
+
# was received, and if so, will ignore the second request. This prevents
|
256
|
+
# clients from accidentally creating duplicate commitments.
|
257
|
+
#
|
258
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
259
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
260
|
+
class CreateTenantRequest
|
261
|
+
include ::Google::Protobuf::MessageExts
|
262
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
263
|
+
end
|
264
|
+
|
265
|
+
# The request structure for the UpdateTenant method.
|
266
|
+
# @!attribute [rw] tenant
|
267
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Tenant]
|
268
|
+
# Required. The desired state for the tenant.
|
269
|
+
# @!attribute [rw] validate_only
|
270
|
+
# @return [::Boolean]
|
271
|
+
# If "validate_only" is set to true, the service will try to validate
|
272
|
+
# that this request would succeed, but will not actually make changes.
|
273
|
+
# @!attribute [rw] request_id
|
274
|
+
# @return [::String]
|
275
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
276
|
+
# so that if you must retry your request, the server will know to ignore
|
277
|
+
# the request if it has already been completed. The server will guarantee
|
278
|
+
# that for at least 60 minutes since the first request.
|
279
|
+
#
|
280
|
+
# For example, consider a situation where you make an initial request and the
|
281
|
+
# request times out. If you make the request again with the same request
|
282
|
+
# ID, the server can check if original operation with the same request ID
|
283
|
+
# was received, and if so, will ignore the second request. This prevents
|
284
|
+
# clients from accidentally creating duplicate commitments.
|
285
|
+
#
|
286
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
287
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
288
|
+
# @!attribute [rw] update_mask
|
289
|
+
# @return [::Google::Protobuf::FieldMask]
|
290
|
+
# Field mask is used to specify the fields to be overwritten in the
|
291
|
+
# Tenant resource by the update.
|
292
|
+
#
|
293
|
+
# The fields specified in the update_mask are relative to the resource, not
|
294
|
+
# the full request. A field will be overwritten if it is in the mask.
|
295
|
+
#
|
296
|
+
# If the user does not provide a mask then all fields in the
|
297
|
+
# Tenant will be overwritten.
|
298
|
+
class UpdateTenantRequest
|
299
|
+
include ::Google::Protobuf::MessageExts
|
300
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
301
|
+
end
|
302
|
+
|
303
|
+
# The request structure for the DeleteTenant method.
|
304
|
+
# @!attribute [rw] name
|
305
|
+
# @return [::String]
|
306
|
+
# Required. The resource name of the resource within a service.
|
307
|
+
# @!attribute [rw] etag
|
308
|
+
# @return [::String]
|
309
|
+
# The etag known to the client for the expected state of the tenant. This is
|
310
|
+
# used with state-changing methods to prevent accidental overwrites when
|
311
|
+
# multiple user agents might be acting in parallel on the same resource.
|
312
|
+
#
|
313
|
+
# An etag wildcard provide optimistic concurrency based on the expected
|
314
|
+
# existence of the tenant. The Any wildcard (`*`) requires that the resource
|
315
|
+
# must already exists, and the Not Any wildcard (`!*`) requires that it must
|
316
|
+
# not.
|
317
|
+
# @!attribute [rw] validate_only
|
318
|
+
# @return [::Boolean]
|
319
|
+
# If "validate_only" is set to true, the service will try to validate
|
320
|
+
# that this request would succeed, but will not actually make changes.
|
321
|
+
# @!attribute [rw] request_id
|
322
|
+
# @return [::String]
|
323
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
324
|
+
# so that if you must retry your request, the server will know to ignore
|
325
|
+
# the request if it has already been completed. The server will guarantee
|
326
|
+
# that for at least 60 minutes since the first request.
|
327
|
+
#
|
328
|
+
# For example, consider a situation where you make an initial request and the
|
329
|
+
# request times out. If you make the request again with the same request
|
330
|
+
# ID, the server can check if original operation with the same request ID
|
331
|
+
# was received, and if so, will ignore the second request. This prevents
|
332
|
+
# clients from accidentally creating duplicate commitments.
|
333
|
+
#
|
334
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
335
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
336
|
+
class DeleteTenantRequest
|
337
|
+
include ::Google::Protobuf::MessageExts
|
338
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
339
|
+
end
|
340
|
+
|
341
|
+
# The request structure for the ListUnitKinds method.
|
342
|
+
# @!attribute [rw] parent
|
343
|
+
# @return [::String]
|
344
|
+
# Required. The parent of the unit kind.
|
345
|
+
# @!attribute [rw] page_size
|
346
|
+
# @return [::Integer]
|
347
|
+
# The maximum number of unit kinds to send per page.
|
348
|
+
# @!attribute [rw] page_token
|
349
|
+
# @return [::String]
|
350
|
+
# The page token: If the next_page_token from a previous response
|
351
|
+
# is provided, this request will send the subsequent page.
|
352
|
+
# @!attribute [rw] filter
|
353
|
+
# @return [::String]
|
354
|
+
# Filter the list as specified in https://google.aip.dev/160.
|
355
|
+
# @!attribute [rw] order_by
|
356
|
+
# @return [::String]
|
357
|
+
# Order results as specified in https://google.aip.dev/132.
|
358
|
+
class ListUnitKindsRequest
|
359
|
+
include ::Google::Protobuf::MessageExts
|
360
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
361
|
+
end
|
362
|
+
|
363
|
+
# The response structure for the ListUnitKinds method.
|
364
|
+
# @!attribute [rw] unit_kinds
|
365
|
+
# @return [::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind>]
|
366
|
+
# The resulting unit kinds.
|
367
|
+
# @!attribute [rw] next_page_token
|
368
|
+
# @return [::String]
|
369
|
+
# If present, the next page token can be provided to a subsequent
|
370
|
+
# ListUnitKinds call to list the next page.
|
371
|
+
# If empty, there are no more pages.
|
372
|
+
# @!attribute [rw] unreachable
|
373
|
+
# @return [::Array<::String>]
|
374
|
+
# Locations that could not be reached.
|
375
|
+
class ListUnitKindsResponse
|
376
|
+
include ::Google::Protobuf::MessageExts
|
377
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
378
|
+
end
|
379
|
+
|
380
|
+
# The request structure for the GetUnitKind method.
|
381
|
+
# @!attribute [rw] name
|
382
|
+
# @return [::String]
|
383
|
+
# Required. The resource name of the resource within a service.
|
384
|
+
class GetUnitKindRequest
|
385
|
+
include ::Google::Protobuf::MessageExts
|
386
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
387
|
+
end
|
388
|
+
|
389
|
+
# The request structure for the CreateUnitKind method.
|
390
|
+
# @!attribute [rw] parent
|
391
|
+
# @return [::String]
|
392
|
+
# Required. The parent of the unit kind.
|
393
|
+
# @!attribute [rw] unit_kind_id
|
394
|
+
# @return [::String]
|
395
|
+
# Required. The ID value for the new unit kind.
|
396
|
+
# @!attribute [rw] unit_kind
|
397
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind]
|
398
|
+
# Required. The desired state for the unit kind.
|
399
|
+
# @!attribute [rw] validate_only
|
400
|
+
# @return [::Boolean]
|
401
|
+
# If "validate_only" is set to true, the service will try to validate
|
402
|
+
# that this request would succeed, but will not actually make changes.
|
403
|
+
# @!attribute [rw] request_id
|
404
|
+
# @return [::String]
|
405
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
406
|
+
# so that if you must retry your request, the server will know to ignore
|
407
|
+
# the request if it has already been completed. The server will guarantee
|
408
|
+
# that for at least 60 minutes since the first request.
|
409
|
+
#
|
410
|
+
# For example, consider a situation where you make an initial request and the
|
411
|
+
# request times out. If you make the request again with the same request
|
412
|
+
# ID, the server can check if original operation with the same request ID
|
413
|
+
# was received, and if so, will ignore the second request. This prevents
|
414
|
+
# clients from accidentally creating duplicate commitments.
|
415
|
+
#
|
416
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
417
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
418
|
+
class CreateUnitKindRequest
|
419
|
+
include ::Google::Protobuf::MessageExts
|
420
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
421
|
+
end
|
422
|
+
|
423
|
+
# The request structure for the UpdateUnitKind method.
|
424
|
+
# @!attribute [rw] unit_kind
|
425
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitKind]
|
426
|
+
# Required. The desired state for the unit kind.
|
427
|
+
# @!attribute [rw] validate_only
|
428
|
+
# @return [::Boolean]
|
429
|
+
# If "validate_only" is set to true, the service will try to validate
|
430
|
+
# that this request would succeed, but will not actually make changes.
|
431
|
+
# @!attribute [rw] request_id
|
432
|
+
# @return [::String]
|
433
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
434
|
+
# so that if you must retry your request, the server will know to ignore
|
435
|
+
# the request if it has already been completed. The server will guarantee
|
436
|
+
# that for at least 60 minutes since the first request.
|
437
|
+
#
|
438
|
+
# For example, consider a situation where you make an initial request and the
|
439
|
+
# request times out. If you make the request again with the same request
|
440
|
+
# ID, the server can check if original operation with the same request ID
|
441
|
+
# was received, and if so, will ignore the second request. This prevents
|
442
|
+
# clients from accidentally creating duplicate commitments.
|
443
|
+
#
|
444
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
445
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
446
|
+
# @!attribute [rw] update_mask
|
447
|
+
# @return [::Google::Protobuf::FieldMask]
|
448
|
+
# Field mask is used to specify the fields to be overwritten in the
|
449
|
+
# UnitKind resource by the update.
|
450
|
+
#
|
451
|
+
# The fields specified in the update_mask are relative to the resource, not
|
452
|
+
# the full request. A field will be overwritten if it is in the mask.
|
453
|
+
#
|
454
|
+
# If the user does not provide a mask then all fields in the
|
455
|
+
# UnitKind will be overwritten.
|
456
|
+
class UpdateUnitKindRequest
|
457
|
+
include ::Google::Protobuf::MessageExts
|
458
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
459
|
+
end
|
460
|
+
|
461
|
+
# The request structure for the DeleteUnitKind method.
|
462
|
+
# @!attribute [rw] name
|
463
|
+
# @return [::String]
|
464
|
+
# Required. The resource name of the resource within a service.
|
465
|
+
# @!attribute [rw] etag
|
466
|
+
# @return [::String]
|
467
|
+
# The etag known to the client for the expected state of the unit kind. This
|
468
|
+
# is used with state-changing methods to prevent accidental overwrites when
|
469
|
+
# multiple user agents might be acting in parallel on the same resource.
|
470
|
+
#
|
471
|
+
# An etag wildcard provide optimistic concurrency based on the expected
|
472
|
+
# existence of the unit kind. The Any wildcard (`*`) requires that the
|
473
|
+
# resource must already exists, and the Not Any wildcard (`!*`) requires that
|
474
|
+
# it must not.
|
475
|
+
# @!attribute [rw] validate_only
|
476
|
+
# @return [::Boolean]
|
477
|
+
# If "validate_only" is set to true, the service will try to validate
|
478
|
+
# that this request would succeed, but will not actually make changes.
|
479
|
+
# @!attribute [rw] request_id
|
480
|
+
# @return [::String]
|
481
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
482
|
+
# so that if you must retry your request, the server will know to ignore
|
483
|
+
# the request if it has already been completed. The server will guarantee
|
484
|
+
# that for at least 60 minutes since the first request.
|
485
|
+
#
|
486
|
+
# For example, consider a situation where you make an initial request and the
|
487
|
+
# request times out. If you make the request again with the same request
|
488
|
+
# ID, the server can check if original operation with the same request ID
|
489
|
+
# was received, and if so, will ignore the second request. This prevents
|
490
|
+
# clients from accidentally creating duplicate commitments.
|
491
|
+
#
|
492
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
493
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
494
|
+
class DeleteUnitKindRequest
|
495
|
+
include ::Google::Protobuf::MessageExts
|
496
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
497
|
+
end
|
498
|
+
|
499
|
+
# The request structure for the ListUnits method.
|
500
|
+
# @!attribute [rw] parent
|
501
|
+
# @return [::String]
|
502
|
+
# Required. The parent of the unit.
|
503
|
+
# @!attribute [rw] page_size
|
504
|
+
# @return [::Integer]
|
505
|
+
# The maximum number of units to send per page.
|
506
|
+
# @!attribute [rw] page_token
|
507
|
+
# @return [::String]
|
508
|
+
# The page token: If the next_page_token from a previous response
|
509
|
+
# is provided, this request will send the subsequent page.
|
510
|
+
# @!attribute [rw] filter
|
511
|
+
# @return [::String]
|
512
|
+
# Filter the list as specified in https://google.aip.dev/160.
|
513
|
+
# @!attribute [rw] order_by
|
514
|
+
# @return [::String]
|
515
|
+
# Order results as specified in https://google.aip.dev/132.
|
516
|
+
class ListUnitsRequest
|
517
|
+
include ::Google::Protobuf::MessageExts
|
518
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
519
|
+
end
|
520
|
+
|
521
|
+
# The response structure for the ListUnits method.
|
522
|
+
# @!attribute [rw] units
|
523
|
+
# @return [::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit>]
|
524
|
+
# The resulting units.
|
525
|
+
# @!attribute [rw] next_page_token
|
526
|
+
# @return [::String]
|
527
|
+
# If present, the next page token can be provided to a subsequent
|
528
|
+
# ListUnits call to list the next page.
|
529
|
+
# If empty, there are no more pages.
|
530
|
+
# @!attribute [rw] unreachable
|
531
|
+
# @return [::Array<::String>]
|
532
|
+
# Locations that could not be reached.
|
533
|
+
class ListUnitsResponse
|
534
|
+
include ::Google::Protobuf::MessageExts
|
535
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
536
|
+
end
|
537
|
+
|
538
|
+
# The request structure for the GetUnit method.
|
539
|
+
# @!attribute [rw] name
|
540
|
+
# @return [::String]
|
541
|
+
# Required. The resource name of the resource within a service.
|
542
|
+
class GetUnitRequest
|
543
|
+
include ::Google::Protobuf::MessageExts
|
544
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
545
|
+
end
|
546
|
+
|
547
|
+
# The request structure for the CreateUnit method.
|
548
|
+
# @!attribute [rw] parent
|
549
|
+
# @return [::String]
|
550
|
+
# Required. The parent of the unit.
|
551
|
+
# @!attribute [rw] unit_id
|
552
|
+
# @return [::String]
|
553
|
+
# Required. The ID value for the new unit.
|
554
|
+
# @!attribute [rw] unit
|
555
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit]
|
556
|
+
# Required. The desired state for the unit.
|
557
|
+
# @!attribute [rw] validate_only
|
558
|
+
# @return [::Boolean]
|
559
|
+
# If "validate_only" is set to true, the service will try to validate
|
560
|
+
# that this request would succeed, but will not actually make changes.
|
561
|
+
# @!attribute [rw] request_id
|
562
|
+
# @return [::String]
|
563
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
564
|
+
# so that if you must retry your request, the server will know to ignore
|
565
|
+
# the request if it has already been completed. The server will guarantee
|
566
|
+
# that for at least 60 minutes since the first request.
|
567
|
+
#
|
568
|
+
# For example, consider a situation where you make an initial request and the
|
569
|
+
# request times out. If you make the request again with the same request
|
570
|
+
# ID, the server can check if original operation with the same request ID
|
571
|
+
# was received, and if so, will ignore the second request. This prevents
|
572
|
+
# clients from accidentally creating duplicate commitments.
|
573
|
+
#
|
574
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
575
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
576
|
+
class CreateUnitRequest
|
577
|
+
include ::Google::Protobuf::MessageExts
|
578
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
579
|
+
end
|
580
|
+
|
581
|
+
# The request structure for the UpdateUnit method.
|
582
|
+
# @!attribute [rw] unit
|
583
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit]
|
584
|
+
# Required. The desired state for the unit.
|
585
|
+
# @!attribute [rw] validate_only
|
586
|
+
# @return [::Boolean]
|
587
|
+
# If "validate_only" is set to true, the service will try to validate
|
588
|
+
# that this request would succeed, but will not actually make changes.
|
589
|
+
# @!attribute [rw] request_id
|
590
|
+
# @return [::String]
|
591
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
592
|
+
# so that if you must retry your request, the server will know to ignore
|
593
|
+
# the request if it has already been completed. The server will guarantee
|
594
|
+
# that for at least 60 minutes since the first request.
|
595
|
+
#
|
596
|
+
# For example, consider a situation where you make an initial request and the
|
597
|
+
# request times out. If you make the request again with the same request
|
598
|
+
# ID, the server can check if original operation with the same request ID
|
599
|
+
# was received, and if so, will ignore the second request. This prevents
|
600
|
+
# clients from accidentally creating duplicate commitments.
|
601
|
+
#
|
602
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
603
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
604
|
+
# @!attribute [rw] update_mask
|
605
|
+
# @return [::Google::Protobuf::FieldMask]
|
606
|
+
# Field mask is used to specify the fields to be overwritten in the
|
607
|
+
# Unit resource by the update.
|
608
|
+
#
|
609
|
+
# The fields specified in the update_mask are relative to the resource, not
|
610
|
+
# the full request. A field will be overwritten if it is in the mask.
|
611
|
+
#
|
612
|
+
# If the user does not provide a mask then all fields in the
|
613
|
+
# Unit will be overwritten.
|
614
|
+
class UpdateUnitRequest
|
615
|
+
include ::Google::Protobuf::MessageExts
|
616
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
617
|
+
end
|
618
|
+
|
619
|
+
# The request structure for the DeleteUnit method.
|
620
|
+
# @!attribute [rw] name
|
621
|
+
# @return [::String]
|
622
|
+
# Required. The resource name of the resource within a service.
|
623
|
+
# @!attribute [rw] etag
|
624
|
+
# @return [::String]
|
625
|
+
# The etag known to the client for the expected state of the unit. This is
|
626
|
+
# used with state-changing methods to prevent accidental overwrites when
|
627
|
+
# multiple user agents might be acting in parallel on the same resource.
|
628
|
+
#
|
629
|
+
# An etag wildcard provide optimistic concurrency based on the expected
|
630
|
+
# existence of the unit. The Any wildcard (`*`) requires that the resource
|
631
|
+
# must already exists, and the Not Any wildcard (`!*`) requires that it must
|
632
|
+
# not.
|
633
|
+
# @!attribute [rw] validate_only
|
634
|
+
# @return [::Boolean]
|
635
|
+
# If "validate_only" is set to true, the service will try to validate
|
636
|
+
# that this request would succeed, but will not actually make changes.
|
637
|
+
# @!attribute [rw] request_id
|
638
|
+
# @return [::String]
|
639
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
640
|
+
# so that if you must retry your request, the server will know to ignore
|
641
|
+
# the request if it has already been completed. The server will guarantee
|
642
|
+
# that for at least 60 minutes since the first request.
|
643
|
+
#
|
644
|
+
# For example, consider a situation where you make an initial request and the
|
645
|
+
# request times out. If you make the request again with the same request
|
646
|
+
# ID, the server can check if original operation with the same request ID
|
647
|
+
# was received, and if so, will ignore the second request. This prevents
|
648
|
+
# clients from accidentally creating duplicate commitments.
|
649
|
+
#
|
650
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
651
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
652
|
+
class DeleteUnitRequest
|
653
|
+
include ::Google::Protobuf::MessageExts
|
654
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
655
|
+
end
|
656
|
+
|
657
|
+
# The request structure for the ListUnitOperations method.
|
658
|
+
# @!attribute [rw] parent
|
659
|
+
# @return [::String]
|
660
|
+
# Required. The parent of the unit operation.
|
661
|
+
# @!attribute [rw] page_size
|
662
|
+
# @return [::Integer]
|
663
|
+
# The maximum number of unit operations to send per page.
|
664
|
+
# @!attribute [rw] page_token
|
665
|
+
# @return [::String]
|
666
|
+
# The page token: If the next_page_token from a previous response
|
667
|
+
# is provided, this request will send the subsequent page.
|
668
|
+
# @!attribute [rw] filter
|
669
|
+
# @return [::String]
|
670
|
+
# Filter the list as specified in https://google.aip.dev/160.
|
671
|
+
# @!attribute [rw] order_by
|
672
|
+
# @return [::String]
|
673
|
+
# Order results as specified in https://google.aip.dev/132.
|
674
|
+
class ListUnitOperationsRequest
|
675
|
+
include ::Google::Protobuf::MessageExts
|
676
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
677
|
+
end
|
678
|
+
|
679
|
+
# The response structure for the ListUnitOperations method.
|
680
|
+
# @!attribute [rw] unit_operations
|
681
|
+
# @return [::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation>]
|
682
|
+
# The resulting unit operations.
|
683
|
+
# @!attribute [rw] next_page_token
|
684
|
+
# @return [::String]
|
685
|
+
# If present, the next page token can be provided to a subsequent
|
686
|
+
# ListUnitOperations call to list the next page.
|
687
|
+
# If empty, there are no more pages.
|
688
|
+
# @!attribute [rw] unreachable
|
689
|
+
# @return [::Array<::String>]
|
690
|
+
# Locations that could not be reached.
|
691
|
+
class ListUnitOperationsResponse
|
692
|
+
include ::Google::Protobuf::MessageExts
|
693
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
694
|
+
end
|
695
|
+
|
696
|
+
# The request structure for the GetUnitOperation method.
|
697
|
+
# @!attribute [rw] name
|
698
|
+
# @return [::String]
|
699
|
+
# Required. The resource name of the resource within a service.
|
700
|
+
class GetUnitOperationRequest
|
701
|
+
include ::Google::Protobuf::MessageExts
|
702
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
703
|
+
end
|
704
|
+
|
705
|
+
# The request structure for the CreateUnitOperation method.
|
706
|
+
# @!attribute [rw] parent
|
707
|
+
# @return [::String]
|
708
|
+
# Required. The parent of the unit operation.
|
709
|
+
# @!attribute [rw] unit_operation_id
|
710
|
+
# @return [::String]
|
711
|
+
# Required. The ID value for the new unit operation.
|
712
|
+
# @!attribute [rw] unit_operation
|
713
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation]
|
714
|
+
# Required. The desired state for the unit operation.
|
715
|
+
# @!attribute [rw] validate_only
|
716
|
+
# @return [::Boolean]
|
717
|
+
# If "validate_only" is set to true, the service will try to validate
|
718
|
+
# that this request would succeed, but will not actually make changes.
|
719
|
+
# @!attribute [rw] request_id
|
720
|
+
# @return [::String]
|
721
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
722
|
+
# so that if you must retry your request, the server will know to ignore
|
723
|
+
# the request if it has already been completed. The server will guarantee
|
724
|
+
# that for at least 60 minutes since the first request.
|
725
|
+
#
|
726
|
+
# For example, consider a situation where you make an initial request and the
|
727
|
+
# request times out. If you make the request again with the same request
|
728
|
+
# ID, the server can check if original operation with the same request ID
|
729
|
+
# was received, and if so, will ignore the second request. This prevents
|
730
|
+
# clients from accidentally creating duplicate commitments.
|
731
|
+
#
|
732
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
733
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
734
|
+
class CreateUnitOperationRequest
|
735
|
+
include ::Google::Protobuf::MessageExts
|
736
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
737
|
+
end
|
738
|
+
|
739
|
+
# The request structure for the UpdateUnitOperation method.
|
740
|
+
# @!attribute [rw] unit_operation
|
741
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::UnitOperation]
|
742
|
+
# Required. The desired state for the unit operation.
|
743
|
+
# @!attribute [rw] validate_only
|
744
|
+
# @return [::Boolean]
|
745
|
+
# If "validate_only" is set to true, the service will try to validate
|
746
|
+
# that this request would succeed, but will not actually make changes.
|
747
|
+
# @!attribute [rw] request_id
|
748
|
+
# @return [::String]
|
749
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
750
|
+
# so that if you must retry your request, the server will know to ignore
|
751
|
+
# the request if it has already been completed. The server will guarantee
|
752
|
+
# that for at least 60 minutes since the first request.
|
753
|
+
#
|
754
|
+
# For example, consider a situation where you make an initial request and the
|
755
|
+
# request times out. If you make the request again with the same request
|
756
|
+
# ID, the server can check if original operation with the same request ID
|
757
|
+
# was received, and if so, will ignore the second request. This prevents
|
758
|
+
# clients from accidentally creating duplicate commitments.
|
759
|
+
#
|
760
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
761
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
762
|
+
# @!attribute [rw] update_mask
|
763
|
+
# @return [::Google::Protobuf::FieldMask]
|
764
|
+
# Field mask is used to specify the fields to be overwritten in the
|
765
|
+
# UnitOperation resource by the update.
|
766
|
+
#
|
767
|
+
# The fields specified in the update_mask are relative to the resource, not
|
768
|
+
# the full request. A field will be overwritten if it is in the mask.
|
769
|
+
#
|
770
|
+
# If the user does not provide a mask then all fields in the
|
771
|
+
# UnitOperation will be overwritten.
|
772
|
+
class UpdateUnitOperationRequest
|
773
|
+
include ::Google::Protobuf::MessageExts
|
774
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
775
|
+
end
|
776
|
+
|
777
|
+
# The request structure for the DeleteUnitOperation method.
|
778
|
+
# @!attribute [rw] name
|
779
|
+
# @return [::String]
|
780
|
+
# Required. The resource name of the resource within a service.
|
781
|
+
# @!attribute [rw] etag
|
782
|
+
# @return [::String]
|
783
|
+
# The etag known to the client for the expected state of the unit operation.
|
784
|
+
# This is used with state-changing methods to prevent accidental overwrites
|
785
|
+
# when multiple user agents might be acting in parallel on the same resource.
|
786
|
+
#
|
787
|
+
# An etag wildcard provide optimistic concurrency based on the expected
|
788
|
+
# existence of the unit operation. The Any wildcard (`*`) requires that the
|
789
|
+
# resource must already exists, and the Not Any wildcard (`!*`) requires that
|
790
|
+
# it must not.
|
791
|
+
# @!attribute [rw] validate_only
|
792
|
+
# @return [::Boolean]
|
793
|
+
# If "validate_only" is set to true, the service will try to validate
|
794
|
+
# that this request would succeed, but will not actually make changes.
|
795
|
+
# @!attribute [rw] request_id
|
796
|
+
# @return [::String]
|
797
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
798
|
+
# so that if you must retry your request, the server will know to ignore
|
799
|
+
# the request if it has already been completed. The server will guarantee
|
800
|
+
# that for at least 60 minutes since the first request.
|
801
|
+
#
|
802
|
+
# For example, consider a situation where you make an initial request and the
|
803
|
+
# request times out. If you make the request again with the same request
|
804
|
+
# ID, the server can check if original operation with the same request ID
|
805
|
+
# was received, and if so, will ignore the second request. This prevents
|
806
|
+
# clients from accidentally creating duplicate commitments.
|
807
|
+
#
|
808
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
809
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
810
|
+
class DeleteUnitOperationRequest
|
811
|
+
include ::Google::Protobuf::MessageExts
|
812
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
813
|
+
end
|
814
|
+
|
815
|
+
# The request structure for the ListReleases method.
|
816
|
+
# @!attribute [rw] parent
|
817
|
+
# @return [::String]
|
818
|
+
# Required. The parent of the release.
|
819
|
+
# @!attribute [rw] page_size
|
820
|
+
# @return [::Integer]
|
821
|
+
# The maximum number of releases to send per page.
|
822
|
+
# @!attribute [rw] page_token
|
823
|
+
# @return [::String]
|
824
|
+
# The page token: If the next_page_token from a previous response
|
825
|
+
# is provided, this request will send the subsequent page.
|
826
|
+
# @!attribute [rw] filter
|
827
|
+
# @return [::String]
|
828
|
+
# Filter the list as specified in https://google.aip.dev/160.
|
829
|
+
# @!attribute [rw] order_by
|
830
|
+
# @return [::String]
|
831
|
+
# Order results as specified in https://google.aip.dev/132.
|
832
|
+
class ListReleasesRequest
|
833
|
+
include ::Google::Protobuf::MessageExts
|
834
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
835
|
+
end
|
836
|
+
|
837
|
+
# The response structure for the ListReleases method.
|
838
|
+
# @!attribute [rw] releases
|
839
|
+
# @return [::Array<::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release>]
|
840
|
+
# The resulting releases.
|
841
|
+
# @!attribute [rw] next_page_token
|
842
|
+
# @return [::String]
|
843
|
+
# If present, the next page token can be provided to a subsequent
|
844
|
+
# ListReleases call to list the next page.
|
845
|
+
# If empty, there are no more pages.
|
846
|
+
# @!attribute [rw] unreachable
|
847
|
+
# @return [::Array<::String>]
|
848
|
+
# Locations that could not be reached.
|
849
|
+
class ListReleasesResponse
|
850
|
+
include ::Google::Protobuf::MessageExts
|
851
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
852
|
+
end
|
853
|
+
|
854
|
+
# The request structure for the GetRelease method.
|
855
|
+
# @!attribute [rw] name
|
856
|
+
# @return [::String]
|
857
|
+
# Required. The resource name of the resource within a service.
|
858
|
+
class GetReleaseRequest
|
859
|
+
include ::Google::Protobuf::MessageExts
|
860
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
861
|
+
end
|
862
|
+
|
863
|
+
# The request structure for the CreateRelease method.
|
864
|
+
# @!attribute [rw] parent
|
865
|
+
# @return [::String]
|
866
|
+
# Required. The parent of the release.
|
867
|
+
# @!attribute [rw] release_id
|
868
|
+
# @return [::String]
|
869
|
+
# Required. The ID value for the new release.
|
870
|
+
# @!attribute [rw] release
|
871
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release]
|
872
|
+
# Required. The desired state for the release.
|
873
|
+
# @!attribute [rw] validate_only
|
874
|
+
# @return [::Boolean]
|
875
|
+
# If "validate_only" is set to true, the service will try to validate
|
876
|
+
# that this request would succeed, but will not actually make changes.
|
877
|
+
# @!attribute [rw] request_id
|
878
|
+
# @return [::String]
|
879
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
880
|
+
# so that if you must retry your request, the server will know to ignore
|
881
|
+
# the request if it has already been completed. The server will guarantee
|
882
|
+
# that for at least 60 minutes since the first request.
|
883
|
+
#
|
884
|
+
# For example, consider a situation where you make an initial request and the
|
885
|
+
# request times out. If you make the request again with the same request
|
886
|
+
# ID, the server can check if original operation with the same request ID
|
887
|
+
# was received, and if so, will ignore the second request. This prevents
|
888
|
+
# clients from accidentally creating duplicate commitments.
|
889
|
+
#
|
890
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
891
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
892
|
+
class CreateReleaseRequest
|
893
|
+
include ::Google::Protobuf::MessageExts
|
894
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
895
|
+
end
|
896
|
+
|
897
|
+
# The request structure for the UpdateRelease method.
|
898
|
+
# @!attribute [rw] release
|
899
|
+
# @return [::Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Release]
|
900
|
+
# Required. The desired state for the release.
|
901
|
+
# @!attribute [rw] validate_only
|
902
|
+
# @return [::Boolean]
|
903
|
+
# If "validate_only" is set to true, the service will try to validate
|
904
|
+
# that this request would succeed, but will not actually make changes.
|
905
|
+
# @!attribute [rw] request_id
|
906
|
+
# @return [::String]
|
907
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
908
|
+
# so that if you must retry your request, the server will know to ignore
|
909
|
+
# the request if it has already been completed. The server will guarantee
|
910
|
+
# that for at least 60 minutes since the first request.
|
911
|
+
#
|
912
|
+
# For example, consider a situation where you make an initial request and the
|
913
|
+
# request times out. If you make the request again with the same request
|
914
|
+
# ID, the server can check if original operation with the same request ID
|
915
|
+
# was received, and if so, will ignore the second request. This prevents
|
916
|
+
# clients from accidentally creating duplicate commitments.
|
917
|
+
#
|
918
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
919
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
920
|
+
# @!attribute [rw] update_mask
|
921
|
+
# @return [::Google::Protobuf::FieldMask]
|
922
|
+
# Field mask is used to specify the fields to be overwritten in the
|
923
|
+
# Release resource by the update.
|
924
|
+
#
|
925
|
+
# The fields specified in the update_mask are relative to the resource, not
|
926
|
+
# the full request. A field will be overwritten if it is in the mask.
|
927
|
+
#
|
928
|
+
# If the user does not provide a mask then all fields in the
|
929
|
+
# Release will be overwritten.
|
930
|
+
class UpdateReleaseRequest
|
931
|
+
include ::Google::Protobuf::MessageExts
|
932
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
933
|
+
end
|
934
|
+
|
935
|
+
# The request structure for the DeleteRelease method.
|
936
|
+
# @!attribute [rw] name
|
937
|
+
# @return [::String]
|
938
|
+
# Required. The resource name of the resource within a service.
|
939
|
+
# @!attribute [rw] etag
|
940
|
+
# @return [::String]
|
941
|
+
# The etag known to the client for the expected state of the release. This is
|
942
|
+
# used with state-changing methods to prevent accidental overwrites when
|
943
|
+
# multiple user agents might be acting in parallel on the same resource.
|
944
|
+
#
|
945
|
+
# An etag wildcard provide optimistic concurrency based on the expected
|
946
|
+
# existence of the release. The Any wildcard (`*`) requires that the resource
|
947
|
+
# must already exists, and the Not Any wildcard (`!*`) requires that it must
|
948
|
+
# not.
|
949
|
+
# @!attribute [rw] validate_only
|
950
|
+
# @return [::Boolean]
|
951
|
+
# If "validate_only" is set to true, the service will try to validate
|
952
|
+
# that this request would succeed, but will not actually make changes.
|
953
|
+
# @!attribute [rw] request_id
|
954
|
+
# @return [::String]
|
955
|
+
# An optional request ID to identify requests. Specify a unique request ID
|
956
|
+
# so that if you must retry your request, the server will know to ignore
|
957
|
+
# the request if it has already been completed. The server will guarantee
|
958
|
+
# that for at least 60 minutes since the first request.
|
959
|
+
#
|
960
|
+
# For example, consider a situation where you make an initial request and the
|
961
|
+
# request times out. If you make the request again with the same request
|
962
|
+
# ID, the server can check if original operation with the same request ID
|
963
|
+
# was received, and if so, will ignore the second request. This prevents
|
964
|
+
# clients from accidentally creating duplicate commitments.
|
965
|
+
#
|
966
|
+
# The request ID must be a valid UUID with the exception that zero UUID is
|
967
|
+
# not supported (00000000-0000-0000-0000-000000000000).
|
968
|
+
class DeleteReleaseRequest
|
969
|
+
include ::Google::Protobuf::MessageExts
|
970
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
971
|
+
end
|
972
|
+
end
|
973
|
+
end
|
974
|
+
end
|
975
|
+
end
|
976
|
+
end
|