google-apis-remotebuildexecution_v1 0.4.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f75ee3d80f17dc8af88dd283631dbdfbf4272393dddf35adbfaa3d174d4b28d9
4
- data.tar.gz: 983168bae3e359147114c7d3d58839276a1fd60457a740808eda4c4bb78b0277
3
+ metadata.gz: c9a31cda48d11f1a24a440bd6a64532992d78f4311ef232cfe49fdf4d5738543
4
+ data.tar.gz: dce5f9e252a75acd3e66f4c4af412c8bf237dc0fab5f4151e13f78471df42665
5
5
  SHA512:
6
- metadata.gz: 40d456eeedda902e8635a481a03794a4d61a434fb8594a850065d38d1afe9c761b361b0878c751653015c65fd6b8f16d4d9090e858a1faae9179ead0efac705d
7
- data.tar.gz: bab2cf4a4c65eae8807da0317cbd42df129bd2afaada66b9527ee94047e65c32d945dfbb5ef038bf3e8ad3c01ecf2d696cb890c422995b897cbd0f7a920e5ff6
6
+ metadata.gz: 9cf345998f25ce4e171262c34c9dcad03be97c99a30da387d344854001999e276f9479b2ec7440c1d4d2cb7ce275807742e3942f78149e7b139bed0724adbb04
7
+ data.tar.gz: '079269795533cf7d811124ec5575daadfd429a3a883544600f5eeab99931ec1ec3695a37d81b631041a00d11c2abd71c85437bea1f582fcefd05574c5ff9b696'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-remotebuildexecution_v1
2
2
 
3
+ ### v0.9.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210614
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.8.0 (2021-05-20)
9
+
10
+ * Regenerated from discovery document revision 20210517
11
+
12
+ ### v0.7.0 (2021-03-25)
13
+
14
+ * Regenerated from discovery document revision 20210322
15
+
16
+ ### v0.6.0 (2021-03-18)
17
+
18
+ * Regenerated from discovery document revision 20210316
19
+ * Regenerated using generator version 0.2.0
20
+
21
+ ### v0.5.0 (2021-03-04)
22
+
23
+ * Regenerated from discovery document revision 20210302
24
+
3
25
  ### v0.4.0 (2021-02-26)
4
26
 
5
27
  * Regenerated from discovery document revision 20210224
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -1298,12 +1298,33 @@ module Google
1298
1298
  # @return [String]
1299
1299
  attr_accessor :action_id
1300
1300
 
1301
+ # A brief description of the kind of action, for example, CppCompile or GoLink.
1302
+ # There is no standard agreed set of values for this, and they are expected to
1303
+ # vary between different client tools.
1304
+ # Corresponds to the JSON property `actionMnemonic`
1305
+ # @return [String]
1306
+ attr_accessor :action_mnemonic
1307
+
1308
+ # An identifier for the configuration in which the target was built, e.g. for
1309
+ # differentiating building host tools or different target platforms. There is no
1310
+ # expectation that this value will have any particular structure, or equality
1311
+ # across invocations, though some client tools may offer these guarantees.
1312
+ # Corresponds to the JSON property `configurationId`
1313
+ # @return [String]
1314
+ attr_accessor :configuration_id
1315
+
1301
1316
  # An identifier to tie multiple tool invocations together. For example, runs of
1302
1317
  # foo_test, bar_test and baz_test on a post-submit of a given patch.
1303
1318
  # Corresponds to the JSON property `correlatedInvocationsId`
1304
1319
  # @return [String]
1305
1320
  attr_accessor :correlated_invocations_id
1306
1321
 
1322
+ # An identifier for the target which produced this action. No guarantees are
1323
+ # made around how many actions may relate to a single target.
1324
+ # Corresponds to the JSON property `targetId`
1325
+ # @return [String]
1326
+ attr_accessor :target_id
1327
+
1307
1328
  # Details for the tool used to call the API.
1308
1329
  # Corresponds to the JSON property `toolDetails`
1309
1330
  # @return [Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ToolDetails]
@@ -1322,7 +1343,10 @@ module Google
1322
1343
  # Update properties of this object
1323
1344
  def update!(**args)
1324
1345
  @action_id = args[:action_id] if args.key?(:action_id)
1346
+ @action_mnemonic = args[:action_mnemonic] if args.key?(:action_mnemonic)
1347
+ @configuration_id = args[:configuration_id] if args.key?(:configuration_id)
1325
1348
  @correlated_invocations_id = args[:correlated_invocations_id] if args.key?(:correlated_invocations_id)
1349
+ @target_id = args[:target_id] if args.key?(:target_id)
1326
1350
  @tool_details = args[:tool_details] if args.key?(:tool_details)
1327
1351
  @tool_invocation_id = args[:tool_invocation_id] if args.key?(:tool_invocation_id)
1328
1352
  end
@@ -1597,6 +1621,12 @@ module Google
1597
1621
  # @return [Fixnum]
1598
1622
  attr_accessor :num_warnings
1599
1623
 
1624
+ # Indicates whether output files and/or output directories were found relative
1625
+ # to the execution root or to the user provided work directory or both or none.
1626
+ # Corresponds to the JSON property `outputLocation`
1627
+ # @return [String]
1628
+ attr_accessor :output_location
1629
+
1600
1630
  # Indicates whether an asynchronous container was used for execution.
1601
1631
  # Corresponds to the JSON property `usedAsyncContainer`
1602
1632
  # @return [Boolean]
@@ -1615,6 +1645,7 @@ module Google
1615
1645
  @input_cache_miss = args[:input_cache_miss] if args.key?(:input_cache_miss)
1616
1646
  @num_errors = args[:num_errors] if args.key?(:num_errors)
1617
1647
  @num_warnings = args[:num_warnings] if args.key?(:num_warnings)
1648
+ @output_location = args[:output_location] if args.key?(:output_location)
1618
1649
  @used_async_container = args[:used_async_container] if args.key?(:used_async_container)
1619
1650
  end
1620
1651
  end
@@ -1663,6 +1694,11 @@ module Google
1663
1694
  # @return [Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageStat]
1664
1695
  attr_accessor :memory_usage
1665
1696
 
1697
+ #
1698
+ # Corresponds to the JSON property `totalDiskIoStats`
1699
+ # @return [Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageIoStats]
1700
+ attr_accessor :total_disk_io_stats
1701
+
1666
1702
  def initialize(**args)
1667
1703
  update!(**args)
1668
1704
  end
@@ -1672,6 +1708,56 @@ module Google
1672
1708
  @cpu_used_percent = args[:cpu_used_percent] if args.key?(:cpu_used_percent)
1673
1709
  @disk_usage = args[:disk_usage] if args.key?(:disk_usage)
1674
1710
  @memory_usage = args[:memory_usage] if args.key?(:memory_usage)
1711
+ @total_disk_io_stats = args[:total_disk_io_stats] if args.key?(:total_disk_io_stats)
1712
+ end
1713
+ end
1714
+
1715
+ #
1716
+ class GoogleDevtoolsRemotebuildbotResourceUsageIoStats
1717
+ include Google::Apis::Core::Hashable
1718
+
1719
+ #
1720
+ # Corresponds to the JSON property `readBytesCount`
1721
+ # @return [Fixnum]
1722
+ attr_accessor :read_bytes_count
1723
+
1724
+ #
1725
+ # Corresponds to the JSON property `readCount`
1726
+ # @return [Fixnum]
1727
+ attr_accessor :read_count
1728
+
1729
+ #
1730
+ # Corresponds to the JSON property `readTimeMs`
1731
+ # @return [Fixnum]
1732
+ attr_accessor :read_time_ms
1733
+
1734
+ #
1735
+ # Corresponds to the JSON property `writeBytesCount`
1736
+ # @return [Fixnum]
1737
+ attr_accessor :write_bytes_count
1738
+
1739
+ #
1740
+ # Corresponds to the JSON property `writeCount`
1741
+ # @return [Fixnum]
1742
+ attr_accessor :write_count
1743
+
1744
+ #
1745
+ # Corresponds to the JSON property `writeTimeMs`
1746
+ # @return [Fixnum]
1747
+ attr_accessor :write_time_ms
1748
+
1749
+ def initialize(**args)
1750
+ update!(**args)
1751
+ end
1752
+
1753
+ # Update properties of this object
1754
+ def update!(**args)
1755
+ @read_bytes_count = args[:read_bytes_count] if args.key?(:read_bytes_count)
1756
+ @read_count = args[:read_count] if args.key?(:read_count)
1757
+ @read_time_ms = args[:read_time_ms] if args.key?(:read_time_ms)
1758
+ @write_bytes_count = args[:write_bytes_count] if args.key?(:write_bytes_count)
1759
+ @write_count = args[:write_count] if args.key?(:write_count)
1760
+ @write_time_ms = args[:write_time_ms] if args.key?(:write_time_ms)
1675
1761
  end
1676
1762
  end
1677
1763
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RemotebuildexecutionV1
18
18
  # Version of the google-apis-remotebuildexecution_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210224"
25
+ REVISION = "20210614"
26
26
  end
27
27
  end
28
28
  end
@@ -190,6 +190,12 @@ module Google
190
190
  include Google::Apis::Core::JsonObjectSupport
191
191
  end
192
192
 
193
+ class GoogleDevtoolsRemotebuildbotResourceUsageIoStats
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
193
199
  class GoogleDevtoolsRemotebuildbotResourceUsageStat
194
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
201
 
@@ -652,7 +658,10 @@ module Google
652
658
  # @private
653
659
  class Representation < Google::Apis::Core::JsonRepresentation
654
660
  property :action_id, as: 'actionId'
661
+ property :action_mnemonic, as: 'actionMnemonic'
662
+ property :configuration_id, as: 'configurationId'
655
663
  property :correlated_invocations_id, as: 'correlatedInvocationsId'
664
+ property :target_id, as: 'targetId'
656
665
  property :tool_details, as: 'toolDetails', class: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ToolDetails, decorator: Google::Apis::RemotebuildexecutionV1::BuildBazelRemoteExecutionV2ToolDetails::Representation
657
666
 
658
667
  property :tool_invocation_id, as: 'toolInvocationId'
@@ -722,6 +731,7 @@ module Google
722
731
  property :input_cache_miss, as: 'inputCacheMiss'
723
732
  property :num_errors, :numeric_string => true, as: 'numErrors'
724
733
  property :num_warnings, :numeric_string => true, as: 'numWarnings'
734
+ property :output_location, as: 'outputLocation'
725
735
  property :used_async_container, as: 'usedAsyncContainer'
726
736
  end
727
737
  end
@@ -742,6 +752,20 @@ module Google
742
752
 
743
753
  property :memory_usage, as: 'memoryUsage', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageStat, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageStat::Representation
744
754
 
755
+ property :total_disk_io_stats, as: 'totalDiskIoStats', class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageIoStats, decorator: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildbotResourceUsageIoStats::Representation
756
+
757
+ end
758
+ end
759
+
760
+ class GoogleDevtoolsRemotebuildbotResourceUsageIoStats
761
+ # @private
762
+ class Representation < Google::Apis::Core::JsonRepresentation
763
+ property :read_bytes_count, :numeric_string => true, as: 'readBytesCount'
764
+ property :read_count, :numeric_string => true, as: 'readCount'
765
+ property :read_time_ms, :numeric_string => true, as: 'readTimeMs'
766
+ property :write_bytes_count, :numeric_string => true, as: 'writeBytesCount'
767
+ property :write_count, :numeric_string => true, as: 'writeCount'
768
+ property :write_time_ms, :numeric_string => true, as: 'writeTimeMs'
745
769
  end
746
770
  end
747
771
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-remotebuildexecution_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.9.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: 2021-03-01 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Remote Build Execution API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-remotebuildexecution_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-remotebuildexecution_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.11
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Remote Build Execution API V1