From b05ba0099dd2d1e81a9a34bfa7e8ff467d0f89f8 Mon Sep 17 00:00:00 2001 From: Gavin Lewis Date: Wed, 30 Oct 2024 15:58:00 -0700 Subject: [PATCH] (NEXMANAGE-683) Remove `service_type` from `Operation` in `common.proto` (#547) --- inbm/Changelog.md | 2 + .../cloudadapter/pb/common/v1/common_pb2.py | 70 +-- .../cloudadapter/pb/common/v1/common_pb2.pyi | 24 +- .../pb/common/v1/common_pb2_grpc.py | 20 - .../cloudadapter/pb/inbs/v1/inbs_sb_pb2.py | 16 +- .../pb/inbs/v1/inbs_sb_pb2_grpc.py | 57 +- inbm/proto/common/v1/common.proto | 13 +- inbm/proto/inbs-mock/pb/common.pb.go | 589 ++++++++---------- inbm/proto/inbs-mock/pb/inbs_sb.pb.go | 4 +- inbm/proto/inbs-mock/pb/inbs_sb_grpc.pb.go | 2 +- 10 files changed, 307 insertions(+), 490 deletions(-) diff --git a/inbm/Changelog.md b/inbm/Changelog.md index 215b28d06..d4935f08c 100644 --- a/inbm/Changelog.md +++ b/inbm/Changelog.md @@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Changed - (NEXMANAGE-874) Remove UT rollback command in dispatcher agent - (NEXMANAGE-853) Remove ORAS and update method + - (NEXMANAGE-683) Remove service_type from Operation in common.proto ## 4.2.6 - 2024-10-04 ### Added @@ -65,6 +66,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - (NEXMANAGE-744) Don't pull in `dmidecode` in `inbm-lib` -- pull in only in `telemetry` - (NEXMANAGE-744) Removed all references to `future` library as we do not use Python 2 + ## 4.2.5 - 2024-09-04 ### Fixed - Added #!/usr/bin/python3 lines to agents to work in source install mode. diff --git a/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.py b/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.py index a0993b8ba..08aeefd6b 100644 --- a/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.py +++ b/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.py @@ -1,22 +1,12 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! -# NO CHECKED-IN PROTOBUF GENCODE # source: cloudadapter.pb.common.v1/common.proto -# Protobuf Python Version: 5.27.2 +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import runtime_version as _runtime_version from google.protobuf import symbol_database as _symbol_database from google.protobuf.internal import builder as _builder -_runtime_version.ValidateProtobufRuntimeVersion( - _runtime_version.Domain.PUBLIC, - 5, - 27, - 2, - '', - 'common/v1/common.proto' -) # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() @@ -26,13 +16,13 @@ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16\x63ommon/v1/common.proto\x12\tcommon.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\"\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t\"g\n\x17NodeScheduledOperations\x12;\n\x14scheduled_operations\x18\x01 \x03(\x0b\x32\x1d.common.v1.ScheduledOperation\x12\x0f\n\x07node_id\x18\x02 \x01(\t\"e\n\x12ScheduledOperation\x12\'\n\toperation\x18\x01 \x01(\x0b\x32\x14.common.v1.Operation\x12&\n\tschedules\x18\x02 \x03(\x0b\x32\x13.common.v1.Schedule\"\x86\x01\n\x08Schedule\x12\x34\n\x0fsingle_schedule\x18\x01 \x01(\x0b\x32\x19.common.v1.SingleScheduleH\x00\x12\x38\n\x11repeated_schedule\x18\x02 \x01(\x0b\x32\x1b.common.v1.RepeatedScheduleH\x00\x42\n\n\x08schedule\"~\n\x0eSingleSchedule\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12.\n\nstart_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xbc\x01\n\x10RepeatedSchedule\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12+\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x14\n\x0c\x63ron_minutes\x18\x03 \x01(\t\x12\x12\n\ncron_hours\x18\x04 \x01(\t\x12\x16\n\x0e\x63ron_day_month\x18\x05 \x01(\t\x12\x12\n\ncron_month\x18\x06 \x01(\t\x12\x15\n\rcron_day_week\x18\x07 \x01(\t\"\xee\x04\n\tOperation\x12/\n\x0epre_operations\x18\x01 \x03(\x0b\x32\x17.common.v1.PreOperation\x12\x31\n\x0fpost_operations\x18\x02 \x03(\x0b\x32\x18.common.v1.PostOperation\x12\x36\n\x0cservice_type\x18\x03 \x01(\x0e\x32 .common.v1.Operation.ServiceType\x12T\n update_system_software_operation\x18\x04 \x01(\x0b\x32(.common.v1.UpdateSystemSoftwareOperationH\x00\x12\x46\n\x19set_power_state_operation\x18\x05 \x01(\x0b\x32!.common.v1.SetPowerStateOperationH\x00\x12\x41\n\x16rpc_activate_operation\x18\x06 \x01(\x0b\x32\x1f.common.v1.RpcActivateOperationH\x00\x12G\n\x19update_firmware_operation\x18\x07 \x01(\x0b\x32\".common.v1.UpdateFirmwareOperationH\x00\"\x8d\x01\n\x0bServiceType\x12\x1c\n\x18SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\x15\n\x11SERVICE_TYPE_INBS\x10\x01\x12\x18\n\x14SERVICE_TYPE_OOB_AMT\x10\x02\x12\x18\n\x14SERVICE_TYPE_OOB_BMC\x10\x03\x12\x15\n\x11SERVICE_TYPE_AUTO\x10\x04\x42\x0b\n\toperation\"9\n\x14RpcActivateOperation\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x14\n\x0cprofile_name\x18\x02 \x01(\t\"\xd8\x02\n\x1dUpdateSystemSoftwareOperation\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x30\n\x0crelease_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x04mode\x18\x03 \x01(\x0e\x32\x35.common.v1.UpdateSystemSoftwareOperation.DownloadMode\x12\x15\n\rdo_not_reboot\x18\x04 \x01(\x08\x12\x14\n\x0cpackage_list\x18\x05 \x03(\t\"\x85\x01\n\x0c\x44ownloadMode\x12\x1d\n\x19\x44OWNLOAD_MODE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x44OWNLOAD_MODE_FULL\x10\x01\x12\x1d\n\x19\x44OWNLOAD_MODE_NO_DOWNLOAD\x10\x02\x12\x1f\n\x1b\x44OWNLOAD_MODE_DOWNLOAD_ONLY\x10\x03\"\xd9\x01\n\x16SetPowerStateOperation\x12<\n\x06opcode\x18\x01 \x01(\x0e\x32,.common.v1.SetPowerStateOperation.PowerState\"\x80\x01\n\nPowerState\x12\x1b\n\x17POWER_STATE_UNSPECIFIED\x10\x00\x12\x12\n\x0ePOWER_STATE_ON\x10\x02\x12\x15\n\x11POWER_STATE_CYCLE\x10\x05\x12\x13\n\x0fPOWER_STATE_OFF\x10\x08\x12\x15\n\x11POWER_STATE_RESET\x10\n\"\xd8\x03\n\x17UpdateFirmwareOperation\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x14\n\x0c\x62ios_version\x18\x02 \x01(\t\x12N\n\x11signature_version\x18\x03 \x01(\x0e\x32\x33.common.v1.UpdateFirmwareOperation.SignatureVersion\x12\x11\n\tsignature\x18\x04 \x01(\t\x12\x0e\n\x06vendor\x18\x05 \x01(\t\x12\x14\n\x0cmanufacturer\x18\x06 \x01(\t\x12\x14\n\x0cproduct_name\x18\x07 \x01(\t\x12\x30\n\x0crelease_date\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04guid\x18\t \x01(\t\x12\x13\n\x0btooloptions\x18\n \x01(\t\x12\x10\n\x08username\x18\x0b \x01(\t\x12\x10\n\x08password\x18\x0c \x01(\t\x12\x15\n\rdo_not_reboot\x18\r \x01(\x08\"k\n\x10SignatureVersion\x12!\n\x1dSIGNATURE_VERSION_UNSPECIFIED\x10\x00\x12\x19\n\x15SIGNATURE_VERSION_256\x10\x01\x12\x19\n\x15SIGNATURE_VERSION_384\x10\x02\"\x0e\n\x0cPreOperation\"\x0f\n\rPostOperation\"\xc9\x04\n\x03Job\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x13\n\x0bschedule_id\x18\x03 \x01(\x05\x12.\n\x0b\x65xecuted_by\x18\x04 \x01(\x0e\x32\x19.common.v1.Job.ExecutedBy\x12\x36\n\x12\x64\x65sired_start_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x11\x61\x63tual_start_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x61\x63tual_end_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12*\n\tjob_state\x18\x08 \x01(\x0e\x32\x17.common.v1.Job.JobState\x12\x13\n\x0bstatus_code\x18\t \x01(\x05\x12\x13\n\x0bresult_msgs\x18\n \x01(\t\x12/\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"V\n\nExecutedBy\x12\x1b\n\x17\x45XECUTED_BY_UNSPECIFIED\x10\x00\x12\x16\n\x12\x45XECUTED_BY_INBAND\x10\x01\x12\x13\n\x0f\x45XECUTED_BY_OOB\x10\x02\"Y\n\x08JobState\x12\x19\n\x15JOB_STATE_UNSPECIFIED\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0b\n\x07STARTED\x10\x02\x12\n\n\x06PASSED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\x62\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16\x63ommon/v1/common.proto\x12\tcommon.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\"\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t\"g\n\x17NodeScheduledOperations\x12;\n\x14scheduled_operations\x18\x01 \x03(\x0b\x32\x1d.common.v1.ScheduledOperation\x12\x0f\n\x07node_id\x18\x02 \x01(\t\"e\n\x12ScheduledOperation\x12\'\n\toperation\x18\x01 \x01(\x0b\x32\x14.common.v1.Operation\x12&\n\tschedules\x18\x02 \x03(\x0b\x32\x13.common.v1.Schedule\"\x86\x01\n\x08Schedule\x12\x34\n\x0fsingle_schedule\x18\x01 \x01(\x0b\x32\x19.common.v1.SingleScheduleH\x00\x12\x38\n\x11repeated_schedule\x18\x02 \x01(\x0b\x32\x1b.common.v1.RepeatedScheduleH\x00\x42\n\n\x08schedule\"~\n\x0eSingleSchedule\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12.\n\nstart_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xbc\x01\n\x10RepeatedSchedule\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12+\n\x08\x64uration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x14\n\x0c\x63ron_minutes\x18\x03 \x01(\t\x12\x12\n\ncron_hours\x18\x04 \x01(\t\x12\x16\n\x0e\x63ron_day_month\x18\x05 \x01(\t\x12\x12\n\ncron_month\x18\x06 \x01(\t\x12\x15\n\rcron_day_week\x18\x07 \x01(\t\"\xba\x03\n\tOperation\x12/\n\x0epre_operations\x18\x01 \x03(\x0b\x32\x17.common.v1.PreOperation\x12\x31\n\x0fpost_operations\x18\x02 \x03(\x0b\x32\x18.common.v1.PostOperation\x12T\n update_system_software_operation\x18\x04 \x01(\x0b\x32(.common.v1.UpdateSystemSoftwareOperationH\x00\x12\x46\n\x19set_power_state_operation\x18\x05 \x01(\x0b\x32!.common.v1.SetPowerStateOperationH\x00\x12\x41\n\x16rpc_activate_operation\x18\x06 \x01(\x0b\x32\x1f.common.v1.RpcActivateOperationH\x00\x12G\n\x19update_firmware_operation\x18\x07 \x01(\x0b\x32\".common.v1.UpdateFirmwareOperationH\x00\x42\x0b\n\toperationJ\x04\x08\x03\x10\x04R\x0cservice_type\"9\n\x14RpcActivateOperation\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x14\n\x0cprofile_name\x18\x02 \x01(\t\"\xd8\x02\n\x1dUpdateSystemSoftwareOperation\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x30\n\x0crelease_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x04mode\x18\x03 \x01(\x0e\x32\x35.common.v1.UpdateSystemSoftwareOperation.DownloadMode\x12\x15\n\rdo_not_reboot\x18\x04 \x01(\x08\x12\x14\n\x0cpackage_list\x18\x05 \x03(\t\"\x85\x01\n\x0c\x44ownloadMode\x12\x1d\n\x19\x44OWNLOAD_MODE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x44OWNLOAD_MODE_FULL\x10\x01\x12\x1d\n\x19\x44OWNLOAD_MODE_NO_DOWNLOAD\x10\x02\x12\x1f\n\x1b\x44OWNLOAD_MODE_DOWNLOAD_ONLY\x10\x03\"\xd9\x01\n\x16SetPowerStateOperation\x12<\n\x06opcode\x18\x01 \x01(\x0e\x32,.common.v1.SetPowerStateOperation.PowerState\"\x80\x01\n\nPowerState\x12\x1b\n\x17POWER_STATE_UNSPECIFIED\x10\x00\x12\x12\n\x0ePOWER_STATE_ON\x10\x02\x12\x15\n\x11POWER_STATE_CYCLE\x10\x05\x12\x13\n\x0fPOWER_STATE_OFF\x10\x08\x12\x15\n\x11POWER_STATE_RESET\x10\n\"\xd8\x03\n\x17UpdateFirmwareOperation\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x14\n\x0c\x62ios_version\x18\x02 \x01(\t\x12N\n\x11signature_version\x18\x03 \x01(\x0e\x32\x33.common.v1.UpdateFirmwareOperation.SignatureVersion\x12\x11\n\tsignature\x18\x04 \x01(\t\x12\x0e\n\x06vendor\x18\x05 \x01(\t\x12\x14\n\x0cmanufacturer\x18\x06 \x01(\t\x12\x14\n\x0cproduct_name\x18\x07 \x01(\t\x12\x30\n\x0crelease_date\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04guid\x18\t \x01(\t\x12\x13\n\x0btooloptions\x18\n \x01(\t\x12\x10\n\x08username\x18\x0b \x01(\t\x12\x10\n\x08password\x18\x0c \x01(\t\x12\x15\n\rdo_not_reboot\x18\r \x01(\x08\"k\n\x10SignatureVersion\x12!\n\x1dSIGNATURE_VERSION_UNSPECIFIED\x10\x00\x12\x19\n\x15SIGNATURE_VERSION_256\x10\x01\x12\x19\n\x15SIGNATURE_VERSION_384\x10\x02\"\x0e\n\x0cPreOperation\"\x0f\n\rPostOperation\"\xc9\x04\n\x03Job\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0f\n\x07node_id\x18\x02 \x01(\t\x12\x13\n\x0bschedule_id\x18\x03 \x01(\x05\x12.\n\x0b\x65xecuted_by\x18\x04 \x01(\x0e\x32\x19.common.v1.Job.ExecutedBy\x12\x36\n\x12\x64\x65sired_start_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x11\x61\x63tual_start_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x61\x63tual_end_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12*\n\tjob_state\x18\x08 \x01(\x0e\x32\x17.common.v1.Job.JobState\x12\x13\n\x0bstatus_code\x18\t \x01(\x05\x12\x13\n\x0bresult_msgs\x18\n \x01(\t\x12/\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"V\n\nExecutedBy\x12\x1b\n\x17\x45XECUTED_BY_UNSPECIFIED\x10\x00\x12\x16\n\x12\x45XECUTED_BY_INBAND\x10\x01\x12\x13\n\x0f\x45XECUTED_BY_OOB\x10\x02\"Y\n\x08JobState\x12\x19\n\x15JOB_STATE_UNSPECIFIED\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0b\n\x07STARTED\x10\x02\x12\n\n\x06PASSED\x10\x03\x12\n\n\x06\x46\x41ILED\x10\x04\x62\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'common.v1.common_pb2', _globals) -if not _descriptor._USE_C_DESCRIPTORS: - DESCRIPTOR._loaded_options = None +if _descriptor._USE_C_DESCRIPTORS == False: + DESCRIPTOR._options = None _globals['_ERROR']._serialized_start=102 _globals['_ERROR']._serialized_end=126 _globals['_NODESCHEDULEDOPERATIONS']._serialized_start=128 @@ -46,31 +36,29 @@ _globals['_REPEATEDSCHEDULE']._serialized_start=602 _globals['_REPEATEDSCHEDULE']._serialized_end=790 _globals['_OPERATION']._serialized_start=793 - _globals['_OPERATION']._serialized_end=1415 - _globals['_OPERATION_SERVICETYPE']._serialized_start=1261 - _globals['_OPERATION_SERVICETYPE']._serialized_end=1402 - _globals['_RPCACTIVATEOPERATION']._serialized_start=1417 - _globals['_RPCACTIVATEOPERATION']._serialized_end=1474 - _globals['_UPDATESYSTEMSOFTWAREOPERATION']._serialized_start=1477 - _globals['_UPDATESYSTEMSOFTWAREOPERATION']._serialized_end=1821 - _globals['_UPDATESYSTEMSOFTWAREOPERATION_DOWNLOADMODE']._serialized_start=1688 - _globals['_UPDATESYSTEMSOFTWAREOPERATION_DOWNLOADMODE']._serialized_end=1821 - _globals['_SETPOWERSTATEOPERATION']._serialized_start=1824 - _globals['_SETPOWERSTATEOPERATION']._serialized_end=2041 - _globals['_SETPOWERSTATEOPERATION_POWERSTATE']._serialized_start=1913 - _globals['_SETPOWERSTATEOPERATION_POWERSTATE']._serialized_end=2041 - _globals['_UPDATEFIRMWAREOPERATION']._serialized_start=2044 - _globals['_UPDATEFIRMWAREOPERATION']._serialized_end=2516 - _globals['_UPDATEFIRMWAREOPERATION_SIGNATUREVERSION']._serialized_start=2409 - _globals['_UPDATEFIRMWAREOPERATION_SIGNATUREVERSION']._serialized_end=2516 - _globals['_PREOPERATION']._serialized_start=2518 - _globals['_PREOPERATION']._serialized_end=2532 - _globals['_POSTOPERATION']._serialized_start=2534 - _globals['_POSTOPERATION']._serialized_end=2549 - _globals['_JOB']._serialized_start=2552 - _globals['_JOB']._serialized_end=3137 - _globals['_JOB_EXECUTEDBY']._serialized_start=2960 - _globals['_JOB_EXECUTEDBY']._serialized_end=3046 - _globals['_JOB_JOBSTATE']._serialized_start=3048 - _globals['_JOB_JOBSTATE']._serialized_end=3137 + _globals['_OPERATION']._serialized_end=1235 + _globals['_RPCACTIVATEOPERATION']._serialized_start=1237 + _globals['_RPCACTIVATEOPERATION']._serialized_end=1294 + _globals['_UPDATESYSTEMSOFTWAREOPERATION']._serialized_start=1297 + _globals['_UPDATESYSTEMSOFTWAREOPERATION']._serialized_end=1641 + _globals['_UPDATESYSTEMSOFTWAREOPERATION_DOWNLOADMODE']._serialized_start=1508 + _globals['_UPDATESYSTEMSOFTWAREOPERATION_DOWNLOADMODE']._serialized_end=1641 + _globals['_SETPOWERSTATEOPERATION']._serialized_start=1644 + _globals['_SETPOWERSTATEOPERATION']._serialized_end=1861 + _globals['_SETPOWERSTATEOPERATION_POWERSTATE']._serialized_start=1733 + _globals['_SETPOWERSTATEOPERATION_POWERSTATE']._serialized_end=1861 + _globals['_UPDATEFIRMWAREOPERATION']._serialized_start=1864 + _globals['_UPDATEFIRMWAREOPERATION']._serialized_end=2336 + _globals['_UPDATEFIRMWAREOPERATION_SIGNATUREVERSION']._serialized_start=2229 + _globals['_UPDATEFIRMWAREOPERATION_SIGNATUREVERSION']._serialized_end=2336 + _globals['_PREOPERATION']._serialized_start=2338 + _globals['_PREOPERATION']._serialized_end=2352 + _globals['_POSTOPERATION']._serialized_start=2354 + _globals['_POSTOPERATION']._serialized_end=2369 + _globals['_JOB']._serialized_start=2372 + _globals['_JOB']._serialized_end=2957 + _globals['_JOB_EXECUTEDBY']._serialized_start=2780 + _globals['_JOB_EXECUTEDBY']._serialized_end=2866 + _globals['_JOB_JOBSTATE']._serialized_start=2868 + _globals['_JOB_JOBSTATE']._serialized_end=2957 # @@protoc_insertion_point(module_scope) diff --git a/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.pyi b/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.pyi index f41e4801f..e383f7fba 100644 --- a/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.pyi +++ b/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2.pyi @@ -180,33 +180,12 @@ global___RepeatedSchedule = RepeatedSchedule class Operation(google.protobuf.message.Message): DESCRIPTOR: google.protobuf.descriptor.Descriptor - class _ServiceType: - ValueType = typing.NewType("ValueType", builtins.int) - V: typing_extensions.TypeAlias = ValueType - - class _ServiceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Operation._ServiceType.ValueType], builtins.type): - DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor - SERVICE_TYPE_UNSPECIFIED: Operation._ServiceType.ValueType # 0 - SERVICE_TYPE_INBS: Operation._ServiceType.ValueType # 1 - SERVICE_TYPE_OOB_AMT: Operation._ServiceType.ValueType # 2 - SERVICE_TYPE_OOB_BMC: Operation._ServiceType.ValueType # 3 - SERVICE_TYPE_AUTO: Operation._ServiceType.ValueType # 4 - - class ServiceType(_ServiceType, metaclass=_ServiceTypeEnumTypeWrapper): ... - SERVICE_TYPE_UNSPECIFIED: Operation.ServiceType.ValueType # 0 - SERVICE_TYPE_INBS: Operation.ServiceType.ValueType # 1 - SERVICE_TYPE_OOB_AMT: Operation.ServiceType.ValueType # 2 - SERVICE_TYPE_OOB_BMC: Operation.ServiceType.ValueType # 3 - SERVICE_TYPE_AUTO: Operation.ServiceType.ValueType # 4 - PRE_OPERATIONS_FIELD_NUMBER: builtins.int POST_OPERATIONS_FIELD_NUMBER: builtins.int - SERVICE_TYPE_FIELD_NUMBER: builtins.int UPDATE_SYSTEM_SOFTWARE_OPERATION_FIELD_NUMBER: builtins.int SET_POWER_STATE_OPERATION_FIELD_NUMBER: builtins.int RPC_ACTIVATE_OPERATION_FIELD_NUMBER: builtins.int UPDATE_FIRMWARE_OPERATION_FIELD_NUMBER: builtins.int - service_type: global___Operation.ServiceType.ValueType @property def pre_operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___PreOperation]: ... @property @@ -226,14 +205,13 @@ class Operation(google.protobuf.message.Message): *, pre_operations: collections.abc.Iterable[global___PreOperation] | None = ..., post_operations: collections.abc.Iterable[global___PostOperation] | None = ..., - service_type: global___Operation.ServiceType.ValueType = ..., update_system_software_operation: global___UpdateSystemSoftwareOperation | None = ..., set_power_state_operation: global___SetPowerStateOperation | None = ..., rpc_activate_operation: global___RpcActivateOperation | None = ..., update_firmware_operation: global___UpdateFirmwareOperation | None = ..., ) -> None: ... def HasField(self, field_name: typing.Literal["operation", b"operation", "rpc_activate_operation", b"rpc_activate_operation", "set_power_state_operation", b"set_power_state_operation", "update_firmware_operation", b"update_firmware_operation", "update_system_software_operation", b"update_system_software_operation"]) -> builtins.bool: ... - def ClearField(self, field_name: typing.Literal["operation", b"operation", "post_operations", b"post_operations", "pre_operations", b"pre_operations", "rpc_activate_operation", b"rpc_activate_operation", "service_type", b"service_type", "set_power_state_operation", b"set_power_state_operation", "update_firmware_operation", b"update_firmware_operation", "update_system_software_operation", b"update_system_software_operation"]) -> None: ... + def ClearField(self, field_name: typing.Literal["operation", b"operation", "post_operations", b"post_operations", "pre_operations", b"pre_operations", "rpc_activate_operation", b"rpc_activate_operation", "set_power_state_operation", b"set_power_state_operation", "update_firmware_operation", b"update_firmware_operation", "update_system_software_operation", b"update_system_software_operation"]) -> None: ... def WhichOneof(self, oneof_group: typing.Literal["operation", b"operation"]) -> typing.Literal["update_system_software_operation", "set_power_state_operation", "rpc_activate_operation", "update_firmware_operation"] | None: ... global___Operation = Operation diff --git a/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2_grpc.py b/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2_grpc.py index 7d423a2cb..2daafffeb 100644 --- a/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2_grpc.py +++ b/inbm/cloudadapter-agent/cloudadapter/pb/common/v1/common_pb2_grpc.py @@ -1,24 +1,4 @@ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! """Client and server classes corresponding to protobuf-defined services.""" import grpc -import warnings - -GRPC_GENERATED_VERSION = '1.67.0' -GRPC_VERSION = grpc.__version__ -_version_not_supported = False - -try: - from grpc._utilities import first_version_is_lower - _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION) -except ImportError: - _version_not_supported = True - -if _version_not_supported: - raise RuntimeError( - f'The grpc package installed is at version {GRPC_VERSION},' - + f' but the generated code in cloudadapter.pb.common.v1/common_pb2_grpc.py depends on' - + f' grpcio>={GRPC_GENERATED_VERSION}.' - + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}' - + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.' - ) diff --git a/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2.py b/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2.py index 33eef3e06..f736a6135 100644 --- a/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2.py +++ b/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2.py @@ -1,22 +1,12 @@ # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! -# NO CHECKED-IN PROTOBUF GENCODE # source: cloudadapter.pb.inbs.v1/inbs_sb.proto -# Protobuf Python Version: 5.27.2 +# Protobuf Python Version: 4.25.1 """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import runtime_version as _runtime_version from google.protobuf import symbol_database as _symbol_database from google.protobuf.internal import builder as _builder -_runtime_version.ValidateProtobufRuntimeVersion( - _runtime_version.Domain.PUBLIC, - 5, - 27, - 2, - '', - 'inbs/v1/inbs_sb.proto' -) # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() @@ -30,8 +20,8 @@ _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'inbs.v1.inbs_sb_pb2', _globals) -if not _descriptor._USE_C_DESCRIPTORS: - DESCRIPTOR._loaded_options = None +if _descriptor._USE_C_DESCRIPTORS == False: + DESCRIPTOR._options = None _globals['_HANDLEINBMCOMMANDREQUEST']._serialized_start=58 _globals['_HANDLEINBMCOMMANDREQUEST']._serialized_end=143 _globals['_HANDLEINBMCOMMANDRESPONSE']._serialized_start=145 diff --git a/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2_grpc.py b/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2_grpc.py index 7b3ecb7af..5274d1bc2 100644 --- a/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2_grpc.py +++ b/inbm/cloudadapter-agent/cloudadapter/pb/inbs/v1/inbs_sb_pb2_grpc.py @@ -1,29 +1,9 @@ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! """Client and server classes corresponding to protobuf-defined services.""" import grpc -import warnings from cloudadapter.pb.inbs.v1 import inbs_sb_pb2 as inbs_dot_v1_dot_inbs__sb__pb2 -GRPC_GENERATED_VERSION = '1.67.0' -GRPC_VERSION = grpc.__version__ -_version_not_supported = False - -try: - from grpc._utilities import first_version_is_lower - _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION) -except ImportError: - _version_not_supported = True - -if _version_not_supported: - raise RuntimeError( - f'The grpc package installed is at version {GRPC_VERSION},' - + f' but the generated code in cloudadapter.pb.inbs.v1/inbs_sb_pb2_grpc.py depends on' - + f' grpcio>={GRPC_GENERATED_VERSION}.' - + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}' - + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.' - ) - class INBSSBServiceStub(object): """Missing associated documentation comment in .proto file.""" @@ -38,12 +18,12 @@ def __init__(self, channel): '/inbs.v1.INBSSBService/HandleINBMCommand', request_serializer=inbs_dot_v1_dot_inbs__sb__pb2.HandleINBMCommandResponse.SerializeToString, response_deserializer=inbs_dot_v1_dot_inbs__sb__pb2.HandleINBMCommandRequest.FromString, - _registered_method=True) + ) self.SendNodeUpdate = channel.unary_unary( '/inbs.v1.INBSSBService/SendNodeUpdate', request_serializer=inbs_dot_v1_dot_inbs__sb__pb2.SendNodeUpdateRequest.SerializeToString, response_deserializer=inbs_dot_v1_dot_inbs__sb__pb2.SendNodeUpdateResponse.FromString, - _registered_method=True) + ) class INBSSBServiceServicer(object): @@ -80,7 +60,6 @@ def add_INBSSBServiceServicer_to_server(servicer, server): generic_handler = grpc.method_handlers_generic_handler( 'inbs.v1.INBSSBService', rpc_method_handlers) server.add_generic_rpc_handlers((generic_handler,)) - server.add_registered_method_handlers('inbs.v1.INBSSBService', rpc_method_handlers) # This class is part of an EXPERIMENTAL API. @@ -98,21 +77,11 @@ def HandleINBMCommand(request_iterator, wait_for_ready=None, timeout=None, metadata=None): - return grpc.experimental.stream_stream( - request_iterator, - target, - '/inbs.v1.INBSSBService/HandleINBMCommand', + return grpc.experimental.stream_stream(request_iterator, target, '/inbs.v1.INBSSBService/HandleINBMCommand', inbs_dot_v1_dot_inbs__sb__pb2.HandleINBMCommandResponse.SerializeToString, inbs_dot_v1_dot_inbs__sb__pb2.HandleINBMCommandRequest.FromString, - options, - channel_credentials, - insecure, - call_credentials, - compression, - wait_for_ready, - timeout, - metadata, - _registered_method=True) + options, channel_credentials, + insecure, call_credentials, compression, wait_for_ready, timeout, metadata) @staticmethod def SendNodeUpdate(request, @@ -125,18 +94,8 @@ def SendNodeUpdate(request, wait_for_ready=None, timeout=None, metadata=None): - return grpc.experimental.unary_unary( - request, - target, - '/inbs.v1.INBSSBService/SendNodeUpdate', + return grpc.experimental.unary_unary(request, target, '/inbs.v1.INBSSBService/SendNodeUpdate', inbs_dot_v1_dot_inbs__sb__pb2.SendNodeUpdateRequest.SerializeToString, inbs_dot_v1_dot_inbs__sb__pb2.SendNodeUpdateResponse.FromString, - options, - channel_credentials, - insecure, - call_credentials, - compression, - wait_for_ready, - timeout, - metadata, - _registered_method=True) + options, channel_credentials, + insecure, call_credentials, compression, wait_for_ready, timeout, metadata) diff --git a/inbm/proto/common/v1/common.proto b/inbm/proto/common/v1/common.proto index a75d9d288..ad66d4299 100644 --- a/inbm/proto/common/v1/common.proto +++ b/inbm/proto/common/v1/common.proto @@ -52,14 +52,11 @@ message RepeatedSchedule { message Operation { repeated PreOperation pre_operations = 1; repeated PostOperation post_operations = 2; - enum ServiceType { - SERVICE_TYPE_UNSPECIFIED = 0; - SERVICE_TYPE_INBS = 1; - SERVICE_TYPE_OOB_AMT = 2; - SERVICE_TYPE_OOB_BMC = 3; - SERVICE_TYPE_AUTO = 4; - } - ServiceType service_type = 3; + + // removed service_type field + reserved 3; + reserved "service_type"; + oneof operation { UpdateSystemSoftwareOperation update_system_software_operation = 4; SetPowerStateOperation set_power_state_operation = 5; diff --git a/inbm/proto/inbs-mock/pb/common.pb.go b/inbm/proto/inbs-mock/pb/common.pb.go index 49fc3ac41..dcedf9a96 100644 --- a/inbm/proto/inbs-mock/pb/common.pb.go +++ b/inbm/proto/inbs-mock/pb/common.pb.go @@ -1,16 +1,16 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.32.0 -// protoc v5.28.2 +// protoc-gen-go v1.33.0 +// protoc v3.12.4 // source: common/v1/common.proto package pb import ( + duration "github.com/golang/protobuf/ptypes/duration" + timestamp "github.com/golang/protobuf/ptypes/timestamp" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" - durationpb "google.golang.org/protobuf/types/known/durationpb" - timestamppb "google.golang.org/protobuf/types/known/timestamppb" reflect "reflect" sync "sync" ) @@ -22,61 +22,6 @@ const ( _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) -type Operation_ServiceType int32 - -const ( - Operation_SERVICE_TYPE_UNSPECIFIED Operation_ServiceType = 0 - Operation_SERVICE_TYPE_INBS Operation_ServiceType = 1 - Operation_SERVICE_TYPE_OOB_AMT Operation_ServiceType = 2 - Operation_SERVICE_TYPE_OOB_BMC Operation_ServiceType = 3 - Operation_SERVICE_TYPE_AUTO Operation_ServiceType = 4 -) - -// Enum value maps for Operation_ServiceType. -var ( - Operation_ServiceType_name = map[int32]string{ - 0: "SERVICE_TYPE_UNSPECIFIED", - 1: "SERVICE_TYPE_INBS", - 2: "SERVICE_TYPE_OOB_AMT", - 3: "SERVICE_TYPE_OOB_BMC", - 4: "SERVICE_TYPE_AUTO", - } - Operation_ServiceType_value = map[string]int32{ - "SERVICE_TYPE_UNSPECIFIED": 0, - "SERVICE_TYPE_INBS": 1, - "SERVICE_TYPE_OOB_AMT": 2, - "SERVICE_TYPE_OOB_BMC": 3, - "SERVICE_TYPE_AUTO": 4, - } -) - -func (x Operation_ServiceType) Enum() *Operation_ServiceType { - p := new(Operation_ServiceType) - *p = x - return p -} - -func (x Operation_ServiceType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (Operation_ServiceType) Descriptor() protoreflect.EnumDescriptor { - return file_common_v1_common_proto_enumTypes[0].Descriptor() -} - -func (Operation_ServiceType) Type() protoreflect.EnumType { - return &file_common_v1_common_proto_enumTypes[0] -} - -func (x Operation_ServiceType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use Operation_ServiceType.Descriptor instead. -func (Operation_ServiceType) EnumDescriptor() ([]byte, []int) { - return file_common_v1_common_proto_rawDescGZIP(), []int{6, 0} -} - type UpdateSystemSoftwareOperation_DownloadMode int32 const ( @@ -113,11 +58,11 @@ func (x UpdateSystemSoftwareOperation_DownloadMode) String() string { } func (UpdateSystemSoftwareOperation_DownloadMode) Descriptor() protoreflect.EnumDescriptor { - return file_common_v1_common_proto_enumTypes[1].Descriptor() + return file_common_v1_common_proto_enumTypes[0].Descriptor() } func (UpdateSystemSoftwareOperation_DownloadMode) Type() protoreflect.EnumType { - return &file_common_v1_common_proto_enumTypes[1] + return &file_common_v1_common_proto_enumTypes[0] } func (x UpdateSystemSoftwareOperation_DownloadMode) Number() protoreflect.EnumNumber { @@ -168,11 +113,11 @@ func (x SetPowerStateOperation_PowerState) String() string { } func (SetPowerStateOperation_PowerState) Descriptor() protoreflect.EnumDescriptor { - return file_common_v1_common_proto_enumTypes[2].Descriptor() + return file_common_v1_common_proto_enumTypes[1].Descriptor() } func (SetPowerStateOperation_PowerState) Type() protoreflect.EnumType { - return &file_common_v1_common_proto_enumTypes[2] + return &file_common_v1_common_proto_enumTypes[1] } func (x SetPowerStateOperation_PowerState) Number() protoreflect.EnumNumber { @@ -217,11 +162,11 @@ func (x UpdateFirmwareOperation_SignatureVersion) String() string { } func (UpdateFirmwareOperation_SignatureVersion) Descriptor() protoreflect.EnumDescriptor { - return file_common_v1_common_proto_enumTypes[3].Descriptor() + return file_common_v1_common_proto_enumTypes[2].Descriptor() } func (UpdateFirmwareOperation_SignatureVersion) Type() protoreflect.EnumType { - return &file_common_v1_common_proto_enumTypes[3] + return &file_common_v1_common_proto_enumTypes[2] } func (x UpdateFirmwareOperation_SignatureVersion) Number() protoreflect.EnumNumber { @@ -266,11 +211,11 @@ func (x Job_ExecutedBy) String() string { } func (Job_ExecutedBy) Descriptor() protoreflect.EnumDescriptor { - return file_common_v1_common_proto_enumTypes[4].Descriptor() + return file_common_v1_common_proto_enumTypes[3].Descriptor() } func (Job_ExecutedBy) Type() protoreflect.EnumType { - return &file_common_v1_common_proto_enumTypes[4] + return &file_common_v1_common_proto_enumTypes[3] } func (x Job_ExecutedBy) Number() protoreflect.EnumNumber { @@ -321,11 +266,11 @@ func (x Job_JobState) String() string { } func (Job_JobState) Descriptor() protoreflect.EnumDescriptor { - return file_common_v1_common_proto_enumTypes[5].Descriptor() + return file_common_v1_common_proto_enumTypes[4].Descriptor() } func (Job_JobState) Type() protoreflect.EnumType { - return &file_common_v1_common_proto_enumTypes[5] + return &file_common_v1_common_proto_enumTypes[4] } func (x Job_JobState) Number() protoreflect.EnumNumber { @@ -586,8 +531,8 @@ type SingleSchedule struct { // This will be created by MJunct. This will be empty coming into MJunct NB API. Else, it should have a string value. JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // to specify running immeidate, omit start time and end time - StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` - EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` + StartTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` + EndTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` } func (x *SingleSchedule) Reset() { @@ -629,14 +574,14 @@ func (x *SingleSchedule) GetJobId() string { return "" } -func (x *SingleSchedule) GetStartTime() *timestamppb.Timestamp { +func (x *SingleSchedule) GetStartTime() *timestamp.Timestamp { if x != nil { return x.StartTime } return nil } -func (x *SingleSchedule) GetEndTime() *timestamppb.Timestamp { +func (x *SingleSchedule) GetEndTime() *timestamp.Timestamp { if x != nil { return x.EndTime } @@ -650,13 +595,13 @@ type RepeatedSchedule struct { unknownFields protoimpl.UnknownFields // This will be created by MJunct. This will be empty coming into MJunct NB API. Else, it should have a string value. - JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` - Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"` // should be between 1 second and 86400 seconds (24 hours worth of seconds) - CronMinutes string `protobuf:"bytes,3,opt,name=cron_minutes,json=cronMinutes,proto3" json:"cron_minutes,omitempty"` // cron style minutes (0-59) - CronHours string `protobuf:"bytes,4,opt,name=cron_hours,json=cronHours,proto3" json:"cron_hours,omitempty"` // cron style hours (0-23) - CronDayMonth string `protobuf:"bytes,5,opt,name=cron_day_month,json=cronDayMonth,proto3" json:"cron_day_month,omitempty"` // cron style day of month (0-31) - CronMonth string `protobuf:"bytes,6,opt,name=cron_month,json=cronMonth,proto3" json:"cron_month,omitempty"` // cron style month (1-12) - CronDayWeek string `protobuf:"bytes,7,opt,name=cron_day_week,json=cronDayWeek,proto3" json:"cron_day_week,omitempty"` // cron style day of week (0-6) + JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` + Duration *duration.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"` // should be between 1 second and 86400 seconds (24 hours worth of seconds) + CronMinutes string `protobuf:"bytes,3,opt,name=cron_minutes,json=cronMinutes,proto3" json:"cron_minutes,omitempty"` // cron style minutes (0-59) + CronHours string `protobuf:"bytes,4,opt,name=cron_hours,json=cronHours,proto3" json:"cron_hours,omitempty"` // cron style hours (0-23) + CronDayMonth string `protobuf:"bytes,5,opt,name=cron_day_month,json=cronDayMonth,proto3" json:"cron_day_month,omitempty"` // cron style day of month (0-31) + CronMonth string `protobuf:"bytes,6,opt,name=cron_month,json=cronMonth,proto3" json:"cron_month,omitempty"` // cron style month (1-12) + CronDayWeek string `protobuf:"bytes,7,opt,name=cron_day_week,json=cronDayWeek,proto3" json:"cron_day_week,omitempty"` // cron style day of week (0-6) } func (x *RepeatedSchedule) Reset() { @@ -698,7 +643,7 @@ func (x *RepeatedSchedule) GetJobId() string { return "" } -func (x *RepeatedSchedule) GetDuration() *durationpb.Duration { +func (x *RepeatedSchedule) GetDuration() *duration.Duration { if x != nil { return x.Duration } @@ -745,9 +690,8 @@ type Operation struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - PreOperations []*PreOperation `protobuf:"bytes,1,rep,name=pre_operations,json=preOperations,proto3" json:"pre_operations,omitempty"` - PostOperations []*PostOperation `protobuf:"bytes,2,rep,name=post_operations,json=postOperations,proto3" json:"post_operations,omitempty"` - ServiceType Operation_ServiceType `protobuf:"varint,3,opt,name=service_type,json=serviceType,proto3,enum=common.v1.Operation_ServiceType" json:"service_type,omitempty"` + PreOperations []*PreOperation `protobuf:"bytes,1,rep,name=pre_operations,json=preOperations,proto3" json:"pre_operations,omitempty"` + PostOperations []*PostOperation `protobuf:"bytes,2,rep,name=post_operations,json=postOperations,proto3" json:"post_operations,omitempty"` // Types that are assignable to Operation: // // *Operation_UpdateSystemSoftwareOperation @@ -803,13 +747,6 @@ func (x *Operation) GetPostOperations() []*PostOperation { return nil } -func (x *Operation) GetServiceType() Operation_ServiceType { - if x != nil { - return x.ServiceType - } - return Operation_SERVICE_TYPE_UNSPECIFIED -} - func (m *Operation) GetOperation() isOperation_Operation { if m != nil { return m.Operation @@ -934,7 +871,7 @@ type UpdateSystemSoftwareOperation struct { unknownFields protoimpl.UnknownFields Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` // URL from which to remotely retrieve the package - ReleaseDate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=release_date,json=releaseDate,proto3" json:"release_date,omitempty"` // Release date of the new SW update. + ReleaseDate *timestamp.Timestamp `protobuf:"bytes,2,opt,name=release_date,json=releaseDate,proto3" json:"release_date,omitempty"` // Release date of the new SW update. Mode UpdateSystemSoftwareOperation_DownloadMode `protobuf:"varint,3,opt,name=mode,proto3,enum=common.v1.UpdateSystemSoftwareOperation_DownloadMode" json:"mode,omitempty"` // Mode for installing the softare update regarding download and install steps. DoNotReboot bool `protobuf:"varint,4,opt,name=do_not_reboot,json=doNotReboot,proto3" json:"do_not_reboot,omitempty"` // Whether to reboot the node after the firmware update attempt PackageList []string `protobuf:"bytes,5,rep,name=package_list,json=packageList,proto3" json:"package_list,omitempty"` // List of packages to install if whole package update isn't desired. @@ -979,7 +916,7 @@ func (x *UpdateSystemSoftwareOperation) GetUrl() string { return "" } -func (x *UpdateSystemSoftwareOperation) GetReleaseDate() *timestamppb.Timestamp { +func (x *UpdateSystemSoftwareOperation) GetReleaseDate() *timestamp.Timestamp { if x != nil { return x.ReleaseDate } @@ -1066,7 +1003,7 @@ type UpdateFirmwareOperation struct { Vendor string `protobuf:"bytes,5,opt,name=vendor,proto3" json:"vendor,omitempty"` // Vendor of the new firmware update. Manufacturer string `protobuf:"bytes,6,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"` // Manufacturer of the board. ProductName string `protobuf:"bytes,7,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"` // Product name of the board. - ReleaseDate *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=release_date,json=releaseDate,proto3" json:"release_date,omitempty"` // Release date of the new firmware update. + ReleaseDate *timestamp.Timestamp `protobuf:"bytes,8,opt,name=release_date,json=releaseDate,proto3" json:"release_date,omitempty"` // Release date of the new firmware update. Guid string `protobuf:"bytes,9,opt,name=guid,proto3" json:"guid,omitempty"` // GUID to match on the platform. Check for 'System Firmware type' when running the command: 'fwupdate -i' Tooloptions string `protobuf:"bytes,10,opt,name=tooloptions,proto3" json:"tooloptions,omitempty"` // Optional switches to be used with vendor software tool during the update. Username string `protobuf:"bytes,11,opt,name=username,proto3" json:"username,omitempty"` // Username to be used during fetch from remote repository. @@ -1155,7 +1092,7 @@ func (x *UpdateFirmwareOperation) GetProductName() string { return "" } -func (x *UpdateFirmwareOperation) GetReleaseDate() *timestamppb.Timestamp { +func (x *UpdateFirmwareOperation) GetReleaseDate() *timestamp.Timestamp { if x != nil { return x.ReleaseDate } @@ -1281,17 +1218,17 @@ type Job struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // UUID with abbreviated type - NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // UUID, references NODE(node_id) - ScheduleId int32 `protobuf:"varint,3,opt,name=schedule_id,json=scheduleId,proto3" json:"schedule_id,omitempty"` // References SCHEDULE(schedule_id) - ExecutedBy Job_ExecutedBy `protobuf:"varint,4,opt,name=executed_by,json=executedBy,proto3,enum=common.v1.Job_ExecutedBy" json:"executed_by,omitempty"` - DesiredStartTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=desired_start_time,json=desiredStartTime,proto3" json:"desired_start_time,omitempty"` - ActualStartTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=actual_start_time,json=actualStartTime,proto3" json:"actual_start_time,omitempty"` - ActualEndTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=actual_end_time,json=actualEndTime,proto3" json:"actual_end_time,omitempty"` - JobState Job_JobState `protobuf:"varint,8,opt,name=job_state,json=jobState,proto3,enum=common.v1.Job_JobState" json:"job_state,omitempty"` - StatusCode int32 `protobuf:"varint,9,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` // Not yet defined - ResultMsgs string `protobuf:"bytes,10,opt,name=result_msgs,json=resultMsgs,proto3" json:"result_msgs,omitempty"` // JSON string for result messages of all tasks ran - CreateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` + JobId string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // UUID with abbreviated type + NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // UUID, references NODE(node_id) + ScheduleId int32 `protobuf:"varint,3,opt,name=schedule_id,json=scheduleId,proto3" json:"schedule_id,omitempty"` // References SCHEDULE(schedule_id) + ExecutedBy Job_ExecutedBy `protobuf:"varint,4,opt,name=executed_by,json=executedBy,proto3,enum=common.v1.Job_ExecutedBy" json:"executed_by,omitempty"` + DesiredStartTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=desired_start_time,json=desiredStartTime,proto3" json:"desired_start_time,omitempty"` + ActualStartTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=actual_start_time,json=actualStartTime,proto3" json:"actual_start_time,omitempty"` + ActualEndTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=actual_end_time,json=actualEndTime,proto3" json:"actual_end_time,omitempty"` + JobState Job_JobState `protobuf:"varint,8,opt,name=job_state,json=jobState,proto3,enum=common.v1.Job_JobState" json:"job_state,omitempty"` + StatusCode int32 `protobuf:"varint,9,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` // Not yet defined + ResultMsgs string `protobuf:"bytes,10,opt,name=result_msgs,json=resultMsgs,proto3" json:"result_msgs,omitempty"` // JSON string for result messages of all tasks ran + CreateTime *timestamp.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` } func (x *Job) Reset() { @@ -1354,21 +1291,21 @@ func (x *Job) GetExecutedBy() Job_ExecutedBy { return Job_EXECUTED_BY_UNSPECIFIED } -func (x *Job) GetDesiredStartTime() *timestamppb.Timestamp { +func (x *Job) GetDesiredStartTime() *timestamp.Timestamp { if x != nil { return x.DesiredStartTime } return nil } -func (x *Job) GetActualStartTime() *timestamppb.Timestamp { +func (x *Job) GetActualStartTime() *timestamp.Timestamp { if x != nil { return x.ActualStartTime } return nil } -func (x *Job) GetActualEndTime() *timestamppb.Timestamp { +func (x *Job) GetActualEndTime() *timestamp.Timestamp { if x != nil { return x.ActualEndTime } @@ -1396,7 +1333,7 @@ func (x *Job) GetResultMsgs() string { return "" } -func (x *Job) GetCreateTime() *timestamppb.Timestamp { +func (x *Job) GetCreateTime() *timestamp.Timestamp { if x != nil { return x.CreateTime } @@ -1468,7 +1405,7 @@ var file_common_v1_common_proto_rawDesc = []byte{ 0x09, 0x52, 0x09, 0x63, 0x72, 0x6f, 0x6e, 0x4d, 0x6f, 0x6e, 0x74, 0x68, 0x12, 0x22, 0x0a, 0x0d, 0x63, 0x72, 0x6f, 0x6e, 0x5f, 0x64, 0x61, 0x79, 0x5f, 0x77, 0x65, 0x65, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x72, 0x6f, 0x6e, 0x44, 0x61, 0x79, 0x57, 0x65, 0x65, 0x6b, - 0x22, 0x80, 0x06, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3e, + 0x22, 0xbf, 0x04, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3e, 0x0a, 0x0e, 0x70, 0x72, 0x65, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, @@ -1477,176 +1414,164 @@ var file_common_v1_common_proto_rawDesc = []byte{ 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0e, 0x70, 0x6f, 0x73, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x73, 0x12, 0x43, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x20, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, - 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x53, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x73, 0x0a, 0x20, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x5f, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, - 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, - 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x1d, 0x75, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, - 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5e, 0x0a, 0x19, 0x73, - 0x65, 0x74, 0x5f, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, - 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x50, 0x6f, - 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x48, 0x00, 0x52, 0x16, 0x73, 0x65, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x57, 0x0a, 0x16, 0x72, - 0x70, 0x63, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x5f, 0x6f, 0x70, 0x65, 0x72, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x6f, - 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x70, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, - 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x14, - 0x72, 0x70, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x60, 0x0a, 0x19, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x66, - 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, - 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x72, 0x6d, 0x77, 0x61, - 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x17, 0x75, + 0x73, 0x12, 0x73, 0x0a, 0x20, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x73, 0x79, 0x73, 0x74, + 0x65, 0x6d, 0x5f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x6f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f, + 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x79, + 0x73, 0x74, 0x65, 0x6d, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x1d, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, + 0x79, 0x73, 0x74, 0x65, 0x6d, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5e, 0x0a, 0x19, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x6f, + 0x77, 0x65, 0x72, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, + 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x16, + 0x73, 0x65, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x57, 0x0a, 0x16, 0x72, 0x70, 0x63, 0x5f, 0x61, 0x63, + 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, + 0x76, 0x31, 0x2e, 0x52, 0x70, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x14, 0x72, 0x70, 0x63, 0x41, 0x63, + 0x74, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x60, 0x0a, 0x19, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, + 0x72, 0x65, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8d, 0x01, 0x0a, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x18, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, - 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, - 0x45, 0x44, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, - 0x54, 0x59, 0x50, 0x45, 0x5f, 0x49, 0x4e, 0x42, 0x53, 0x10, 0x01, 0x12, 0x18, 0x0a, 0x14, 0x53, - 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4f, 0x4f, 0x42, 0x5f, - 0x41, 0x4d, 0x54, 0x10, 0x02, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, - 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4f, 0x4f, 0x42, 0x5f, 0x42, 0x4d, 0x43, 0x10, 0x03, 0x12, - 0x15, 0x0a, 0x11, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, - 0x41, 0x55, 0x54, 0x4f, 0x10, 0x04, 0x42, 0x0b, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, - 0x69, 0x6f, 0x6e, 0x22, 0x4b, 0x0a, 0x14, 0x52, 0x70, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, - 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, - 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x21, 0x0a, - 0x0c, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, - 0x22, 0x8a, 0x03, 0x0a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, - 0x6d, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x75, 0x72, 0x6c, 0x12, 0x3d, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, - 0x64, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, - 0x61, 0x74, 0x65, 0x12, 0x49, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x0e, 0x32, 0x35, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, - 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x6f, 0x77, 0x6e, - 0x6c, 0x6f, 0x61, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x22, - 0x0a, 0x0d, 0x64, 0x6f, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x72, 0x65, 0x62, 0x6f, 0x6f, 0x74, 0x18, - 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x64, 0x6f, 0x4e, 0x6f, 0x74, 0x52, 0x65, 0x62, 0x6f, - 0x6f, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x69, - 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, - 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x85, 0x01, 0x0a, 0x0c, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, - 0x61, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, - 0x41, 0x44, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, - 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, - 0x44, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x46, 0x55, 0x4c, 0x4c, 0x10, 0x01, 0x12, 0x1d, 0x0a, - 0x19, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x4e, - 0x4f, 0x5f, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x10, 0x02, 0x12, 0x1f, 0x0a, 0x1b, - 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x44, 0x4f, - 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x03, 0x22, 0xe1, 0x01, - 0x0a, 0x16, 0x53, 0x65, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, - 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x44, 0x0a, 0x06, 0x6f, 0x70, 0x63, 0x6f, - 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, - 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x6f, 0x77, 0x65, - 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x06, 0x6f, 0x70, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x80, - 0x01, 0x0a, 0x0a, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, - 0x17, 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, - 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x4f, - 0x57, 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x4f, 0x4e, 0x10, 0x02, 0x12, 0x15, - 0x0a, 0x11, 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x43, 0x59, - 0x43, 0x4c, 0x45, 0x10, 0x05, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x53, - 0x54, 0x41, 0x54, 0x45, 0x5f, 0x4f, 0x46, 0x46, 0x10, 0x08, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x4f, - 0x57, 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x45, 0x54, 0x10, - 0x0a, 0x22, 0xeb, 0x04, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x72, 0x6d, - 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, - 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, - 0x21, 0x0a, 0x0c, 0x62, 0x69, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x62, 0x69, 0x6f, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x12, 0x60, 0x0a, 0x11, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, - 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e, - 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x17, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, - 0x6f, 0x6e, 0x52, 0x10, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x56, 0x65, 0x72, - 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, - 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, - 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, - 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x12, 0x21, - 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x3d, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, - 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, - 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x61, 0x74, 0x65, - 0x12, 0x12, 0x0a, 0x04, 0x67, 0x75, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, - 0x67, 0x75, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x6f, 0x6c, 0x6f, 0x70, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74, 0x6f, 0x6f, 0x6c, 0x6f, - 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, - 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, - 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x0c, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x22, - 0x0a, 0x0d, 0x64, 0x6f, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x72, 0x65, 0x62, 0x6f, 0x6f, 0x74, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x64, 0x6f, 0x4e, 0x6f, 0x74, 0x52, 0x65, 0x62, 0x6f, - 0x6f, 0x74, 0x22, 0x6b, 0x0a, 0x10, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x49, 0x47, 0x4e, 0x41, 0x54, - 0x55, 0x52, 0x45, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x55, 0x4e, 0x53, 0x50, - 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x49, 0x47, - 0x4e, 0x41, 0x54, 0x55, 0x52, 0x45, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x32, - 0x35, 0x36, 0x10, 0x01, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x49, 0x47, 0x4e, 0x41, 0x54, 0x55, 0x52, - 0x45, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x33, 0x38, 0x34, 0x10, 0x02, 0x22, - 0x0e, 0x0a, 0x0c, 0x50, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, - 0x0f, 0x0a, 0x0d, 0x50, 0x6f, 0x73, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x22, 0xd0, 0x05, 0x0a, 0x03, 0x4a, 0x6f, 0x62, 0x12, 0x15, 0x0a, 0x06, 0x6a, 0x6f, 0x62, 0x5f, - 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6a, 0x6f, 0x62, 0x49, 0x64, 0x12, - 0x17, 0x0a, 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x63, 0x68, 0x65, - 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, - 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x0b, 0x65, 0x78, 0x65, - 0x63, 0x75, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, - 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x2e, 0x45, - 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x64, 0x42, 0x79, 0x52, 0x0a, 0x65, 0x78, 0x65, 0x63, 0x75, - 0x74, 0x65, 0x64, 0x42, 0x79, 0x12, 0x48, 0x0a, 0x12, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, - 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x10, 0x64, - 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, - 0x46, 0x0a, 0x11, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, - 0x74, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x53, 0x74, - 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x42, 0x0a, 0x0f, 0x61, 0x63, 0x74, 0x75, 0x61, - 0x6c, 0x5f, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, + 0x6e, 0x42, 0x0b, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4a, 0x04, + 0x08, 0x03, 0x10, 0x04, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x74, 0x79, + 0x70, 0x65, 0x22, 0x4b, 0x0a, 0x14, 0x52, 0x70, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, + 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, + 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x21, 0x0a, 0x0c, + 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, + 0x8a, 0x03, 0x0a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, + 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x75, 0x72, 0x6c, 0x12, 0x3d, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, + 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, + 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x61, + 0x74, 0x65, 0x12, 0x49, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x35, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, + 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, + 0x6f, 0x61, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x0a, + 0x0d, 0x64, 0x6f, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x72, 0x65, 0x62, 0x6f, 0x6f, 0x74, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x64, 0x6f, 0x4e, 0x6f, 0x74, 0x52, 0x65, 0x62, 0x6f, 0x6f, + 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x69, 0x73, + 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x22, 0x85, 0x01, 0x0a, 0x0c, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, + 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, + 0x44, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, + 0x45, 0x44, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, + 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x46, 0x55, 0x4c, 0x4c, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, + 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x4e, 0x4f, + 0x5f, 0x44, 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x10, 0x02, 0x12, 0x1f, 0x0a, 0x1b, 0x44, + 0x4f, 0x57, 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x5f, 0x44, 0x4f, 0x57, + 0x4e, 0x4c, 0x4f, 0x41, 0x44, 0x5f, 0x4f, 0x4e, 0x4c, 0x59, 0x10, 0x03, 0x22, 0xe1, 0x01, 0x0a, + 0x16, 0x53, 0x65, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x44, 0x0a, 0x06, 0x6f, 0x70, 0x63, 0x6f, 0x64, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, + 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x6f, 0x77, 0x65, 0x72, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x06, 0x6f, 0x70, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x80, 0x01, + 0x0a, 0x0a, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x17, + 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, + 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x50, 0x4f, 0x57, + 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x4f, 0x4e, 0x10, 0x02, 0x12, 0x15, 0x0a, + 0x11, 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x43, 0x59, 0x43, + 0x4c, 0x45, 0x10, 0x05, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x4f, 0x57, 0x45, 0x52, 0x5f, 0x53, 0x54, + 0x41, 0x54, 0x45, 0x5f, 0x4f, 0x46, 0x46, 0x10, 0x08, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x4f, 0x57, + 0x45, 0x52, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x45, 0x54, 0x10, 0x0a, + 0x22, 0xeb, 0x04, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x72, 0x6d, 0x77, + 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, + 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x21, + 0x0a, 0x0c, 0x62, 0x69, 0x6f, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x62, 0x69, 0x6f, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x60, 0x0a, 0x11, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x33, 0x2e, 0x63, + 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, + 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x52, 0x10, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, + 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x12, 0x21, 0x0a, + 0x0c, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, + 0x12, 0x3d, 0x0a, 0x0c, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, + 0x6d, 0x70, 0x52, 0x0b, 0x72, 0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x61, 0x74, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x67, 0x75, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x67, + 0x75, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x6f, 0x6c, 0x6f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74, 0x6f, 0x6f, 0x6c, 0x6f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x22, 0x0a, + 0x0d, 0x64, 0x6f, 0x5f, 0x6e, 0x6f, 0x74, 0x5f, 0x72, 0x65, 0x62, 0x6f, 0x6f, 0x74, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x64, 0x6f, 0x4e, 0x6f, 0x74, 0x52, 0x65, 0x62, 0x6f, 0x6f, + 0x74, 0x22, 0x6b, 0x0a, 0x10, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x49, 0x47, 0x4e, 0x41, 0x54, 0x55, + 0x52, 0x45, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, + 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x49, 0x47, 0x4e, + 0x41, 0x54, 0x55, 0x52, 0x45, 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x32, 0x35, + 0x36, 0x10, 0x01, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x49, 0x47, 0x4e, 0x41, 0x54, 0x55, 0x52, 0x45, + 0x5f, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x5f, 0x33, 0x38, 0x34, 0x10, 0x02, 0x22, 0x0e, + 0x0a, 0x0c, 0x50, 0x72, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x0f, + 0x0a, 0x0d, 0x50, 0x6f, 0x73, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, + 0xd0, 0x05, 0x0a, 0x03, 0x4a, 0x6f, 0x62, 0x12, 0x15, 0x0a, 0x06, 0x6a, 0x6f, 0x62, 0x5f, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6a, 0x6f, 0x62, 0x49, 0x64, 0x12, 0x17, + 0x0a, 0x07, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x0b, 0x65, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, + 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x2e, 0x45, 0x78, + 0x65, 0x63, 0x75, 0x74, 0x65, 0x64, 0x42, 0x79, 0x52, 0x0a, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x65, 0x64, 0x42, 0x79, 0x12, 0x48, 0x0a, 0x12, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x5f, + 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0d, 0x61, 0x63, - 0x74, 0x75, 0x61, 0x6c, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x34, 0x0a, 0x09, 0x6a, - 0x6f, 0x62, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x17, - 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x2e, 0x4a, - 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x08, 0x6a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, - 0x64, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x6d, 0x73, 0x67, - 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, - 0x73, 0x67, 0x73, 0x12, 0x3b, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, - 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, - 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, - 0x22, 0x56, 0x0a, 0x0a, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x64, 0x42, 0x79, 0x12, 0x1b, - 0x0a, 0x17, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x42, 0x59, 0x5f, 0x55, 0x4e, - 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x45, - 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x42, 0x59, 0x5f, 0x49, 0x4e, 0x42, 0x41, 0x4e, - 0x44, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x5f, - 0x42, 0x59, 0x5f, 0x4f, 0x4f, 0x42, 0x10, 0x02, 0x22, 0x59, 0x0a, 0x08, 0x4a, 0x6f, 0x62, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x4a, 0x4f, 0x42, 0x5f, 0x53, 0x54, 0x41, 0x54, - 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, - 0x0d, 0x0a, 0x09, 0x53, 0x43, 0x48, 0x45, 0x44, 0x55, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0b, - 0x0a, 0x07, 0x53, 0x54, 0x41, 0x52, 0x54, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x50, - 0x41, 0x53, 0x53, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x41, 0x49, 0x4c, 0x45, - 0x44, 0x10, 0x04, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x10, 0x64, 0x65, + 0x73, 0x69, 0x72, 0x65, 0x64, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x46, + 0x0a, 0x11, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, + 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, + 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0f, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x53, 0x74, 0x61, + 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x42, 0x0a, 0x0f, 0x61, 0x63, 0x74, 0x75, 0x61, 0x6c, + 0x5f, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0d, 0x61, 0x63, 0x74, + 0x75, 0x61, 0x6c, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x34, 0x0a, 0x09, 0x6a, 0x6f, + 0x62, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x17, 0x2e, + 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x62, 0x2e, 0x4a, 0x6f, + 0x62, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x08, 0x6a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, + 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5f, 0x6d, 0x73, 0x67, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4d, 0x73, + 0x67, 0x73, 0x12, 0x3b, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, + 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, + 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, + 0x56, 0x0a, 0x0a, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x64, 0x42, 0x79, 0x12, 0x1b, 0x0a, + 0x17, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x42, 0x59, 0x5f, 0x55, 0x4e, 0x53, + 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x45, 0x58, + 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x42, 0x59, 0x5f, 0x49, 0x4e, 0x42, 0x41, 0x4e, 0x44, + 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x5f, 0x42, + 0x59, 0x5f, 0x4f, 0x4f, 0x42, 0x10, 0x02, 0x22, 0x59, 0x0a, 0x08, 0x4a, 0x6f, 0x62, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x4a, 0x4f, 0x42, 0x5f, 0x53, 0x54, 0x41, 0x54, 0x45, + 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0d, + 0x0a, 0x09, 0x53, 0x43, 0x48, 0x45, 0x44, 0x55, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0b, 0x0a, + 0x07, 0x53, 0x54, 0x41, 0x52, 0x54, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x50, 0x41, + 0x53, 0x53, 0x45, 0x44, 0x10, 0x03, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, + 0x10, 0x04, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -1661,64 +1586,62 @@ func file_common_v1_common_proto_rawDescGZIP() []byte { return file_common_v1_common_proto_rawDescData } -var file_common_v1_common_proto_enumTypes = make([]protoimpl.EnumInfo, 6) +var file_common_v1_common_proto_enumTypes = make([]protoimpl.EnumInfo, 5) var file_common_v1_common_proto_msgTypes = make([]protoimpl.MessageInfo, 14) var file_common_v1_common_proto_goTypes = []interface{}{ - (Operation_ServiceType)(0), // 0: common.v1.Operation.ServiceType - (UpdateSystemSoftwareOperation_DownloadMode)(0), // 1: common.v1.UpdateSystemSoftwareOperation.DownloadMode - (SetPowerStateOperation_PowerState)(0), // 2: common.v1.SetPowerStateOperation.PowerState - (UpdateFirmwareOperation_SignatureVersion)(0), // 3: common.v1.UpdateFirmwareOperation.SignatureVersion - (Job_ExecutedBy)(0), // 4: common.v1.Job.ExecutedBy - (Job_JobState)(0), // 5: common.v1.Job.JobState - (*Error)(nil), // 6: common.v1.Error - (*NodeScheduledOperations)(nil), // 7: common.v1.NodeScheduledOperations - (*ScheduledOperation)(nil), // 8: common.v1.ScheduledOperation - (*Schedule)(nil), // 9: common.v1.Schedule - (*SingleSchedule)(nil), // 10: common.v1.SingleSchedule - (*RepeatedSchedule)(nil), // 11: common.v1.RepeatedSchedule - (*Operation)(nil), // 12: common.v1.Operation - (*RpcActivateOperation)(nil), // 13: common.v1.RpcActivateOperation - (*UpdateSystemSoftwareOperation)(nil), // 14: common.v1.UpdateSystemSoftwareOperation - (*SetPowerStateOperation)(nil), // 15: common.v1.SetPowerStateOperation - (*UpdateFirmwareOperation)(nil), // 16: common.v1.UpdateFirmwareOperation - (*PreOperation)(nil), // 17: common.v1.PreOperation - (*PostOperation)(nil), // 18: common.v1.PostOperation - (*Job)(nil), // 19: common.v1.Job - (*timestamppb.Timestamp)(nil), // 20: google.protobuf.Timestamp - (*durationpb.Duration)(nil), // 21: google.protobuf.Duration + (UpdateSystemSoftwareOperation_DownloadMode)(0), // 0: common.v1.UpdateSystemSoftwareOperation.DownloadMode + (SetPowerStateOperation_PowerState)(0), // 1: common.v1.SetPowerStateOperation.PowerState + (UpdateFirmwareOperation_SignatureVersion)(0), // 2: common.v1.UpdateFirmwareOperation.SignatureVersion + (Job_ExecutedBy)(0), // 3: common.v1.Job.ExecutedBy + (Job_JobState)(0), // 4: common.v1.Job.JobState + (*Error)(nil), // 5: common.v1.Error + (*NodeScheduledOperations)(nil), // 6: common.v1.NodeScheduledOperations + (*ScheduledOperation)(nil), // 7: common.v1.ScheduledOperation + (*Schedule)(nil), // 8: common.v1.Schedule + (*SingleSchedule)(nil), // 9: common.v1.SingleSchedule + (*RepeatedSchedule)(nil), // 10: common.v1.RepeatedSchedule + (*Operation)(nil), // 11: common.v1.Operation + (*RpcActivateOperation)(nil), // 12: common.v1.RpcActivateOperation + (*UpdateSystemSoftwareOperation)(nil), // 13: common.v1.UpdateSystemSoftwareOperation + (*SetPowerStateOperation)(nil), // 14: common.v1.SetPowerStateOperation + (*UpdateFirmwareOperation)(nil), // 15: common.v1.UpdateFirmwareOperation + (*PreOperation)(nil), // 16: common.v1.PreOperation + (*PostOperation)(nil), // 17: common.v1.PostOperation + (*Job)(nil), // 18: common.v1.Job + (*timestamp.Timestamp)(nil), // 19: google.protobuf.Timestamp + (*duration.Duration)(nil), // 20: google.protobuf.Duration } var file_common_v1_common_proto_depIdxs = []int32{ - 8, // 0: common.v1.NodeScheduledOperations.scheduled_operations:type_name -> common.v1.ScheduledOperation - 12, // 1: common.v1.ScheduledOperation.operation:type_name -> common.v1.Operation - 9, // 2: common.v1.ScheduledOperation.schedules:type_name -> common.v1.Schedule - 10, // 3: common.v1.Schedule.single_schedule:type_name -> common.v1.SingleSchedule - 11, // 4: common.v1.Schedule.repeated_schedule:type_name -> common.v1.RepeatedSchedule - 20, // 5: common.v1.SingleSchedule.start_time:type_name -> google.protobuf.Timestamp - 20, // 6: common.v1.SingleSchedule.end_time:type_name -> google.protobuf.Timestamp - 21, // 7: common.v1.RepeatedSchedule.duration:type_name -> google.protobuf.Duration - 17, // 8: common.v1.Operation.pre_operations:type_name -> common.v1.PreOperation - 18, // 9: common.v1.Operation.post_operations:type_name -> common.v1.PostOperation - 0, // 10: common.v1.Operation.service_type:type_name -> common.v1.Operation.ServiceType - 14, // 11: common.v1.Operation.update_system_software_operation:type_name -> common.v1.UpdateSystemSoftwareOperation - 15, // 12: common.v1.Operation.set_power_state_operation:type_name -> common.v1.SetPowerStateOperation - 13, // 13: common.v1.Operation.rpc_activate_operation:type_name -> common.v1.RpcActivateOperation - 16, // 14: common.v1.Operation.update_firmware_operation:type_name -> common.v1.UpdateFirmwareOperation - 20, // 15: common.v1.UpdateSystemSoftwareOperation.release_date:type_name -> google.protobuf.Timestamp - 1, // 16: common.v1.UpdateSystemSoftwareOperation.mode:type_name -> common.v1.UpdateSystemSoftwareOperation.DownloadMode - 2, // 17: common.v1.SetPowerStateOperation.opcode:type_name -> common.v1.SetPowerStateOperation.PowerState - 3, // 18: common.v1.UpdateFirmwareOperation.signature_version:type_name -> common.v1.UpdateFirmwareOperation.SignatureVersion - 20, // 19: common.v1.UpdateFirmwareOperation.release_date:type_name -> google.protobuf.Timestamp - 4, // 20: common.v1.Job.executed_by:type_name -> common.v1.Job.ExecutedBy - 20, // 21: common.v1.Job.desired_start_time:type_name -> google.protobuf.Timestamp - 20, // 22: common.v1.Job.actual_start_time:type_name -> google.protobuf.Timestamp - 20, // 23: common.v1.Job.actual_end_time:type_name -> google.protobuf.Timestamp - 5, // 24: common.v1.Job.job_state:type_name -> common.v1.Job.JobState - 20, // 25: common.v1.Job.create_time:type_name -> google.protobuf.Timestamp - 26, // [26:26] is the sub-list for method output_type - 26, // [26:26] is the sub-list for method input_type - 26, // [26:26] is the sub-list for extension type_name - 26, // [26:26] is the sub-list for extension extendee - 0, // [0:26] is the sub-list for field type_name + 7, // 0: common.v1.NodeScheduledOperations.scheduled_operations:type_name -> common.v1.ScheduledOperation + 11, // 1: common.v1.ScheduledOperation.operation:type_name -> common.v1.Operation + 8, // 2: common.v1.ScheduledOperation.schedules:type_name -> common.v1.Schedule + 9, // 3: common.v1.Schedule.single_schedule:type_name -> common.v1.SingleSchedule + 10, // 4: common.v1.Schedule.repeated_schedule:type_name -> common.v1.RepeatedSchedule + 19, // 5: common.v1.SingleSchedule.start_time:type_name -> google.protobuf.Timestamp + 19, // 6: common.v1.SingleSchedule.end_time:type_name -> google.protobuf.Timestamp + 20, // 7: common.v1.RepeatedSchedule.duration:type_name -> google.protobuf.Duration + 16, // 8: common.v1.Operation.pre_operations:type_name -> common.v1.PreOperation + 17, // 9: common.v1.Operation.post_operations:type_name -> common.v1.PostOperation + 13, // 10: common.v1.Operation.update_system_software_operation:type_name -> common.v1.UpdateSystemSoftwareOperation + 14, // 11: common.v1.Operation.set_power_state_operation:type_name -> common.v1.SetPowerStateOperation + 12, // 12: common.v1.Operation.rpc_activate_operation:type_name -> common.v1.RpcActivateOperation + 15, // 13: common.v1.Operation.update_firmware_operation:type_name -> common.v1.UpdateFirmwareOperation + 19, // 14: common.v1.UpdateSystemSoftwareOperation.release_date:type_name -> google.protobuf.Timestamp + 0, // 15: common.v1.UpdateSystemSoftwareOperation.mode:type_name -> common.v1.UpdateSystemSoftwareOperation.DownloadMode + 1, // 16: common.v1.SetPowerStateOperation.opcode:type_name -> common.v1.SetPowerStateOperation.PowerState + 2, // 17: common.v1.UpdateFirmwareOperation.signature_version:type_name -> common.v1.UpdateFirmwareOperation.SignatureVersion + 19, // 18: common.v1.UpdateFirmwareOperation.release_date:type_name -> google.protobuf.Timestamp + 3, // 19: common.v1.Job.executed_by:type_name -> common.v1.Job.ExecutedBy + 19, // 20: common.v1.Job.desired_start_time:type_name -> google.protobuf.Timestamp + 19, // 21: common.v1.Job.actual_start_time:type_name -> google.protobuf.Timestamp + 19, // 22: common.v1.Job.actual_end_time:type_name -> google.protobuf.Timestamp + 4, // 23: common.v1.Job.job_state:type_name -> common.v1.Job.JobState + 19, // 24: common.v1.Job.create_time:type_name -> google.protobuf.Timestamp + 25, // [25:25] is the sub-list for method output_type + 25, // [25:25] is the sub-list for method input_type + 25, // [25:25] is the sub-list for extension type_name + 25, // [25:25] is the sub-list for extension extendee + 0, // [0:25] is the sub-list for field type_name } func init() { file_common_v1_common_proto_init() } @@ -1911,7 +1834,7 @@ func file_common_v1_common_proto_init() { File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_common_v1_common_proto_rawDesc, - NumEnums: 6, + NumEnums: 5, NumMessages: 14, NumExtensions: 0, NumServices: 0, diff --git a/inbm/proto/inbs-mock/pb/inbs_sb.pb.go b/inbm/proto/inbs-mock/pb/inbs_sb.pb.go index 0c724ed60..c29c7f73c 100644 --- a/inbm/proto/inbs-mock/pb/inbs_sb.pb.go +++ b/inbm/proto/inbs-mock/pb/inbs_sb.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.32.0 -// protoc v5.28.2 +// protoc-gen-go v1.33.0 +// protoc v3.12.4 // source: inbs/v1/inbs_sb.proto package pb diff --git a/inbm/proto/inbs-mock/pb/inbs_sb_grpc.pb.go b/inbm/proto/inbs-mock/pb/inbs_sb_grpc.pb.go index 6152cba70..85a942eb1 100644 --- a/inbm/proto/inbs-mock/pb/inbs_sb_grpc.pb.go +++ b/inbm/proto/inbs-mock/pb/inbs_sb_grpc.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.3.0 -// - protoc v5.28.2 +// - protoc v3.12.4 // source: inbs/v1/inbs_sb.proto package pb