google-apis-contactcenteraiplatform_v1alpha1 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.
@@ -0,0 +1,253 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module ContactcenteraiplatformV1alpha1
24
+
25
+ class CancelOperationRequest
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ContactCenter
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class ContactCenterQuota
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class Empty
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class InstanceConfig
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class ListContactCentersResponse
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class ListLocationsResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class ListOperationsResponse
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class Location
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Operation
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class OperationMetadata
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class SamlParams
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class Status
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class UrIs
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class CancelOperationRequest
110
+ # @private
111
+ class Representation < Google::Apis::Core::JsonRepresentation
112
+ end
113
+ end
114
+
115
+ class ContactCenter
116
+ # @private
117
+ class Representation < Google::Apis::Core::JsonRepresentation
118
+ property :ccaip_managed_users, as: 'ccaipManagedUsers'
119
+ property :create_time, as: 'createTime'
120
+ property :customer_domain_prefix, as: 'customerDomainPrefix'
121
+ property :display_name, as: 'displayName'
122
+ property :instance_config, as: 'instanceConfig', class: Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::InstanceConfig::Representation
123
+
124
+ hash :labels, as: 'labels'
125
+ property :name, as: 'name'
126
+ property :saml_params, as: 'samlParams', class: Google::Apis::ContactcenteraiplatformV1alpha1::SamlParams, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::SamlParams::Representation
127
+
128
+ property :state, as: 'state'
129
+ property :update_time, as: 'updateTime'
130
+ property :uris, as: 'uris', class: Google::Apis::ContactcenteraiplatformV1alpha1::UrIs, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::UrIs::Representation
131
+
132
+ property :user_email, as: 'userEmail'
133
+ end
134
+ end
135
+
136
+ class ContactCenterQuota
137
+ # @private
138
+ class Representation < Google::Apis::Core::JsonRepresentation
139
+ property :contact_center_count_limit, as: 'contactCenterCountLimit'
140
+ property :contact_center_count_sum, as: 'contactCenterCountSum'
141
+ end
142
+ end
143
+
144
+ class Empty
145
+ # @private
146
+ class Representation < Google::Apis::Core::JsonRepresentation
147
+ end
148
+ end
149
+
150
+ class InstanceConfig
151
+ # @private
152
+ class Representation < Google::Apis::Core::JsonRepresentation
153
+ property :instance_size, as: 'instanceSize'
154
+ end
155
+ end
156
+
157
+ class ListContactCentersResponse
158
+ # @private
159
+ class Representation < Google::Apis::Core::JsonRepresentation
160
+ collection :contact_centers, as: 'contactCenters', class: Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenter, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenter::Representation
161
+
162
+ property :next_page_token, as: 'nextPageToken'
163
+ collection :unreachable, as: 'unreachable'
164
+ end
165
+ end
166
+
167
+ class ListLocationsResponse
168
+ # @private
169
+ class Representation < Google::Apis::Core::JsonRepresentation
170
+ collection :locations, as: 'locations', class: Google::Apis::ContactcenteraiplatformV1alpha1::Location, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::Location::Representation
171
+
172
+ property :next_page_token, as: 'nextPageToken'
173
+ end
174
+ end
175
+
176
+ class ListOperationsResponse
177
+ # @private
178
+ class Representation < Google::Apis::Core::JsonRepresentation
179
+ property :next_page_token, as: 'nextPageToken'
180
+ collection :operations, as: 'operations', class: Google::Apis::ContactcenteraiplatformV1alpha1::Operation, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::Operation::Representation
181
+
182
+ end
183
+ end
184
+
185
+ class Location
186
+ # @private
187
+ class Representation < Google::Apis::Core::JsonRepresentation
188
+ property :display_name, as: 'displayName'
189
+ hash :labels, as: 'labels'
190
+ property :location_id, as: 'locationId'
191
+ hash :metadata, as: 'metadata'
192
+ property :name, as: 'name'
193
+ end
194
+ end
195
+
196
+ class Operation
197
+ # @private
198
+ class Representation < Google::Apis::Core::JsonRepresentation
199
+ property :done, as: 'done'
200
+ property :error, as: 'error', class: Google::Apis::ContactcenteraiplatformV1alpha1::Status, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::Status::Representation
201
+
202
+ hash :metadata, as: 'metadata'
203
+ property :name, as: 'name'
204
+ hash :response, as: 'response'
205
+ end
206
+ end
207
+
208
+ class OperationMetadata
209
+ # @private
210
+ class Representation < Google::Apis::Core::JsonRepresentation
211
+ property :api_version, as: 'apiVersion'
212
+ property :contact_center, as: 'contactCenter', class: Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenter, decorator: Google::Apis::ContactcenteraiplatformV1alpha1::ContactCenter::Representation
213
+
214
+ property :create_time, as: 'createTime'
215
+ property :end_time, as: 'endTime'
216
+ property :requested_cancellation, as: 'requestedCancellation'
217
+ property :status_message, as: 'statusMessage'
218
+ property :target, as: 'target'
219
+ property :verb, as: 'verb'
220
+ end
221
+ end
222
+
223
+ class SamlParams
224
+ # @private
225
+ class Representation < Google::Apis::Core::JsonRepresentation
226
+ property :certificate, as: 'certificate'
227
+ property :entity_id, as: 'entityId'
228
+ property :sso_uri, as: 'ssoUri'
229
+ property :user_email, as: 'userEmail'
230
+ end
231
+ end
232
+
233
+ class Status
234
+ # @private
235
+ class Representation < Google::Apis::Core::JsonRepresentation
236
+ property :code, as: 'code'
237
+ collection :details, as: 'details'
238
+ property :message, as: 'message'
239
+ end
240
+ end
241
+
242
+ class UrIs
243
+ # @private
244
+ class Representation < Google::Apis::Core::JsonRepresentation
245
+ property :chat_bot_uri, as: 'chatBotUri'
246
+ property :media_uri, as: 'mediaUri'
247
+ property :root_uri, as: 'rootUri'
248
+ property :virtual_agent_streaming_service_uri, as: 'virtualAgentStreamingServiceUri'
249
+ end
250
+ end
251
+ end
252
+ end
253
+ end