@@ -2835,6 +2835,200 @@ class ListMachineFragmentsResponse(google.protobuf.message.Message):
2835
2835
...
2836
2836
global___ListMachineFragmentsResponse = ListMachineFragmentsResponse
2837
2837
2838
+ @typing .final
2839
+ class ListMachineSummariesRequest (google .protobuf .message .Message ):
2840
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2841
+ ORGANIZATION_ID_FIELD_NUMBER : builtins .int
2842
+ organization_id : builtins .str
2843
+
2844
+ def __init__ (self , * , organization_id : builtins .str = ...) -> None :
2845
+ ...
2846
+
2847
+ def ClearField (self , field_name : typing .Literal ['organization_id' , b'organization_id' ]) -> None :
2848
+ ...
2849
+ global___ListMachineSummariesRequest = ListMachineSummariesRequest
2850
+
2851
+ @typing .final
2852
+ class ListMachineSummariesResponse (google .protobuf .message .Message ):
2853
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2854
+ LOCATION_SUMMARIES_FIELD_NUMBER : builtins .int
2855
+
2856
+ @property
2857
+ def location_summaries (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___LocationSummary ]:
2858
+ ...
2859
+
2860
+ def __init__ (self , * , location_summaries : collections .abc .Iterable [global___LocationSummary ] | None = ...) -> None :
2861
+ ...
2862
+
2863
+ def ClearField (self , field_name : typing .Literal ['location_summaries' , b'location_summaries' ]) -> None :
2864
+ ...
2865
+ global___ListMachineSummariesResponse = ListMachineSummariesResponse
2866
+
2867
+ @typing .final
2868
+ class LocationSummary (google .protobuf .message .Message ):
2869
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2870
+ LOCATION_ID_FIELD_NUMBER : builtins .int
2871
+ LOCATION_NAME_FIELD_NUMBER : builtins .int
2872
+ MACHINE_SUMMARIES_FIELD_NUMBER : builtins .int
2873
+ location_id : builtins .str
2874
+ location_name : builtins .str
2875
+
2876
+ @property
2877
+ def machine_summaries (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___MachineSummary ]:
2878
+ ...
2879
+
2880
+ def __init__ (self , * , location_id : builtins .str = ..., location_name : builtins .str = ..., machine_summaries : collections .abc .Iterable [global___MachineSummary ] | None = ...) -> None :
2881
+ ...
2882
+
2883
+ def ClearField (self , field_name : typing .Literal ['location_id' , b'location_id' , 'location_name' , b'location_name' , 'machine_summaries' , b'machine_summaries' ]) -> None :
2884
+ ...
2885
+ global___LocationSummary = LocationSummary
2886
+
2887
+ @typing .final
2888
+ class MachineSummary (google .protobuf .message .Message ):
2889
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2890
+ MACHINE_ID_FIELD_NUMBER : builtins .int
2891
+ MACHINE_NAME_FIELD_NUMBER : builtins .int
2892
+ PART_SUMMARIES_FIELD_NUMBER : builtins .int
2893
+ machine_id : builtins .str
2894
+ machine_name : builtins .str
2895
+
2896
+ @property
2897
+ def part_summaries (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___PartSummary ]:
2898
+ ...
2899
+
2900
+ def __init__ (self , * , machine_id : builtins .str = ..., machine_name : builtins .str = ..., part_summaries : collections .abc .Iterable [global___PartSummary ] | None = ...) -> None :
2901
+ ...
2902
+
2903
+ def ClearField (self , field_name : typing .Literal ['machine_id' , b'machine_id' , 'machine_name' , b'machine_name' , 'part_summaries' , b'part_summaries' ]) -> None :
2904
+ ...
2905
+ global___MachineSummary = MachineSummary
2906
+
2907
+ @typing .final
2908
+ class FragmentSummary (google .protobuf .message .Message ):
2909
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2910
+ ID_FIELD_NUMBER : builtins .int
2911
+ NAME_FIELD_NUMBER : builtins .int
2912
+ id : builtins .str
2913
+ name : builtins .str
2914
+
2915
+ def __init__ (self , * , id : builtins .str = ..., name : builtins .str = ...) -> None :
2916
+ ...
2917
+
2918
+ def ClearField (self , field_name : typing .Literal ['id' , b'id' , 'name' , b'name' ]) -> None :
2919
+ ...
2920
+ global___FragmentSummary = FragmentSummary
2921
+
2922
+ @typing .final
2923
+ class ViamServerVersion (google .protobuf .message .Message ):
2924
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2925
+ MAJOR_FIELD_NUMBER : builtins .int
2926
+ MINOR_FIELD_NUMBER : builtins .int
2927
+ major : builtins .str
2928
+ minor : builtins .str
2929
+
2930
+ def __init__ (self , * , major : builtins .str = ..., minor : builtins .str = ...) -> None :
2931
+ ...
2932
+
2933
+ def HasField (self , field_name : typing .Literal ['major' , b'major' , 'minor' , b'minor' , 'version' , b'version' ]) -> builtins .bool :
2934
+ ...
2935
+
2936
+ def ClearField (self , field_name : typing .Literal ['major' , b'major' , 'minor' , b'minor' , 'version' , b'version' ]) -> None :
2937
+ ...
2938
+
2939
+ def WhichOneof (self , oneof_group : typing .Literal ['version' , b'version' ]) -> typing .Literal ['major' , 'minor' ] | None :
2940
+ ...
2941
+ global___ViamServerVersion = ViamServerVersion
2942
+
2943
+ @typing .final
2944
+ class ViamAgentVersion (google .protobuf .message .Message ):
2945
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2946
+ MAJOR_FIELD_NUMBER : builtins .int
2947
+ MINOR_FIELD_NUMBER : builtins .int
2948
+ major : builtins .str
2949
+ minor : builtins .str
2950
+
2951
+ def __init__ (self , * , major : builtins .str = ..., minor : builtins .str = ...) -> None :
2952
+ ...
2953
+
2954
+ def HasField (self , field_name : typing .Literal ['major' , b'major' , 'minor' , b'minor' , 'version' , b'version' ]) -> builtins .bool :
2955
+ ...
2956
+
2957
+ def ClearField (self , field_name : typing .Literal ['major' , b'major' , 'minor' , b'minor' , 'version' , b'version' ]) -> None :
2958
+ ...
2959
+
2960
+ def WhichOneof (self , oneof_group : typing .Literal ['version' , b'version' ]) -> typing .Literal ['major' , 'minor' ] | None :
2961
+ ...
2962
+ global___ViamAgentVersion = ViamAgentVersion
2963
+
2964
+ @typing .final
2965
+ class PartSummary (google .protobuf .message .Message ):
2966
+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2967
+ PART_ID_FIELD_NUMBER : builtins .int
2968
+ PART_NAME_FIELD_NUMBER : builtins .int
2969
+ LAST_ONLINE_FIELD_NUMBER : builtins .int
2970
+ VIAM_SERVER_VERSION_FIELD_NUMBER : builtins .int
2971
+ VIAM_AGENT_VERSION_FIELD_NUMBER : builtins .int
2972
+ OS_FIELD_NUMBER : builtins .int
2973
+ PLATFORM_FIELD_NUMBER : builtins .int
2974
+ PUBLIC_IP_ADDRESS_FIELD_NUMBER : builtins .int
2975
+ FRAGMENTS_FIELD_NUMBER : builtins .int
2976
+ part_id : builtins .str
2977
+ part_name : builtins .str
2978
+ os : builtins .str
2979
+ platform : builtins .str
2980
+ public_ip_address : builtins .str
2981
+
2982
+ @property
2983
+ def last_online (self ) -> google .protobuf .timestamp_pb2 .Timestamp :
2984
+ ...
2985
+
2986
+ @property
2987
+ def viam_server_version (self ) -> global___ViamServerVersion :
2988
+ ...
2989
+
2990
+ @property
2991
+ def viam_agent_version (self ) -> global___ViamAgentVersion :
2992
+ ...
2993
+
2994
+ @property
2995
+ def fragments (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___FragmentSummary ]:
2996
+ ...
2997
+
2998
+ def __init__ (self , * , part_id : builtins .str = ..., part_name : builtins .str = ..., last_online : google .protobuf .timestamp_pb2 .Timestamp | None = ..., viam_server_version : global___ViamServerVersion | None = ..., viam_agent_version : global___ViamAgentVersion | None = ..., os : builtins .str | None = ..., platform : builtins .str | None = ..., public_ip_address : builtins .str | None = ..., fragments : collections .abc .Iterable [global___FragmentSummary ] | None = ...) -> None :
2999
+ ...
3000
+
3001
+ def HasField (self , field_name : typing .Literal ['_last_online' , b'_last_online' , '_os' , b'_os' , '_platform' , b'_platform' , '_public_ip_address' , b'_public_ip_address' , '_viam_agent_version' , b'_viam_agent_version' , '_viam_server_version' , b'_viam_server_version' , 'last_online' , b'last_online' , 'os' , b'os' , 'platform' , b'platform' , 'public_ip_address' , b'public_ip_address' , 'viam_agent_version' , b'viam_agent_version' , 'viam_server_version' , b'viam_server_version' ]) -> builtins .bool :
3002
+ ...
3003
+
3004
+ def ClearField (self , field_name : typing .Literal ['_last_online' , b'_last_online' , '_os' , b'_os' , '_platform' , b'_platform' , '_public_ip_address' , b'_public_ip_address' , '_viam_agent_version' , b'_viam_agent_version' , '_viam_server_version' , b'_viam_server_version' , 'fragments' , b'fragments' , 'last_online' , b'last_online' , 'os' , b'os' , 'part_id' , b'part_id' , 'part_name' , b'part_name' , 'platform' , b'platform' , 'public_ip_address' , b'public_ip_address' , 'viam_agent_version' , b'viam_agent_version' , 'viam_server_version' , b'viam_server_version' ]) -> None :
3005
+ ...
3006
+
3007
+ @typing .overload
3008
+ def WhichOneof (self , oneof_group : typing .Literal ['_last_online' , b'_last_online' ]) -> typing .Literal ['last_online' ] | None :
3009
+ ...
3010
+
3011
+ @typing .overload
3012
+ def WhichOneof (self , oneof_group : typing .Literal ['_os' , b'_os' ]) -> typing .Literal ['os' ] | None :
3013
+ ...
3014
+
3015
+ @typing .overload
3016
+ def WhichOneof (self , oneof_group : typing .Literal ['_platform' , b'_platform' ]) -> typing .Literal ['platform' ] | None :
3017
+ ...
3018
+
3019
+ @typing .overload
3020
+ def WhichOneof (self , oneof_group : typing .Literal ['_public_ip_address' , b'_public_ip_address' ]) -> typing .Literal ['public_ip_address' ] | None :
3021
+ ...
3022
+
3023
+ @typing .overload
3024
+ def WhichOneof (self , oneof_group : typing .Literal ['_viam_agent_version' , b'_viam_agent_version' ]) -> typing .Literal ['viam_agent_version' ] | None :
3025
+ ...
3026
+
3027
+ @typing .overload
3028
+ def WhichOneof (self , oneof_group : typing .Literal ['_viam_server_version' , b'_viam_server_version' ]) -> typing .Literal ['viam_server_version' ] | None :
3029
+ ...
3030
+ global___PartSummary = PartSummary
3031
+
2838
3032
@typing .final
2839
3033
class ListRobotsResponse (google .protobuf .message .Message ):
2840
3034
DESCRIPTOR : google .protobuf .descriptor .Descriptor
0 commit comments