Skip to content

Commit

Permalink
[WORKFLOW] Updating protos from viamrobotics/api, commit: c3c283fdaeb…
Browse files Browse the repository at this point in the history
…80dfe95e488dfe8a1f3ed01da9b2c (#183)

Co-authored-by: viambot <[email protected]>
  • Loading branch information
github-actions[bot] and viambot authored Mar 7, 2024
1 parent 76fd54b commit 5ebf1cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions lib/src/gen/app/v1/robot.pb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class RobotConfig extends $pb.GeneratedMessage {
$core.Iterable<ModuleConfig>? modules,
$core.bool? disablePartialStart,
$core.Iterable<PackageConfig>? packages,
$core.Iterable<AppValidationStatus>? overwriteFragmentStatus,
}) {
final $result = create();
if (cloud != null) {
Expand Down Expand Up @@ -68,6 +69,9 @@ class RobotConfig extends $pb.GeneratedMessage {
if (packages != null) {
$result.packages.addAll(packages);
}
if (overwriteFragmentStatus != null) {
$result.overwriteFragmentStatus.addAll(overwriteFragmentStatus);
}
return $result;
}
RobotConfig._() : super();
Expand All @@ -86,6 +90,7 @@ class RobotConfig extends $pb.GeneratedMessage {
..pc<ModuleConfig>(9, _omitFieldNames ? '' : 'modules', $pb.PbFieldType.PM, subBuilder: ModuleConfig.create)
..aOB(10, _omitFieldNames ? '' : 'disablePartialStart')
..pc<PackageConfig>(11, _omitFieldNames ? '' : 'packages', $pb.PbFieldType.PM, subBuilder: PackageConfig.create)
..pc<AppValidationStatus>(12, _omitFieldNames ? '' : 'overwriteFragmentStatus', $pb.PbFieldType.PM, subBuilder: AppValidationStatus.create)
..hasRequiredFields = false
;

Expand Down Expand Up @@ -179,6 +184,9 @@ class RobotConfig extends $pb.GeneratedMessage {

@$pb.TagNumber(11)
$core.List<PackageConfig> get packages => $_getList(10);

@$pb.TagNumber(12)
$core.List<AppValidationStatus> get overwriteFragmentStatus => $_getList(11);
}

/// Valid location secret that can be used for authentication to the robot.
Expand Down
7 changes: 5 additions & 2 deletions lib/src/gen/app/v1/robot.pbjson.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const RobotConfig$json = {
{'1': 'modules', '3': 9, '4': 3, '5': 11, '6': '.viam.app.v1.ModuleConfig', '10': 'modules'},
{'1': 'disable_partial_start', '3': 10, '4': 1, '5': 8, '9': 3, '10': 'disablePartialStart', '17': true},
{'1': 'packages', '3': 11, '4': 3, '5': 11, '6': '.viam.app.v1.PackageConfig', '10': 'packages'},
{'1': 'overwrite_fragment_status', '3': 12, '4': 3, '5': 11, '6': '.viam.app.v1.AppValidationStatus', '10': 'overwriteFragmentStatus'},
],
'8': [
{'1': '_network'},
Expand All @@ -68,8 +69,10 @@ final $typed_data.Uint8List robotConfigDescriptor = $convert.base64Decode(
'gBUgRhdXRoiAEBEhkKBWRlYnVnGAggASgISAJSBWRlYnVniAEBEjMKB21vZHVsZXMYCSADKAsy'
'GS52aWFtLmFwcC52MS5Nb2R1bGVDb25maWdSB21vZHVsZXMSNwoVZGlzYWJsZV9wYXJ0aWFsX3'
'N0YXJ0GAogASgISANSE2Rpc2FibGVQYXJ0aWFsU3RhcnSIAQESNgoIcGFja2FnZXMYCyADKAsy'
'Gi52aWFtLmFwcC52MS5QYWNrYWdlQ29uZmlnUghwYWNrYWdlc0IKCghfbmV0d29ya0IHCgVfYX'
'V0aEIICgZfZGVidWdCGAoWX2Rpc2FibGVfcGFydGlhbF9zdGFydA==');
'Gi52aWFtLmFwcC52MS5QYWNrYWdlQ29uZmlnUghwYWNrYWdlcxJcChlvdmVyd3JpdGVfZnJhZ2'
'1lbnRfc3RhdHVzGAwgAygLMiAudmlhbS5hcHAudjEuQXBwVmFsaWRhdGlvblN0YXR1c1IXb3Zl'
'cndyaXRlRnJhZ21lbnRTdGF0dXNCCgoIX25ldHdvcmtCBwoFX2F1dGhCCAoGX2RlYnVnQhgKFl'
'9kaXNhYmxlX3BhcnRpYWxfc3RhcnQ=');

@$core.Deprecated('Use locationSecretDescriptor instead')
const LocationSecret$json = {
Expand Down

0 comments on commit 5ebf1cc

Please sign in to comment.