@@ -1343,11 +1343,10 @@ This API creates a new ABitOfEverything
13431343 * @param pathEnumValue
13441344 * @param nestedPathEnumValue
13451345 * @param enumValueAnnotation Numeric enum description.
1346- * @param optionalStringValue
13471346
13481347@return ExamplepbABitOfEverything
13491348*/
1350- func (a * ABitOfEverythingServiceApiService ) ABitOfEverythingServiceCreate (ctx context.Context , floatValue float32 , doubleValue float64 , int64Value string , uint64Value string , int32Value int32 , fixed64Value string , fixed32Value int64 , boolValue bool , stringValue string , uint32Value int64 , sfixed32Value int32 , sfixed64Value string , sint32Value int32 , sint64Value string , nonConventionalNameValue string , enumValue string , pathEnumValue string , nestedPathEnumValue string , enumValueAnnotation string , optionalStringValue string ) (ExamplepbABitOfEverything , * http.Response , error ) {
1349+ func (a * ABitOfEverythingServiceApiService ) ABitOfEverythingServiceCreate (ctx context.Context , floatValue float32 , doubleValue float64 , int64Value string , uint64Value string , int32Value int32 , fixed64Value string , fixed32Value int64 , boolValue bool , stringValue string , uint32Value int64 , sfixed32Value int32 , sfixed64Value string , sint32Value int32 , sint64Value string , nonConventionalNameValue string , enumValue string , pathEnumValue string , nestedPathEnumValue string , enumValueAnnotation string ) (ExamplepbABitOfEverything , * http.Response , error ) {
13511350 var (
13521351 localVarHttpMethod = strings .ToUpper ("Post" )
13531352 localVarPostBody interface {}
@@ -1357,7 +1356,7 @@ func (a *ABitOfEverythingServiceApiService) ABitOfEverythingServiceCreate(ctx co
13571356 )
13581357
13591358 // create path and map variables
1360- localVarPath := a .client .cfg .BasePath + "/v1/example/a_bit_of_everything/{floatValue}/{doubleValue}/{int64Value}/separator/{uint64Value}/{int32Value}/{fixed64Value}/{fixed32Value}/{boolValue}/{stringValue}/{uint32Value}/{sfixed32Value}/{sfixed64Value}/{sint32Value}/{sint64Value}/{nonConventionalNameValue}/{enumValue}/{pathEnumValue}/{nestedPathEnumValue}/{enumValueAnnotation}/{optionalStringValue} "
1359+ localVarPath := a .client .cfg .BasePath + "/v1/example/a_bit_of_everything/{floatValue}/{doubleValue}/{int64Value}/separator/{uint64Value}/{int32Value}/{fixed64Value}/{fixed32Value}/{boolValue}/{stringValue}/{uint32Value}/{sfixed32Value}/{sfixed64Value}/{sint32Value}/{sint64Value}/{nonConventionalNameValue}/{enumValue}/{pathEnumValue}/{nestedPathEnumValue}/{enumValueAnnotation}"
13611360 localVarPath = strings .Replace (localVarPath , "{" + "floatValue" + "}" , fmt .Sprintf ("%v" , floatValue ), - 1 )
13621361 localVarPath = strings .Replace (localVarPath , "{" + "doubleValue" + "}" , fmt .Sprintf ("%v" , doubleValue ), - 1 )
13631362 localVarPath = strings .Replace (localVarPath , "{" + "int64Value" + "}" , fmt .Sprintf ("%v" , int64Value ), - 1 )
@@ -1377,7 +1376,6 @@ func (a *ABitOfEverythingServiceApiService) ABitOfEverythingServiceCreate(ctx co
13771376 localVarPath = strings .Replace (localVarPath , "{" + "pathEnumValue" + "}" , fmt .Sprintf ("%v" , pathEnumValue ), - 1 )
13781377 localVarPath = strings .Replace (localVarPath , "{" + "nestedPathEnumValue" + "}" , fmt .Sprintf ("%v" , nestedPathEnumValue ), - 1 )
13791378 localVarPath = strings .Replace (localVarPath , "{" + "enumValueAnnotation" + "}" , fmt .Sprintf ("%v" , enumValueAnnotation ), - 1 )
1380- localVarPath = strings .Replace (localVarPath , "{" + "optionalStringValue" + "}" , fmt .Sprintf ("%v" , optionalStringValue ), - 1 )
13811379
13821380 localVarHeaderParams := make (map [string ]string )
13831381 localVarQueryParams := url.Values {}
0 commit comments