File tree Expand file tree Collapse file tree
services/sqlserverflex/v3beta2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 455455 ],
456456 "type" : " object"
457457 },
458- "GetFlavorsResponse" : {
459- "properties" : {
460- "flavors" : {
461- "description" : " List of flavors available for the project." ,
462- "items" : {
463- "$ref" : " #/components/schemas/ListFlavors"
464- },
465- "type" : " array"
466- },
467- "pagination" : {
468- "$ref" : " #/components/schemas/Pagination"
469- }
470- },
471- "required" : [
472- " pagination" ,
473- " flavors"
474- ],
475- "type" : " object"
476- },
477458 "GetInstanceResponse" : {
478459 "properties" : {
479460 "backupSchedule" : {
800781 ],
801782 "type" : " object"
802783 },
784+ "ListFlavorsResponse" : {
785+ "properties" : {
786+ "flavors" : {
787+ "description" : " List of flavors available for the project." ,
788+ "items" : {
789+ "$ref" : " #/components/schemas/ListFlavors"
790+ },
791+ "type" : " array"
792+ },
793+ "pagination" : {
794+ "$ref" : " #/components/schemas/Pagination"
795+ }
796+ },
797+ "required" : [
798+ " pagination" ,
799+ " flavors"
800+ ],
801+ "type" : " object"
802+ },
803803 "ListInstance" : {
804804 "properties" : {
805805 "id" : {
19431943 "/v3beta2/projects/{projectId}/regions/{region}/flavors" : {
19441944 "get" : {
19451945 "description" : " Get all available flavors for a project." ,
1946- "operationId" : " GetFlavors " ,
1946+ "operationId" : " ListFlavors " ,
19471947 "parameters" : [
19481948 {
19491949 "$ref" : " #/components/parameters/project"
19661966 "content" : {
19671967 "application/json" : {
19681968 "schema" : {
1969- "$ref" : " #/components/schemas/GetFlavorsResponse "
1969+ "$ref" : " #/components/schemas/ListFlavorsResponse "
19701970 }
19711971 }
19721972 },
You can’t perform that action at this time.
0 commit comments