google-apis-apphub_v1alpha 0.3.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/apphub_v1alpha/classes.rb +32 -72
- data/lib/google/apis/apphub_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/apphub_v1alpha/representations.rb +2 -32
- data/lib/google/apis/apphub_v1alpha/service.rb +13 -93
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79636494a21af985129062b4227dbee65221cc2954165018b20b3f45b02bab0a
|
4
|
+
data.tar.gz: d27a29f8e3b1dc0618ba7106f6332abb76db2adebbcab91663324aa1f4618cb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6d4a92f4dffe795855868eb350ff2ecaa19d886d957e4fdcaaf380cedb22708c5cda901f12765923781aee5401daf15c54c466a403b8d1d99a61c24fe4bb4f2
|
7
|
+
data.tar.gz: 66e163be15764cc19abea9f1de15a3f97a0b712efd750ef2b18c5df2e6449a50cfbd6c40b6126d1e5fd21f4a931b5edf035dbe778bd30cd8259fa5980dd5594c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-apphub_v1alpha
|
2
2
|
|
3
|
+
### v0.5.0 (2024-02-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240217
|
6
|
+
|
7
|
+
### v0.4.0 (2024-02-18)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240211
|
10
|
+
|
3
11
|
### v0.3.0 (2024-02-04)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240125
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/app-hub/docs/) may provide
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -38,12 +38,14 @@ module Google
|
|
38
38
|
# @return [String]
|
39
39
|
attr_accessor :create_time
|
40
40
|
|
41
|
-
# Optional. User-defined description of an Application.
|
41
|
+
# Optional. User-defined description of an Application. Can have a maximum
|
42
|
+
# length of 2048 characters.
|
42
43
|
# Corresponds to the JSON property `description`
|
43
44
|
# @return [String]
|
44
45
|
attr_accessor :description
|
45
46
|
|
46
|
-
# Optional. User-defined name for the Application.
|
47
|
+
# Optional. User-defined name for the Application. Can have a maximum length of
|
48
|
+
# 63 characters.
|
47
49
|
# Corresponds to the JSON property `displayName`
|
48
50
|
# @return [String]
|
49
51
|
attr_accessor :display_name
|
@@ -349,7 +351,7 @@ module Google
|
|
349
351
|
# @return [Google::Apis::ApphubV1alpha::Channel]
|
350
352
|
attr_accessor :channel
|
351
353
|
|
352
|
-
# Optional. Contact's name.
|
354
|
+
# Optional. Contact's name. Can have a maximum length of 63 characters.
|
353
355
|
# Corresponds to the JSON property `displayName`
|
354
356
|
# @return [String]
|
355
357
|
attr_accessor :display_name
|
@@ -375,17 +377,24 @@ module Google
|
|
375
377
|
class Criticality
|
376
378
|
include Google::Apis::Core::Hashable
|
377
379
|
|
378
|
-
#
|
380
|
+
# Optional. Criticality level. Can contain only lowercase letters, numeric
|
381
|
+
# characters, underscores, and dashes. Can have a maximum length of 63
|
382
|
+
# characters.
|
379
383
|
# Corresponds to the JSON property `level`
|
380
384
|
# @return [String]
|
381
385
|
attr_accessor :level
|
382
386
|
|
383
|
-
#
|
387
|
+
# Optional. Indicates mission-critical Application, Service, or Workload.
|
384
388
|
# Corresponds to the JSON property `missionCritical`
|
385
389
|
# @return [Boolean]
|
386
390
|
attr_accessor :mission_critical
|
387
391
|
alias_method :mission_critical?, :mission_critical
|
388
392
|
|
393
|
+
# Required. Criticality Type.
|
394
|
+
# Corresponds to the JSON property `type`
|
395
|
+
# @return [String]
|
396
|
+
attr_accessor :type
|
397
|
+
|
389
398
|
def initialize(**args)
|
390
399
|
update!(**args)
|
391
400
|
end
|
@@ -394,6 +403,7 @@ module Google
|
|
394
403
|
def update!(**args)
|
395
404
|
@level = args[:level] if args.key?(:level)
|
396
405
|
@mission_critical = args[:mission_critical] if args.key?(:mission_critical)
|
406
|
+
@type = args[:type] if args.key?(:type)
|
397
407
|
end
|
398
408
|
end
|
399
409
|
|
@@ -512,11 +522,18 @@ module Google
|
|
512
522
|
class Environment
|
513
523
|
include Google::Apis::Core::Hashable
|
514
524
|
|
515
|
-
#
|
525
|
+
# Optional. Environment name. Can contain only lowercase letters, numeric
|
526
|
+
# characters, underscores, and dashes. Can have a maximum length of 63
|
527
|
+
# characters.
|
516
528
|
# Corresponds to the JSON property `environment`
|
517
529
|
# @return [String]
|
518
530
|
attr_accessor :environment
|
519
531
|
|
532
|
+
# Required. Environment Type.
|
533
|
+
# Corresponds to the JSON property `type`
|
534
|
+
# @return [String]
|
535
|
+
attr_accessor :type
|
536
|
+
|
520
537
|
def initialize(**args)
|
521
538
|
update!(**args)
|
522
539
|
end
|
@@ -524,6 +541,7 @@ module Google
|
|
524
541
|
# Update properties of this object
|
525
542
|
def update!(**args)
|
526
543
|
@environment = args[:environment] if args.key?(:environment)
|
544
|
+
@type = args[:type] if args.key?(:type)
|
527
545
|
end
|
528
546
|
end
|
529
547
|
|
@@ -581,68 +599,6 @@ module Google
|
|
581
599
|
end
|
582
600
|
end
|
583
601
|
|
584
|
-
# Response for FindDiscoveredServices.
|
585
|
-
class FindDiscoveredServicesResponse
|
586
|
-
include Google::Apis::Core::Hashable
|
587
|
-
|
588
|
-
# List of discovered services.
|
589
|
-
# Corresponds to the JSON property `discoveredServices`
|
590
|
-
# @return [Array<Google::Apis::ApphubV1alpha::DiscoveredService>]
|
591
|
-
attr_accessor :discovered_services
|
592
|
-
|
593
|
-
# A token identifying a page of results the server should return.
|
594
|
-
# Corresponds to the JSON property `nextPageToken`
|
595
|
-
# @return [String]
|
596
|
-
attr_accessor :next_page_token
|
597
|
-
|
598
|
-
# Locations that could not be reached.
|
599
|
-
# Corresponds to the JSON property `unreachable`
|
600
|
-
# @return [Array<String>]
|
601
|
-
attr_accessor :unreachable
|
602
|
-
|
603
|
-
def initialize(**args)
|
604
|
-
update!(**args)
|
605
|
-
end
|
606
|
-
|
607
|
-
# Update properties of this object
|
608
|
-
def update!(**args)
|
609
|
-
@discovered_services = args[:discovered_services] if args.key?(:discovered_services)
|
610
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
611
|
-
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
612
|
-
end
|
613
|
-
end
|
614
|
-
|
615
|
-
# Response for FindDiscoveredWorkloads.
|
616
|
-
class FindDiscoveredWorkloadsResponse
|
617
|
-
include Google::Apis::Core::Hashable
|
618
|
-
|
619
|
-
# List of discovered workloads.
|
620
|
-
# Corresponds to the JSON property `discoveredWorkloads`
|
621
|
-
# @return [Array<Google::Apis::ApphubV1alpha::DiscoveredWorkload>]
|
622
|
-
attr_accessor :discovered_workloads
|
623
|
-
|
624
|
-
# A token identifying a page of results the server should return.
|
625
|
-
# Corresponds to the JSON property `nextPageToken`
|
626
|
-
# @return [String]
|
627
|
-
attr_accessor :next_page_token
|
628
|
-
|
629
|
-
# Locations that could not be reached.
|
630
|
-
# Corresponds to the JSON property `unreachable`
|
631
|
-
# @return [Array<String>]
|
632
|
-
attr_accessor :unreachable
|
633
|
-
|
634
|
-
def initialize(**args)
|
635
|
-
update!(**args)
|
636
|
-
end
|
637
|
-
|
638
|
-
# Update properties of this object
|
639
|
-
def update!(**args)
|
640
|
-
@discovered_workloads = args[:discovered_workloads] if args.key?(:discovered_workloads)
|
641
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
642
|
-
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
643
|
-
end
|
644
|
-
end
|
645
|
-
|
646
602
|
# Response for FindUnregisteredServices.
|
647
603
|
class FindUnregisteredServicesResponse
|
648
604
|
include Google::Apis::Core::Hashable
|
@@ -1262,7 +1218,8 @@ module Google
|
|
1262
1218
|
# @return [String]
|
1263
1219
|
attr_accessor :create_time
|
1264
1220
|
|
1265
|
-
# Optional. User-defined description of a Service.
|
1221
|
+
# Optional. User-defined description of a Service. Can have a maximum length of
|
1222
|
+
# 2048 characters.
|
1266
1223
|
# Corresponds to the JSON property `description`
|
1267
1224
|
# @return [String]
|
1268
1225
|
attr_accessor :description
|
@@ -1272,7 +1229,8 @@ module Google
|
|
1272
1229
|
# @return [String]
|
1273
1230
|
attr_accessor :discovered_service
|
1274
1231
|
|
1275
|
-
# Optional. User-defined name for the Service.
|
1232
|
+
# Optional. User-defined name for the Service. Can have a maximum length of 63
|
1233
|
+
# characters.
|
1276
1234
|
# Corresponds to the JSON property `displayName`
|
1277
1235
|
# @return [String]
|
1278
1236
|
attr_accessor :display_name
|
@@ -1592,7 +1550,8 @@ module Google
|
|
1592
1550
|
# @return [String]
|
1593
1551
|
attr_accessor :create_time
|
1594
1552
|
|
1595
|
-
# Optional. User-defined description of a Workload.
|
1553
|
+
# Optional. User-defined description of a Workload. Can have a maximum length of
|
1554
|
+
# 2048 characters.
|
1596
1555
|
# Corresponds to the JSON property `description`
|
1597
1556
|
# @return [String]
|
1598
1557
|
attr_accessor :description
|
@@ -1602,7 +1561,8 @@ module Google
|
|
1602
1561
|
# @return [String]
|
1603
1562
|
attr_accessor :discovered_workload
|
1604
1563
|
|
1605
|
-
# Optional. User-defined name for the Workload.
|
1564
|
+
# Optional. User-defined name for the Workload. Can have a maximum length of 63
|
1565
|
+
# characters.
|
1606
1566
|
# Corresponds to the JSON property `displayName`
|
1607
1567
|
# @return [String]
|
1608
1568
|
attr_accessor :display_name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApphubV1alpha
|
18
18
|
# Version of the google-apis-apphub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240217"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -118,18 +118,6 @@ module Google
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
-
class FindDiscoveredServicesResponse
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
|
-
class FindDiscoveredWorkloadsResponse
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
121
|
class FindUnregisteredServicesResponse
|
134
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
123
|
|
@@ -380,6 +368,7 @@ module Google
|
|
380
368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
381
369
|
property :level, as: 'level'
|
382
370
|
property :mission_critical, as: 'missionCritical'
|
371
|
+
property :type, as: 'type'
|
383
372
|
end
|
384
373
|
end
|
385
374
|
|
@@ -427,6 +416,7 @@ module Google
|
|
427
416
|
# @private
|
428
417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
429
418
|
property :environment, as: 'environment'
|
419
|
+
property :type, as: 'type'
|
430
420
|
end
|
431
421
|
end
|
432
422
|
|
@@ -440,26 +430,6 @@ module Google
|
|
440
430
|
end
|
441
431
|
end
|
442
432
|
|
443
|
-
class FindDiscoveredServicesResponse
|
444
|
-
# @private
|
445
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
446
|
-
collection :discovered_services, as: 'discoveredServices', class: Google::Apis::ApphubV1alpha::DiscoveredService, decorator: Google::Apis::ApphubV1alpha::DiscoveredService::Representation
|
447
|
-
|
448
|
-
property :next_page_token, as: 'nextPageToken'
|
449
|
-
collection :unreachable, as: 'unreachable'
|
450
|
-
end
|
451
|
-
end
|
452
|
-
|
453
|
-
class FindDiscoveredWorkloadsResponse
|
454
|
-
# @private
|
455
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
456
|
-
collection :discovered_workloads, as: 'discoveredWorkloads', class: Google::Apis::ApphubV1alpha::DiscoveredWorkload, decorator: Google::Apis::ApphubV1alpha::DiscoveredWorkload::Representation
|
457
|
-
|
458
|
-
property :next_page_token, as: 'nextPageToken'
|
459
|
-
collection :unreachable, as: 'unreachable'
|
460
|
-
end
|
461
|
-
end
|
462
|
-
|
463
433
|
class FindUnregisteredServicesResponse
|
464
434
|
# @private
|
465
435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -194,7 +194,9 @@ module Google
|
|
194
194
|
# Required. Value for parent.
|
195
195
|
# @param [Google::Apis::ApphubV1alpha::Application] application_object
|
196
196
|
# @param [String] application_id
|
197
|
-
# Required. The Application identifier.
|
197
|
+
# Required. The Application identifier. Must contain only lowercase letters,
|
198
|
+
# numbers or hyphens, with the first character a letter, the last a letter or a
|
199
|
+
# number, and a 63 character maximum.
|
198
200
|
# @param [String] request_id
|
199
201
|
# Optional. An optional request ID to identify requests. Specify a unique
|
200
202
|
# request ID so that if you must retry your request, the server will know to
|
@@ -544,7 +546,9 @@ module Google
|
|
544
546
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
545
547
|
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
546
548
|
# @param [String] service_id
|
547
|
-
# Required. The Service identifier.
|
549
|
+
# Required. The Service identifier. Must contain only lowercase letters, numbers
|
550
|
+
# or hyphens, with the first character a letter, the last a letter or a number,
|
551
|
+
# and a 63 character maximum.
|
548
552
|
# @param [String] fields
|
549
553
|
# Selector specifying which fields to include in a partial response.
|
550
554
|
# @param [String] quota_user
|
@@ -762,7 +766,9 @@ module Google
|
|
762
766
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
763
767
|
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
764
768
|
# @param [String] workload_id
|
765
|
-
# Required. The Workload identifier.
|
769
|
+
# Required. The Workload identifier. Must contain only lowercase letters,
|
770
|
+
# numbers or hyphens, with the first character a letter, the last a letter or a
|
771
|
+
# number, and a 63 character maximum.
|
766
772
|
# @param [String] fields
|
767
773
|
# Selector specifying which fields to include in a partial response.
|
768
774
|
# @param [String] quota_user
|
@@ -964,50 +970,6 @@ module Google
|
|
964
970
|
execute_or_queue_command(command, &block)
|
965
971
|
end
|
966
972
|
|
967
|
-
# Finds discovered services that could be added to an application in a host
|
968
|
-
# project and location.
|
969
|
-
# @param [String] parent
|
970
|
-
# Required. Value for parent.
|
971
|
-
# @param [String] filter
|
972
|
-
# Optional. Filtering results
|
973
|
-
# @param [String] order_by
|
974
|
-
# Optional. Hint for how to order the results
|
975
|
-
# @param [Fixnum] page_size
|
976
|
-
# Optional. Requested page size. Server may return fewer items than requested.
|
977
|
-
# If unspecified, server will pick an appropriate default.
|
978
|
-
# @param [String] page_token
|
979
|
-
# Optional. A token identifying a page of results the server should return.
|
980
|
-
# @param [String] fields
|
981
|
-
# Selector specifying which fields to include in a partial response.
|
982
|
-
# @param [String] quota_user
|
983
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
984
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
985
|
-
# @param [Google::Apis::RequestOptions] options
|
986
|
-
# Request-specific options
|
987
|
-
#
|
988
|
-
# @yield [result, err] Result & error if block supplied
|
989
|
-
# @yieldparam result [Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse] parsed result object
|
990
|
-
# @yieldparam err [StandardError] error object if request failed
|
991
|
-
#
|
992
|
-
# @return [Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse]
|
993
|
-
#
|
994
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
995
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
996
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
997
|
-
def find_project_location_discovered_service(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
998
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/discoveredServices:find', options)
|
999
|
-
command.response_representation = Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse::Representation
|
1000
|
-
command.response_class = Google::Apis::ApphubV1alpha::FindDiscoveredServicesResponse
|
1001
|
-
command.params['parent'] = parent unless parent.nil?
|
1002
|
-
command.query['filter'] = filter unless filter.nil?
|
1003
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
1004
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
1005
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
1006
|
-
command.query['fields'] = fields unless fields.nil?
|
1007
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1008
|
-
execute_or_queue_command(command, &block)
|
1009
|
-
end
|
1010
|
-
|
1011
973
|
# Finds unregistered services in a host project and location.
|
1012
974
|
# @param [String] parent
|
1013
975
|
# Required. Value for parent.
|
@@ -1081,7 +1043,8 @@ module Google
|
|
1081
1043
|
execute_or_queue_command(command, &block)
|
1082
1044
|
end
|
1083
1045
|
|
1084
|
-
# Lists discovered services in a host
|
1046
|
+
# Lists discovered services that can be added to an application in a host
|
1047
|
+
# project and location.
|
1085
1048
|
# @param [String] parent
|
1086
1049
|
# Required. Value for parent.
|
1087
1050
|
# @param [String] filter
|
@@ -1124,50 +1087,6 @@ module Google
|
|
1124
1087
|
execute_or_queue_command(command, &block)
|
1125
1088
|
end
|
1126
1089
|
|
1127
|
-
# Finds discovered workloads that could be added to an application in a host
|
1128
|
-
# project and location.
|
1129
|
-
# @param [String] parent
|
1130
|
-
# Required. Value for parent.
|
1131
|
-
# @param [String] filter
|
1132
|
-
# Optional. Filtering results
|
1133
|
-
# @param [String] order_by
|
1134
|
-
# Optional. Hint for how to order the results
|
1135
|
-
# @param [Fixnum] page_size
|
1136
|
-
# Optional. Requested page size. Server may return fewer items than requested.
|
1137
|
-
# If unspecified, server will pick an appropriate default.
|
1138
|
-
# @param [String] page_token
|
1139
|
-
# Optional. A token identifying a page of results the server should return.
|
1140
|
-
# @param [String] fields
|
1141
|
-
# Selector specifying which fields to include in a partial response.
|
1142
|
-
# @param [String] quota_user
|
1143
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
1144
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1145
|
-
# @param [Google::Apis::RequestOptions] options
|
1146
|
-
# Request-specific options
|
1147
|
-
#
|
1148
|
-
# @yield [result, err] Result & error if block supplied
|
1149
|
-
# @yieldparam result [Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse] parsed result object
|
1150
|
-
# @yieldparam err [StandardError] error object if request failed
|
1151
|
-
#
|
1152
|
-
# @return [Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse]
|
1153
|
-
#
|
1154
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1155
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1156
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1157
|
-
def find_project_location_discovered_workload(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1158
|
-
command = make_simple_command(:get, 'v1alpha/{+parent}/discoveredWorkloads:find', options)
|
1159
|
-
command.response_representation = Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse::Representation
|
1160
|
-
command.response_class = Google::Apis::ApphubV1alpha::FindDiscoveredWorkloadsResponse
|
1161
|
-
command.params['parent'] = parent unless parent.nil?
|
1162
|
-
command.query['filter'] = filter unless filter.nil?
|
1163
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
1164
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
1165
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
1166
|
-
command.query['fields'] = fields unless fields.nil?
|
1167
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1168
|
-
execute_or_queue_command(command, &block)
|
1169
|
-
end
|
1170
|
-
|
1171
1090
|
# Finds unregistered workloads in a host project and location.
|
1172
1091
|
# @param [String] parent
|
1173
1092
|
# Required. Value for parent.
|
@@ -1241,7 +1160,8 @@ module Google
|
|
1241
1160
|
execute_or_queue_command(command, &block)
|
1242
1161
|
end
|
1243
1162
|
|
1244
|
-
# Lists discovered workloads in a host
|
1163
|
+
# Lists discovered workloads that can be added to an application in a host
|
1164
|
+
# project and location.
|
1245
1165
|
# @param [String] parent
|
1246
1166
|
# Required. Value for parent.
|
1247
1167
|
# @param [String] filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-apphub_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apphub_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apphub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apphub_v1alpha/v0.5.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apphub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for App Hub API V1alpha
|