@@ -901,7 +901,7 @@ def get_functions_list(
901901 _headers : Optional [Dict [StrictStr , Any ]] = None ,
902902 _host_index : Annotated [StrictInt , Field (ge = 0 , le = 0 )] = 0 ,
903903 ) -> BaseResponseAnalysisFunctions :
904- """Gets functions from analysis
904+ """(Deprecated) Gets functions from analysis
905905
906906 Gets the functions identified during analysis
907907
@@ -934,6 +934,7 @@ def get_functions_list(
934934 :type _host_index: int, optional
935935 :return: Returns the result object.
936936 """ # noqa: E501
937+ warnings .warn ("GET /v2/analyses/{analysis_id}/functions/list is deprecated." , DeprecationWarning )
937938
938939 _param = self ._get_functions_list_serialize (
939940 analysis_id = analysis_id ,
@@ -981,7 +982,7 @@ def get_functions_list_with_http_info(
981982 _headers : Optional [Dict [StrictStr , Any ]] = None ,
982983 _host_index : Annotated [StrictInt , Field (ge = 0 , le = 0 )] = 0 ,
983984 ) -> ApiResponse [BaseResponseAnalysisFunctions ]:
984- """Gets functions from analysis
985+ """(Deprecated) Gets functions from analysis
985986
986987 Gets the functions identified during analysis
987988
@@ -1014,6 +1015,7 @@ def get_functions_list_with_http_info(
10141015 :type _host_index: int, optional
10151016 :return: Returns the result object.
10161017 """ # noqa: E501
1018+ warnings .warn ("GET /v2/analyses/{analysis_id}/functions/list is deprecated." , DeprecationWarning )
10171019
10181020 _param = self ._get_functions_list_serialize (
10191021 analysis_id = analysis_id ,
@@ -1061,7 +1063,7 @@ def get_functions_list_without_preload_content(
10611063 _headers : Optional [Dict [StrictStr , Any ]] = None ,
10621064 _host_index : Annotated [StrictInt , Field (ge = 0 , le = 0 )] = 0 ,
10631065 ) -> RESTResponseType :
1064- """Gets functions from analysis
1066+ """(Deprecated) Gets functions from analysis
10651067
10661068 Gets the functions identified during analysis
10671069
@@ -1094,6 +1096,7 @@ def get_functions_list_without_preload_content(
10941096 :type _host_index: int, optional
10951097 :return: Returns the result object.
10961098 """ # noqa: E501
1099+ warnings .warn ("GET /v2/analyses/{analysis_id}/functions/list is deprecated." , DeprecationWarning )
10971100
10981101 _param = self ._get_functions_list_serialize (
10991102 analysis_id = analysis_id ,
0 commit comments