google-apis-developerconnect_v1 0.5.0 → 0.7.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.
@@ -22,6 +22,24 @@ module Google
22
22
  module Apis
23
23
  module DeveloperconnectV1
24
24
 
25
+ class AccountConnector
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class BitbucketCloudConfig
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class BitbucketDataCenterConfig
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
25
43
  class CancelOperationRequest
26
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
45
 
@@ -46,6 +64,24 @@ module Google
46
64
  include Google::Apis::Core::JsonObjectSupport
47
65
  end
48
66
 
67
+ class ExchangeError
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class FetchAccessTokenRequest
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class FetchAccessTokenResponse
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
49
85
  class FetchGitHubInstallationsResponse
50
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
87
 
@@ -112,6 +148,12 @@ module Google
112
148
  include Google::Apis::Core::JsonObjectSupport
113
149
  end
114
150
 
151
+ class GitProxyConfig
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
115
157
  class GitRepositoryLink
116
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
159
 
@@ -142,6 +184,12 @@ module Google
142
184
  include Google::Apis::Core::JsonObjectSupport
143
185
  end
144
186
 
187
+ class ListAccountConnectorsResponse
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
145
193
  class ListConnectionsResponse
146
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
147
195
 
@@ -166,6 +214,12 @@ module Google
166
214
  include Google::Apis::Core::JsonObjectSupport
167
215
  end
168
216
 
217
+ class ListUsersResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
169
223
  class Location
170
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
225
 
@@ -190,6 +244,18 @@ module Google
190
244
  include Google::Apis::Core::JsonObjectSupport
191
245
  end
192
246
 
247
+ class ProcessBitbucketCloudWebhookRequest
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class ProcessBitbucketDataCenterWebhookRequest
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
193
259
  class ProcessGitHubEnterpriseWebhookRequest
194
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
261
 
@@ -208,6 +274,12 @@ module Google
208
274
  include Google::Apis::Core::JsonObjectSupport
209
275
  end
210
276
 
277
+ class ProviderOAuthConfig
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
211
283
  class ServiceDirectoryConfig
212
284
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
285
 
@@ -220,12 +292,61 @@ module Google
220
292
  include Google::Apis::Core::JsonObjectSupport
221
293
  end
222
294
 
295
+ class User
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
223
301
  class UserCredential
224
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
303
 
226
304
  include Google::Apis::Core::JsonObjectSupport
227
305
  end
228
306
 
307
+ class AccountConnector
308
+ # @private
309
+ class Representation < Google::Apis::Core::JsonRepresentation
310
+ hash :annotations, as: 'annotations'
311
+ property :create_time, as: 'createTime'
312
+ property :etag, as: 'etag'
313
+ hash :labels, as: 'labels'
314
+ property :name, as: 'name'
315
+ property :oauth_start_uri, as: 'oauthStartUri'
316
+ property :provider_oauth_config, as: 'providerOauthConfig', class: Google::Apis::DeveloperconnectV1::ProviderOAuthConfig, decorator: Google::Apis::DeveloperconnectV1::ProviderOAuthConfig::Representation
317
+
318
+ property :update_time, as: 'updateTime'
319
+ end
320
+ end
321
+
322
+ class BitbucketCloudConfig
323
+ # @private
324
+ class Representation < Google::Apis::Core::JsonRepresentation
325
+ property :authorizer_credential, as: 'authorizerCredential', class: Google::Apis::DeveloperconnectV1::UserCredential, decorator: Google::Apis::DeveloperconnectV1::UserCredential::Representation
326
+
327
+ property :read_authorizer_credential, as: 'readAuthorizerCredential', class: Google::Apis::DeveloperconnectV1::UserCredential, decorator: Google::Apis::DeveloperconnectV1::UserCredential::Representation
328
+
329
+ property :webhook_secret_secret_version, as: 'webhookSecretSecretVersion'
330
+ property :workspace, as: 'workspace'
331
+ end
332
+ end
333
+
334
+ class BitbucketDataCenterConfig
335
+ # @private
336
+ class Representation < Google::Apis::Core::JsonRepresentation
337
+ property :authorizer_credential, as: 'authorizerCredential', class: Google::Apis::DeveloperconnectV1::UserCredential, decorator: Google::Apis::DeveloperconnectV1::UserCredential::Representation
338
+
339
+ property :host_uri, as: 'hostUri'
340
+ property :read_authorizer_credential, as: 'readAuthorizerCredential', class: Google::Apis::DeveloperconnectV1::UserCredential, decorator: Google::Apis::DeveloperconnectV1::UserCredential::Representation
341
+
342
+ property :server_version, as: 'serverVersion'
343
+ property :service_directory_config, as: 'serviceDirectoryConfig', class: Google::Apis::DeveloperconnectV1::ServiceDirectoryConfig, decorator: Google::Apis::DeveloperconnectV1::ServiceDirectoryConfig::Representation
344
+
345
+ property :ssl_ca_certificate, as: 'sslCaCertificate'
346
+ property :webhook_secret_secret_version, as: 'webhookSecretSecretVersion'
347
+ end
348
+ end
349
+
229
350
  class CancelOperationRequest
230
351
  # @private
231
352
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -236,12 +357,18 @@ module Google
236
357
  # @private
237
358
  class Representation < Google::Apis::Core::JsonRepresentation
238
359
  hash :annotations, as: 'annotations'
360
+ property :bitbucket_cloud_config, as: 'bitbucketCloudConfig', class: Google::Apis::DeveloperconnectV1::BitbucketCloudConfig, decorator: Google::Apis::DeveloperconnectV1::BitbucketCloudConfig::Representation
361
+
362
+ property :bitbucket_data_center_config, as: 'bitbucketDataCenterConfig', class: Google::Apis::DeveloperconnectV1::BitbucketDataCenterConfig, decorator: Google::Apis::DeveloperconnectV1::BitbucketDataCenterConfig::Representation
363
+
239
364
  property :create_time, as: 'createTime'
240
365
  property :crypto_key_config, as: 'cryptoKeyConfig', class: Google::Apis::DeveloperconnectV1::CryptoKeyConfig, decorator: Google::Apis::DeveloperconnectV1::CryptoKeyConfig::Representation
241
366
 
242
367
  property :delete_time, as: 'deleteTime'
243
368
  property :disabled, as: 'disabled'
244
369
  property :etag, as: 'etag'
370
+ property :git_proxy_config, as: 'gitProxyConfig', class: Google::Apis::DeveloperconnectV1::GitProxyConfig, decorator: Google::Apis::DeveloperconnectV1::GitProxyConfig::Representation
371
+
245
372
  property :github_config, as: 'githubConfig', class: Google::Apis::DeveloperconnectV1::GitHubConfig, decorator: Google::Apis::DeveloperconnectV1::GitHubConfig::Representation
246
373
 
247
374
  property :github_enterprise_config, as: 'githubEnterpriseConfig', class: Google::Apis::DeveloperconnectV1::GitHubEnterpriseConfig, decorator: Google::Apis::DeveloperconnectV1::GitHubEnterpriseConfig::Representation
@@ -273,6 +400,31 @@ module Google
273
400
  end
274
401
  end
275
402
 
403
+ class ExchangeError
404
+ # @private
405
+ class Representation < Google::Apis::Core::JsonRepresentation
406
+ property :code, as: 'code'
407
+ property :description, as: 'description'
408
+ end
409
+ end
410
+
411
+ class FetchAccessTokenRequest
412
+ # @private
413
+ class Representation < Google::Apis::Core::JsonRepresentation
414
+ end
415
+ end
416
+
417
+ class FetchAccessTokenResponse
418
+ # @private
419
+ class Representation < Google::Apis::Core::JsonRepresentation
420
+ property :exchange_error, as: 'exchangeError', class: Google::Apis::DeveloperconnectV1::ExchangeError, decorator: Google::Apis::DeveloperconnectV1::ExchangeError::Representation
421
+
422
+ property :expiration_time, as: 'expirationTime'
423
+ collection :scopes, as: 'scopes'
424
+ property :token, as: 'token'
425
+ end
426
+ end
427
+
276
428
  class FetchGitHubInstallationsResponse
277
429
  # @private
278
430
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -383,6 +535,13 @@ module Google
383
535
  end
384
536
  end
385
537
 
538
+ class GitProxyConfig
539
+ # @private
540
+ class Representation < Google::Apis::Core::JsonRepresentation
541
+ property :enabled, as: 'enabled'
542
+ end
543
+ end
544
+
386
545
  class GitRepositoryLink
387
546
  # @private
388
547
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -391,6 +550,7 @@ module Google
391
550
  property :create_time, as: 'createTime'
392
551
  property :delete_time, as: 'deleteTime'
393
552
  property :etag, as: 'etag'
553
+ property :git_proxy_uri, as: 'gitProxyUri'
394
554
  hash :labels, as: 'labels'
395
555
  property :name, as: 'name'
396
556
  property :reconciling, as: 'reconciling'
@@ -434,6 +594,16 @@ module Google
434
594
  end
435
595
  end
436
596
 
597
+ class ListAccountConnectorsResponse
598
+ # @private
599
+ class Representation < Google::Apis::Core::JsonRepresentation
600
+ collection :account_connectors, as: 'accountConnectors', class: Google::Apis::DeveloperconnectV1::AccountConnector, decorator: Google::Apis::DeveloperconnectV1::AccountConnector::Representation
601
+
602
+ property :next_page_token, as: 'nextPageToken'
603
+ collection :unreachable, as: 'unreachable'
604
+ end
605
+ end
606
+
437
607
  class ListConnectionsResponse
438
608
  # @private
439
609
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -472,6 +642,16 @@ module Google
472
642
  end
473
643
  end
474
644
 
645
+ class ListUsersResponse
646
+ # @private
647
+ class Representation < Google::Apis::Core::JsonRepresentation
648
+ property :next_page_token, as: 'nextPageToken'
649
+ collection :unreachable, as: 'unreachable'
650
+ collection :users, as: 'users', class: Google::Apis::DeveloperconnectV1::User, decorator: Google::Apis::DeveloperconnectV1::User::Representation
651
+
652
+ end
653
+ end
654
+
475
655
  class Location
476
656
  # @private
477
657
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -516,6 +696,22 @@ module Google
516
696
  end
517
697
  end
518
698
 
699
+ class ProcessBitbucketCloudWebhookRequest
700
+ # @private
701
+ class Representation < Google::Apis::Core::JsonRepresentation
702
+ property :body, as: 'body', class: Google::Apis::DeveloperconnectV1::HttpBody, decorator: Google::Apis::DeveloperconnectV1::HttpBody::Representation
703
+
704
+ end
705
+ end
706
+
707
+ class ProcessBitbucketDataCenterWebhookRequest
708
+ # @private
709
+ class Representation < Google::Apis::Core::JsonRepresentation
710
+ property :body, as: 'body', class: Google::Apis::DeveloperconnectV1::HttpBody, decorator: Google::Apis::DeveloperconnectV1::HttpBody::Representation
711
+
712
+ end
713
+ end
714
+
519
715
  class ProcessGitHubEnterpriseWebhookRequest
520
716
  # @private
521
717
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -540,6 +736,14 @@ module Google
540
736
  end
541
737
  end
542
738
 
739
+ class ProviderOAuthConfig
740
+ # @private
741
+ class Representation < Google::Apis::Core::JsonRepresentation
742
+ collection :scopes, as: 'scopes'
743
+ property :system_provider_id, as: 'systemProviderId'
744
+ end
745
+ end
746
+
543
747
  class ServiceDirectoryConfig
544
748
  # @private
545
749
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -556,6 +760,16 @@ module Google
556
760
  end
557
761
  end
558
762
 
763
+ class User
764
+ # @private
765
+ class Representation < Google::Apis::Core::JsonRepresentation
766
+ property :create_time, as: 'createTime'
767
+ property :display_name, as: 'displayName'
768
+ property :last_token_request_time, as: 'lastTokenRequestTime'
769
+ property :name, as: 'name'
770
+ end
771
+ end
772
+
559
773
  class UserCredential
560
774
  # @private
561
775
  class Representation < Google::Apis::Core::JsonRepresentation