Skip to content

Commit 654b43b

Browse files
committed
Updated from main
Signed-off-by: Samir <85890442+sa-progress@users.noreply.github.com>
2 parents 29441d3 + 222f519 commit 654b43b

125 files changed

Lines changed: 26879 additions & 288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

mmv1/Gemfile.lock

Lines changed: 56 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,64 @@ GEM
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
connection_pool (>= 2.2.5)
9-
drb
10-
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.5)
8+
i18n (>= 0.7, < 2)
9+
minitest (~> 5.1)
10+
tzinfo (~> 1.1)
11+
addressable (2.8.1)
1512
public_suffix (>= 2.0.2, < 6.0)
16-
ast (2.4.2)
17-
base64 (0.2.0)
18-
bigdecimal (3.1.4)
19-
binding_of_caller (1.0.0)
13+
ast (2.4.0)
14+
binding_of_caller (0.8.0)
2015
debug_inspector (>= 0.0.1)
21-
concurrent-ruby (1.2.2)
22-
connection_pool (2.4.1)
23-
debug_inspector (1.1.0)
24-
diff-lcs (1.5.0)
25-
drb (2.2.0)
26-
ruby2_keywords
27-
faraday (2.7.12)
28-
base64
29-
faraday-net_http (>= 2.0, < 3.1)
16+
concurrent-ruby (1.1.6)
17+
debug_inspector (0.0.3)
18+
diff-lcs (1.3)
19+
faraday (1.10.3)
20+
faraday-em_http (~> 1.0)
21+
faraday-em_synchrony (~> 1.0)
22+
faraday-excon (~> 1.1)
23+
faraday-httpclient (~> 1.0)
24+
faraday-multipart (~> 1.0)
25+
faraday-net_http (~> 1.0)
26+
faraday-net_http_persistent (~> 1.0)
27+
faraday-patron (~> 1.0)
28+
faraday-rack (~> 1.0)
29+
faraday-retry (~> 1.0)
3030
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (3.0.2)
32-
i18n (1.14.1)
31+
faraday-em_http (1.0.0)
32+
faraday-em_synchrony (1.0.0)
33+
faraday-excon (1.1.0)
34+
faraday-httpclient (1.0.1)
35+
faraday-multipart (1.0.4)
36+
multipart-post (~> 2)
37+
faraday-net_http (1.0.1)
38+
faraday-net_http_persistent (1.2.0)
39+
faraday-patron (1.0.0)
40+
faraday-rack (1.0.0)
41+
faraday-retry (1.0.3)
42+
i18n (1.8.2)
3343
concurrent-ruby (~> 1.0)
3444
json (2.7.1)
3545
language_server-protocol (3.17.0.3)
3646
metaclass (0.0.4)
3747
minitest (5.20.0)
3848
mocha (1.3.0)
3949
metaclass (~> 0.0.1)
40-
mutex_m (0.2.0)
41-
octokit (8.0.0)
42-
faraday (>= 1, < 3)
43-
sawyer (~> 0.9)
44-
parallel (1.23.0)
45-
parser (3.2.2.4)
46-
ast (~> 2.4.1)
47-
racc
48-
public_suffix (5.0.4)
49-
racc (1.7.3)
50-
rainbow (3.1.1)
51-
rake (13.1.0)
52-
regexp_parser (2.8.3)
53-
rexml (3.2.6)
54-
rspec (3.12.0)
55-
rspec-core (~> 3.12.0)
56-
rspec-expectations (~> 3.12.0)
57-
rspec-mocks (~> 3.12.0)
58-
rspec-core (3.12.2)
59-
rspec-support (~> 3.12.0)
60-
rspec-expectations (3.12.3)
50+
multipart-post (2.3.0)
51+
octokit (4.13.0)
52+
sawyer (~> 0.8.0, >= 0.5.3)
53+
parallel (1.19.1)
54+
parser (2.6.5.0)
55+
ast (~> 2.4.0)
56+
public_suffix (5.0.1)
57+
rainbow (3.0.0)
58+
rake (12.3.3)
59+
rspec (3.8.0)
60+
rspec-core (~> 3.8.0)
61+
rspec-expectations (~> 3.8.0)
62+
rspec-mocks (~> 3.8.0)
63+
rspec-core (3.8.0)
64+
rspec-support (~> 3.8.0)
65+
rspec-expectations (3.8.1)
6166
diff-lcs (>= 1.2.0, < 2.0)
6267
rspec-support (~> 3.12.0)
6368
rspec-mocks (3.12.6)
@@ -74,18 +79,16 @@ GEM
7479
rexml (>= 3.2.5, < 4.0)
7580
rubocop-ast (>= 1.30.0, < 2.0)
7681
ruby-progressbar (~> 1.7)
77-
unicode-display_width (>= 2.4.0, < 3.0)
78-
rubocop-ast (1.30.0)
79-
parser (>= 3.2.1.0)
80-
ruby-progressbar (1.13.0)
82+
unicode-display_width (>= 1.4.0, < 1.7)
83+
ruby-progressbar (1.10.1)
8184
ruby2_keywords (0.0.5)
82-
sawyer (0.9.2)
85+
sawyer (0.8.2)
8386
addressable (>= 2.3.5)
84-
faraday (>= 0.17.3, < 3)
85-
tzinfo (2.0.6)
86-
concurrent-ruby (~> 1.0)
87-
unicode-display_width (2.5.0)
88-
87+
faraday (> 0.8, < 2.0)
88+
thread_safe (0.3.6)
89+
tzinfo (1.2.11)
90+
thread_safe (~> 0.1)
91+
unicode-display_width (1.6.0)
8992
PLATFORMS
9093
ruby
9194

mmv1/api/resource.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def validate
174174

175175
set_variables(@parameters, :__resource)
176176
set_variables(@properties, :__resource)
177-
178177
check :properties, type: Array, item_type: Api::Type, required: true unless @exclude
179178
check :parameters, type: Array, item_type: Api::Type unless @exclude
180179

mmv1/products/apigee/api.yaml

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,3 +1471,93 @@ objects:
14711471
description: |
14721472
ID of the environment group attachment.
14731473
1474+
1475+
1476+
1477+
- !ruby/object:Api::Resource
1478+
name: OrganizationInstanceAttachment
1479+
base_url: '{{+parent}}/attachments'
1480+
self_link: '{{+name}}'
1481+
references: !ruby/object:Api::Resource::ReferenceLinks
1482+
guides:
1483+
'Official Documentation':
1484+
api: 'https://cloud.google.com/apigee/docs'
1485+
async: !ruby/object:Api::OpAsync
1486+
operation: !ruby/object:Api::OpAsync::Operation
1487+
path: 'name'
1488+
base_url: '{op_id}'
1489+
wait_ms: 1000
1490+
result: !ruby/object:Api::OpAsync::Result
1491+
path: 'response'
1492+
resource_inside_response: true
1493+
status: !ruby/object:Api::OpAsync::Status
1494+
path: 'done'
1495+
complete: True
1496+
allowed:
1497+
- True
1498+
- False
1499+
error: !ruby/object:Api::OpAsync::Error
1500+
path: 'error'
1501+
message: 'message'
1502+
description: |-
1503+
InstanceAttachment represents the installation of an environment onto an instance.
1504+
properties:
1505+
1506+
- !ruby/object:Api::Type::String
1507+
name: 'name'
1508+
description: |
1509+
Output only. ID of the attachment.
1510+
- !ruby/object:Api::Type::String
1511+
name: 'environment'
1512+
description: |
1513+
ID of the attached environment.
1514+
- !ruby/object:Api::Type::String
1515+
name: 'createdAt'
1516+
description: |
1517+
Output only. Time the attachment was created in milliseconds since epoch.
1518+
1519+
1520+
1521+
1522+
- !ruby/object:Api::Resource
1523+
name: OrganizationInstanceAttachment
1524+
base_url: '{{+parent}}/attachments'
1525+
self_link: '{{+name}}'
1526+
references: !ruby/object:Api::Resource::ReferenceLinks
1527+
guides:
1528+
'Official Documentation':
1529+
api: 'https://cloud.google.com/apigee/docs'
1530+
async: !ruby/object:Api::OpAsync
1531+
operation: !ruby/object:Api::OpAsync::Operation
1532+
path: 'name'
1533+
base_url: '{op_id}'
1534+
wait_ms: 1000
1535+
result: !ruby/object:Api::OpAsync::Result
1536+
path: 'response'
1537+
resource_inside_response: true
1538+
status: !ruby/object:Api::OpAsync::Status
1539+
path: 'done'
1540+
complete: True
1541+
allowed:
1542+
- True
1543+
- False
1544+
error: !ruby/object:Api::OpAsync::Error
1545+
path: 'error'
1546+
message: 'message'
1547+
description: |-
1548+
InstanceAttachment represents the installation of an environment onto an instance.
1549+
properties:
1550+
1551+
- !ruby/object:Api::Type::String
1552+
name: 'name'
1553+
description: |
1554+
Output only. ID of the attachment.
1555+
- !ruby/object:Api::Type::String
1556+
name: 'environment'
1557+
description: |
1558+
ID of the attached environment.
1559+
- !ruby/object:Api::Type::String
1560+
name: 'createdAt'
1561+
description: |
1562+
Output only. Time the attachment was created in milliseconds since epoch.
1563+

0 commit comments

Comments
 (0)