google-apis-apphub_v1alpha 0.4.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 +4 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/apphub_v1alpha/classes.rb +32 -10
- data/lib/google/apis/apphub_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/apphub_v1alpha/representations.rb +2 -0
- data/lib/google/apis/apphub_v1alpha/service.rb +13 -5
- 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
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
|
|
@@ -1200,7 +1218,8 @@ module Google
|
|
1200
1218
|
# @return [String]
|
1201
1219
|
attr_accessor :create_time
|
1202
1220
|
|
1203
|
-
# Optional. User-defined description of a Service.
|
1221
|
+
# Optional. User-defined description of a Service. Can have a maximum length of
|
1222
|
+
# 2048 characters.
|
1204
1223
|
# Corresponds to the JSON property `description`
|
1205
1224
|
# @return [String]
|
1206
1225
|
attr_accessor :description
|
@@ -1210,7 +1229,8 @@ module Google
|
|
1210
1229
|
# @return [String]
|
1211
1230
|
attr_accessor :discovered_service
|
1212
1231
|
|
1213
|
-
# Optional. User-defined name for the Service.
|
1232
|
+
# Optional. User-defined name for the Service. Can have a maximum length of 63
|
1233
|
+
# characters.
|
1214
1234
|
# Corresponds to the JSON property `displayName`
|
1215
1235
|
# @return [String]
|
1216
1236
|
attr_accessor :display_name
|
@@ -1530,7 +1550,8 @@ module Google
|
|
1530
1550
|
# @return [String]
|
1531
1551
|
attr_accessor :create_time
|
1532
1552
|
|
1533
|
-
# Optional. User-defined description of a Workload.
|
1553
|
+
# Optional. User-defined description of a Workload. Can have a maximum length of
|
1554
|
+
# 2048 characters.
|
1534
1555
|
# Corresponds to the JSON property `description`
|
1535
1556
|
# @return [String]
|
1536
1557
|
attr_accessor :description
|
@@ -1540,7 +1561,8 @@ module Google
|
|
1540
1561
|
# @return [String]
|
1541
1562
|
attr_accessor :discovered_workload
|
1542
1563
|
|
1543
|
-
# Optional. User-defined name for the Workload.
|
1564
|
+
# Optional. User-defined name for the Workload. Can have a maximum length of 63
|
1565
|
+
# characters.
|
1544
1566
|
# Corresponds to the JSON property `displayName`
|
1545
1567
|
# @return [String]
|
1546
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
|
@@ -368,6 +368,7 @@ module Google
|
|
368
368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
369
369
|
property :level, as: 'level'
|
370
370
|
property :mission_critical, as: 'missionCritical'
|
371
|
+
property :type, as: 'type'
|
371
372
|
end
|
372
373
|
end
|
373
374
|
|
@@ -415,6 +416,7 @@ module Google
|
|
415
416
|
# @private
|
416
417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
417
418
|
property :environment, as: 'environment'
|
419
|
+
property :type, as: 'type'
|
418
420
|
end
|
419
421
|
end
|
420
422
|
|
@@ -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
|
@@ -1037,7 +1043,8 @@ module Google
|
|
1037
1043
|
execute_or_queue_command(command, &block)
|
1038
1044
|
end
|
1039
1045
|
|
1040
|
-
# Lists discovered services in a host
|
1046
|
+
# Lists discovered services that can be added to an application in a host
|
1047
|
+
# project and location.
|
1041
1048
|
# @param [String] parent
|
1042
1049
|
# Required. Value for parent.
|
1043
1050
|
# @param [String] filter
|
@@ -1153,7 +1160,8 @@ module Google
|
|
1153
1160
|
execute_or_queue_command(command, &block)
|
1154
1161
|
end
|
1155
1162
|
|
1156
|
-
# Lists discovered workloads in a host
|
1163
|
+
# Lists discovered workloads that can be added to an application in a host
|
1164
|
+
# project and location.
|
1157
1165
|
# @param [String] parent
|
1158
1166
|
# Required. Value for parent.
|
1159
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
|