@@ -3039,7 +3039,7 @@ def _list_instances_serialize(
30393039 @validate_call
30403040 def list_offerings (
30413041 self ,
3042- project_id : StrictStr ,
3042+ project_id : Annotated [ StrictStr , Field ( description = "Project id on which user has permissions" )] ,
30433043 _request_timeout : Union [
30443044 None ,
30453045 Annotated [StrictFloat , Field (gt = 0 )],
@@ -3054,7 +3054,7 @@ def list_offerings(
30543054
30553055 Get the service offerings that the service broker offers.
30563056
3057- :param project_id: (required)
3057+ :param project_id: Project id on which user has permissions (required)
30583058 :type project_id: str
30593059 :param _request_timeout: timeout setting for this request. If one
30603060 number provided, it will be total request
@@ -3099,7 +3099,7 @@ def list_offerings(
30993099 @validate_call
31003100 def list_offerings_with_http_info (
31013101 self ,
3102- project_id : StrictStr ,
3102+ project_id : Annotated [ StrictStr , Field ( description = "Project id on which user has permissions" )] ,
31033103 _request_timeout : Union [
31043104 None ,
31053105 Annotated [StrictFloat , Field (gt = 0 )],
@@ -3114,7 +3114,7 @@ def list_offerings_with_http_info(
31143114
31153115 Get the service offerings that the service broker offers.
31163116
3117- :param project_id: (required)
3117+ :param project_id: Project id on which user has permissions (required)
31183118 :type project_id: str
31193119 :param _request_timeout: timeout setting for this request. If one
31203120 number provided, it will be total request
@@ -3159,7 +3159,7 @@ def list_offerings_with_http_info(
31593159 @validate_call
31603160 def list_offerings_without_preload_content (
31613161 self ,
3162- project_id : StrictStr ,
3162+ project_id : Annotated [ StrictStr , Field ( description = "Project id on which user has permissions" )] ,
31633163 _request_timeout : Union [
31643164 None ,
31653165 Annotated [StrictFloat , Field (gt = 0 )],
@@ -3174,7 +3174,7 @@ def list_offerings_without_preload_content(
31743174
31753175 Get the service offerings that the service broker offers.
31763176
3177- :param project_id: (required)
3177+ :param project_id: Project id on which user has permissions (required)
31783178 :type project_id: str
31793179 :param _request_timeout: timeout setting for this request. If one
31803180 number provided, it will be total request
0 commit comments