diff --git a/gc/v1/gc.proto b/gc/v1/gc.proto index 6b949596..259f7669 100644 --- a/gc/v1/gc.proto +++ b/gc/v1/gc.proto @@ -87,7 +87,7 @@ service GuaranteedCommitments { } - // DEVELOPER'S NOTE: FOR Infrastructure Plan + // DEVELOPER'S NOTE: FOR Infrastructure Plan.USED FOR RIPPLE ONLY // WORK-IN-PROGRESS: Only works for Alphaus for now. Retrieves a paginated list of reservable infrastructure resources for a segment. // Supports filtering, sorting, and a date range for usage aggregation. @@ -143,6 +143,9 @@ service GuaranteedCommitments { body: "*" }; } + + + // USED FOR RIPPLE AND WAVEPRO // WORK-IN-PROGRESS: Retrieves the drafted purchase plans rpc ListDraftPurchasePlans(ListDraftPurchasePlansRequest) returns (ListDraftPurchasePlansResponse) { @@ -151,6 +154,7 @@ service GuaranteedCommitments { }; } + // USED FOR RIPPLE ONLY // WORK-IN-PROGRESS: Deletes a drafted purchase plan. rpc DeleteDraftPurchasePlan(DeleteDraftPurchasePlanRequest) returns (DeleteDraftPurchasePlanResponse) { @@ -160,7 +164,7 @@ service GuaranteedCommitments { } - // DEVELOPER'S NOTE: FOR Infrastructure Plan and custom (top-down) commitment plan + // DEVELOPER'S NOTE: FOR Infrastructure Plan and custom (top-down) commitment plan. USED FOR RIPPLE ONLY // WORK-IN-PROGRESS: Only works for Alphaus for now. Retrieves the available commitment types for a given provider. rpc GetAvailableCommitmentTypes(GetAvailableCommitmentTypesRequest) returns (GetAvailableCommitmentTypesResponse) { @@ -169,7 +173,7 @@ service GuaranteedCommitments { }; } - // DEVELOPER'S NOTE: FOR Infrastructure Plan and custom (top-down) commitment plan + // DEVELOPER'S NOTE: FOR Infrastructure Plan and custom (top-down) commitment plan. USED FOR RIPPLE ONLY // WORK-IN-PROGRESS: Only works for Alphaus for now. Creates a custom (top-down) commitment purchase plan. rpc CreateCustomCommitmentPlan(CreateCustomCommitmentPlanRequest) returns (DefaultPurchasePlan) { @@ -471,8 +475,8 @@ message GetResourceDailyUsageRequest { } message ListReservableResourcesRequest { - // Required. The segment ID to scope the query to. - string segmentId = 1; + // Required. The company ID to scope the query to. + string companyId = 1; // // Optional. Field to sort by. Example: "ondemand_cost". // string orderBy = 2; // // Optional. If true, sort in descending order. @@ -697,11 +701,13 @@ message SaveCommitmentsPlanAsDraftRequest { message ListDraftPurchasePlansRequest { // If set to true, returns plans with Draft status. If set to false, returns plans with Submitted and Executed status. bool isDraft = 1; + string companyId = 2; } message DeleteDraftPurchasePlanRequest { // Required. The draft plan ID to delete. string draftPlanId = 1; + string companyId = 2; } message GetAvailableCommitmentTypesRequest { @@ -718,8 +724,8 @@ message CreateCustomCommitmentPlanRequest { string startDate = 2; // Required. ISO 8601 lookback window end timestamp (e.g. "2026-04-16T02:43:39.717Z"). string endDate = 3; - // Required. The segment ID to scope the plan to. - string segmentId = 4; + // Required. The company ID to scope the plan to. + string companyId = 4; // Plan status. Use "draft" to save without submitting. // Acceptable values: "draft", "submitted". string status = 5; diff --git a/openapiv2/apidocs.swagger.json b/openapiv2/apidocs.swagger.json index 5c81651c..9a1bb921 100644 --- a/openapiv2/apidocs.swagger.json +++ b/openapiv2/apidocs.swagger.json @@ -153,7 +153,7 @@ "$ref": "#/definitions/v1ListAccountGroupsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListAccountGroupsResponse" @@ -162,7 +162,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -185,7 +185,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -216,7 +216,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -250,7 +250,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -283,7 +283,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -304,7 +304,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -338,7 +338,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -368,7 +368,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -402,7 +402,7 @@ "$ref": "#/definitions/v1DefaultCostAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1DefaultCostAccess" @@ -411,7 +411,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -434,7 +434,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -465,7 +465,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -495,7 +495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -528,7 +528,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -561,7 +561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -592,7 +592,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -613,7 +613,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -647,7 +647,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -684,7 +684,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -714,7 +714,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -754,7 +754,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -788,7 +788,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -809,7 +809,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -843,7 +843,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -858,13 +858,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -892,13 +892,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -936,7 +936,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -967,13 +967,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1013,7 +1013,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1042,7 +1042,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1075,7 +1075,7 @@ "$ref": "#/definitions/v1Announcement" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Announcement" @@ -1084,7 +1084,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1116,7 +1116,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1163,7 +1163,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1210,7 +1210,7 @@ "$ref": "#/definitions/apiApiClient" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiApiClient" @@ -1219,7 +1219,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1240,7 +1240,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1275,7 +1275,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1293,6 +1293,69 @@ ] } }, + "/iam/v1/experimentalui/preferences": { + "get": { + "summary": "Gets experimental UI preferences for the authenticated MSP.", + "operationId": "Iam_GetExperimentalUIPreferences", + "responses": { + "200": { + "description": "A successful response.", + "schema": { + "$ref": "#/definitions/v1GetExperimentalUIPreferencesResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/googleRpcStatus" + } + } + }, + "tags": [ + "Iam" + ] + } + }, + "/iam/v1/experimentalui/preferences/{componentId}": { + "put": { + "summary": "Creates or updates an experimental UI preference for a specific component.", + "operationId": "Iam_UpsertExperimentalUIPreference", + "responses": { + "200": { + "description": "A successful response.", + "schema": { + "$ref": "#/definitions/v1UpsertExperimentalUIPreferenceResponse" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/googleRpcStatus" + } + } + }, + "parameters": [ + { + "name": "componentId", + "description": "The component identifier to create or update a preference for.", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/IamUpsertExperimentalUIPreferenceBody" + } + } + ], + "tags": [ + "Iam" + ] + } + }, "/iam/v1/grouprootusers": { "get": { "summary": "WORK-IN-PROGRESS: Retrieves all the existing group root users asscoiated with the organization.", @@ -1307,7 +1370,7 @@ "$ref": "#/definitions/apiGroupRootUser" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiGroupRootUser" @@ -1316,7 +1379,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1337,7 +1400,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1370,7 +1433,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1400,7 +1463,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1432,7 +1495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1462,7 +1525,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1501,7 +1564,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1523,7 +1586,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1558,7 +1621,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1590,7 +1653,7 @@ "$ref": "#/definitions/v1IpFilter" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1IpFilter" @@ -1599,7 +1662,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1620,7 +1683,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1655,7 +1718,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1687,7 +1750,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1726,7 +1789,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1758,7 +1821,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1798,7 +1861,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1838,7 +1901,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1872,7 +1935,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1905,7 +1968,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1924,69 +1987,6 @@ ] } }, - "/iam/v1/experimentalui/preferences": { - "get": { - "summary": "Gets experimental UI preferences for the authenticated MSP.", - "operationId": "Iam_GetExperimentalUIPreferences", - "responses": { - "200": { - "description": "A successful response.", - "schema": { - "$ref": "#/definitions/v1GetExperimentalUIPreferencesResponse" - } - }, - "default": { - "description": "An unexpected error response.", - "schema": { - "$ref": "#/definitions/googlerpcStatus" - } - } - }, - "tags": [ - "Iam" - ] - } - }, - "/iam/v1/experimentalui/preferences/{component_id}": { - "put": { - "summary": "Creates or updates an experimental UI preference for a specific component.", - "operationId": "Iam_UpsertExperimentalUIPreference", - "responses": { - "200": { - "description": "A successful response.", - "schema": { - "$ref": "#/definitions/v1UpsertExperimentalUIPreferenceResponse" - } - }, - "default": { - "description": "An unexpected error response.", - "schema": { - "$ref": "#/definitions/googlerpcStatus" - } - } - }, - "parameters": [ - { - "name": "component_id", - "description": "The component identifier to create or update a preference for.", - "in": "path", - "required": true, - "type": "string" - }, - { - "name": "body", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/v1UpsertExperimentalUIPreferenceRequest" - } - } - ], - "tags": [ - "Iam" - ] - } - }, "/iam/v1/ripple/password:reset": { "post": { "summary": "WORK-IN-PROGRESS: Reset ripple password using code from email", @@ -2001,7 +2001,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2034,7 +2034,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2058,13 +2058,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiRole" + "$ref": "#/definitions/blueapiApiRole" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2099,7 +2099,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2130,13 +2130,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiRole" + "$ref": "#/definitions/blueapiApiRole" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2183,7 +2183,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2213,7 +2213,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2245,7 +2245,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2276,19 +2276,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiUser" + "title": "Stream result of blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2303,13 +2303,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2337,13 +2337,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2373,7 +2373,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2399,13 +2399,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2429,7 +2429,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2469,7 +2469,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2500,7 +2500,7 @@ "$ref": "#/definitions/protosOperation" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of protosOperation" @@ -2509,7 +2509,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2555,7 +2555,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2586,7 +2586,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2619,7 +2619,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2653,13 +2653,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apirippleOrg" + "$ref": "#/definitions/apiRippleOrg" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2681,7 +2681,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2696,13 +2696,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiorgv1CreateOrgResponse" + "$ref": "#/definitions/blueapiOrgV1CreateOrgResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2713,7 +2713,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/blueapiorgv1CreateOrgRequest" + "$ref": "#/definitions/blueapiOrgV1CreateOrgRequest" } } ], @@ -2737,7 +2737,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2772,7 +2772,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2807,7 +2807,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2831,7 +2831,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2862,7 +2862,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2879,13 +2879,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapipricingv1GetInfoResponse" + "$ref": "#/definitions/blueapiPricingV1GetInfoResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2908,7 +2908,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2948,7 +2948,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2977,19 +2977,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/apirippleAccessGroup" + "$ref": "#/definitions/apiRippleAccessGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of apirippleAccessGroup" + "title": "Stream result of apiRippleAccessGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3013,13 +3013,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apirippleAccessGroup" + "$ref": "#/definitions/apiRippleAccessGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3053,7 +3053,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3092,7 +3092,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3116,13 +3116,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apirippleAccessGroup" + "$ref": "#/definitions/apiRippleAccessGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3163,7 +3163,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3197,7 +3197,7 @@ "$ref": "#/definitions/v1DataAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1DataAccess" @@ -3206,7 +3206,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3229,7 +3229,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3252,7 +3252,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3297,7 +3297,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3342,7 +3342,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3382,7 +3382,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3419,7 +3419,7 @@ "$ref": "#/definitions/v1Activity" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Activity" @@ -3428,7 +3428,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3461,7 +3461,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3492,7 +3492,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3523,7 +3523,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3561,7 +3561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3600,7 +3600,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3634,7 +3634,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3669,7 +3669,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3702,7 +3702,7 @@ "$ref": "#/definitions/v1AnomalyAlertData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AnomalyAlertData" @@ -3711,7 +3711,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3734,7 +3734,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3765,7 +3765,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3796,7 +3796,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3836,7 +3836,7 @@ "$ref": "#/definitions/v1GetAlertsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetAlertsResponse" @@ -3845,7 +3845,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3866,7 +3866,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3899,7 +3899,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3929,7 +3929,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3959,7 +3959,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4000,7 +4000,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4033,7 +4033,7 @@ "$ref": "#/definitions/v1DiscountExpiryAlertData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1DiscountExpiryAlertData" @@ -4042,7 +4042,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4065,7 +4065,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4096,7 +4096,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4127,7 +4127,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4168,7 +4168,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4200,7 +4200,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4231,7 +4231,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4272,7 +4272,7 @@ "$ref": "#/definitions/v1BudgetAlerts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1BudgetAlerts" @@ -4281,7 +4281,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4315,7 +4315,7 @@ "$ref": "#/definitions/v1AccountUsageDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountUsageDetails" @@ -4324,7 +4324,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4358,7 +4358,7 @@ "$ref": "#/definitions/v1AccountUsageDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountUsageDetails" @@ -4367,7 +4367,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4401,7 +4401,7 @@ "$ref": "#/definitions/v1AccountUsageDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountUsageDetails" @@ -4410,7 +4410,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4441,19 +4441,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/coverv1FeeDetails" + "$ref": "#/definitions/coverV1FeeDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of coverv1FeeDetails" + "title": "Stream result of coverV1FeeDetails" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4484,19 +4484,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/coverv1FeeDetails" + "$ref": "#/definitions/coverV1FeeDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of coverv1FeeDetails" + "title": "Stream result of coverV1FeeDetails" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4527,19 +4527,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/coverv1FeeDetails" + "$ref": "#/definitions/coverV1FeeDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of coverv1FeeDetails" + "title": "Stream result of coverV1FeeDetails" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4573,7 +4573,7 @@ "$ref": "#/definitions/v1FeeItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1FeeItem" @@ -4582,7 +4582,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4616,7 +4616,7 @@ "$ref": "#/definitions/v1SavingsDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1SavingsDetails" @@ -4625,7 +4625,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4659,7 +4659,7 @@ "$ref": "#/definitions/v1SavingsDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1SavingsDetails" @@ -4668,7 +4668,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4702,7 +4702,7 @@ "$ref": "#/definitions/v1SavingsDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1SavingsDetails" @@ -4711,7 +4711,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4745,7 +4745,7 @@ "$ref": "#/definitions/v1AllocationItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AllocationItem" @@ -4754,7 +4754,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4788,7 +4788,7 @@ "$ref": "#/definitions/v1CostAllocatorDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CostAllocatorDetails" @@ -4797,7 +4797,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4818,7 +4818,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4852,7 +4852,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4883,7 +4883,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4921,7 +4921,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4951,7 +4951,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4990,7 +4990,7 @@ "$ref": "#/definitions/v1AnomalyData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AnomalyData" @@ -4999,7 +4999,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5031,7 +5031,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5070,7 +5070,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5120,19 +5120,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicoverv1Resource" + "$ref": "#/definitions/blueapiCoverV1Resource" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicoverv1Resource" + "title": "Stream result of blueapiCoverV1Resource" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5166,7 +5166,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5199,7 +5199,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5229,7 +5229,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5263,7 +5263,7 @@ "$ref": "#/definitions/v1AccountAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountAccess" @@ -5272,7 +5272,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5306,7 +5306,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5340,7 +5340,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5374,7 +5374,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5404,7 +5404,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5437,7 +5437,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5471,7 +5471,7 @@ "$ref": "#/definitions/v1AwsDailyRunHistory" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AwsDailyRunHistory" @@ -5480,7 +5480,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5514,7 +5514,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5535,7 +5535,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5569,7 +5569,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5590,7 +5590,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5624,7 +5624,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5656,7 +5656,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5696,7 +5696,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5730,7 +5730,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5763,7 +5763,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5787,7 +5787,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5821,7 +5821,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5855,7 +5855,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5889,7 +5889,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5928,7 +5928,7 @@ "$ref": "#/definitions/v1ListBillingGroupCustomFieldResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListBillingGroupCustomFieldResponse" @@ -5937,7 +5937,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5970,7 +5970,7 @@ "$ref": "#/definitions/v1GetBillingGroupAnnouncementsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetBillingGroupAnnouncementsResponse" @@ -5979,7 +5979,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6012,7 +6012,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6046,7 +6046,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6077,7 +6077,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6115,7 +6115,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6163,7 +6163,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6211,7 +6211,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6251,7 +6251,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6291,7 +6291,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6331,7 +6331,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6371,7 +6371,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6411,7 +6411,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6451,7 +6451,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6487,19 +6487,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of billingv1BillingGroup" + "title": "Stream result of billingV1BillingGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6551,13 +6551,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6591,7 +6591,7 @@ "$ref": "#/definitions/v1AbcBillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AbcBillingGroup" @@ -6600,7 +6600,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6632,7 +6632,7 @@ "$ref": "#/definitions/v1AbcAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AbcAccount" @@ -6641,7 +6641,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6680,7 +6680,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6713,7 +6713,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6743,7 +6743,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6773,7 +6773,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6813,7 +6813,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6853,7 +6853,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6884,7 +6884,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6924,7 +6924,7 @@ "$ref": "#/definitions/v1AccountInvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountInvoiceServiceDiscounts" @@ -6933,7 +6933,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6966,7 +6966,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7006,7 +7006,7 @@ "$ref": "#/definitions/v1ChildBillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ChildBillingGroup" @@ -7015,7 +7015,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7048,7 +7048,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7085,7 +7085,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7143,7 +7143,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7174,7 +7174,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7201,13 +7201,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7241,7 +7241,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7280,7 +7280,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7320,7 +7320,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7353,7 +7353,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7386,7 +7386,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7420,7 +7420,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7517,7 +7517,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7550,7 +7550,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7580,7 +7580,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7610,7 +7610,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7650,7 +7650,7 @@ "$ref": "#/definitions/v1ListBudgetsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListBudgetsResponse" @@ -7659,7 +7659,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7692,7 +7692,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7723,7 +7723,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7756,7 +7756,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7786,7 +7786,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7816,7 +7816,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7856,7 +7856,7 @@ "$ref": "#/definitions/v1GetChannelsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetChannelsResponse" @@ -7865,7 +7865,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7898,7 +7898,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7932,7 +7932,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7955,7 +7955,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7994,7 +7994,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8017,7 +8017,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8049,7 +8049,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8083,7 +8083,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8094,6 +8094,12 @@ "in": "query", "required": false, "type": "boolean" + }, + { + "name": "companyId", + "in": "query", + "required": false, + "type": "string" } ], "tags": [ @@ -8115,7 +8121,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8126,6 +8132,12 @@ "in": "path", "required": true, "type": "string" + }, + { + "name": "companyId", + "in": "query", + "required": false, + "type": "string" } ], "tags": [ @@ -8147,7 +8159,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8187,7 +8199,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8218,7 +8230,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8251,14 +8263,14 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, "parameters": [ { - "name": "segmentId", - "description": "Required. The segment ID to scope the query to.\n\n// Optional. Field to sort by. Example: \"ondemand_cost\".\n string orderBy = 2;\n // Optional. If true, sort in descending order.\n bool desc = 3;\n // Optional. URL-encoded JSON filter expression.\n // Example (decoded): {\"and\":[{\"and\":[{\"field\":\"covered_usage\",\"op\":\"\u003c\",\"value\":1}]},{\"and\":[{\"field\":\"is_reservable\",\"op\":\"=\",\"value\":\"true\"}]}]}\n string filter = 4;\n // Required. Start of the usage lookback window (YYYY-MM-DD).\n string startDate = 5;\n // Required. End of the usage lookback window (YYYY-MM-DD).\n string endDate = 6;\n // Optional. Page number (1-based).\n int32 page = 7;\n // Optional. Number of results per page.\n int32 pageSize = 8;", + "name": "companyId", + "description": "Required. The company ID to scope the query to.\n\n// Optional. Field to sort by. Example: \"ondemand_cost\".\n string orderBy = 2;\n // Optional. If true, sort in descending order.\n bool desc = 3;\n // Optional. URL-encoded JSON filter expression.\n // Example (decoded): {\"and\":[{\"and\":[{\"field\":\"covered_usage\",\"op\":\"\u003c\",\"value\":1}]},{\"and\":[{\"field\":\"is_reservable\",\"op\":\"=\",\"value\":\"true\"}]}]}\n string filter = 4;\n // Required. Start of the usage lookback window (YYYY-MM-DD).\n string startDate = 5;\n // Required. End of the usage lookback window (YYYY-MM-DD).\n string endDate = 6;\n // Optional. Page number (1-based).\n int32 page = 7;\n // Optional. Number of results per page.\n int32 pageSize = 8;", "in": "query", "required": false, "type": "string" @@ -8283,7 +8295,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8334,7 +8346,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8365,7 +8377,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8392,13 +8404,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apilusterLabel" + "$ref": "#/definitions/apiLusterLabel" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8433,7 +8445,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8457,13 +8469,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apilusterLabel" + "$ref": "#/definitions/apiLusterLabel" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8500,19 +8512,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/apilusterLabel" + "$ref": "#/definitions/apiLusterLabel" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of apilusterLabel" + "title": "Stream result of apiLusterLabel" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8546,7 +8558,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8586,7 +8598,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8634,7 +8646,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8678,7 +8690,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8732,7 +8744,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8777,7 +8789,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8814,7 +8826,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8861,7 +8873,7 @@ "$ref": "#/definitions/lusterContext" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of lusterContext" @@ -8870,7 +8882,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8910,7 +8922,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8931,7 +8943,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8963,7 +8975,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8995,7 +9007,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9025,7 +9037,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9057,7 +9069,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9097,7 +9109,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9137,7 +9149,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9177,7 +9189,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9217,7 +9229,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9257,7 +9269,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9297,7 +9309,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9337,7 +9349,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9377,7 +9389,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9417,7 +9429,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9456,7 +9468,7 @@ "$ref": "#/definitions/v1GetCostUsageV2Response" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetCostUsageV2Response" @@ -9465,7 +9477,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9495,19 +9507,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicoverv1CostItem" + "$ref": "#/definitions/blueapiCoverV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicoverv1CostItem" + "title": "Stream result of blueapiCoverV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9540,7 +9552,7 @@ "$ref": "#/definitions/v1Credit" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Credit" @@ -9549,7 +9561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9572,7 +9584,7 @@ "$ref": "#/definitions/v1CsvSetting" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CsvSetting" @@ -9581,7 +9593,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9604,7 +9616,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9638,7 +9650,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9667,7 +9679,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9706,7 +9718,7 @@ "$ref": "#/definitions/v1CustomField" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CustomField" @@ -9715,7 +9727,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9748,7 +9760,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9782,7 +9794,7 @@ "$ref": "#/definitions/v1GetCustomizedBillingServiceBillingGroupResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetCustomizedBillingServiceBillingGroupResponse" @@ -9791,7 +9803,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9829,7 +9841,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9867,7 +9879,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9914,7 +9926,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9952,7 +9964,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9982,7 +9994,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10022,7 +10034,7 @@ "$ref": "#/definitions/rippleCustomizedBillingService" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of rippleCustomizedBillingService" @@ -10031,7 +10043,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10065,7 +10077,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10098,7 +10110,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10131,7 +10143,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10165,7 +10177,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10206,7 +10218,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10254,7 +10266,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10294,7 +10306,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10326,7 +10338,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10365,7 +10377,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10397,7 +10409,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10429,7 +10441,7 @@ "$ref": "#/definitions/v1GetCostForecastsDataResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetCostForecastsDataResponse" @@ -10438,7 +10450,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10470,7 +10482,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10499,7 +10511,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10528,7 +10540,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10567,7 +10579,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10601,7 +10613,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10634,7 +10646,7 @@ "$ref": "#/definitions/v1GetFreeFormatResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetFreeFormatResponse" @@ -10643,7 +10655,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10681,7 +10693,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10718,7 +10730,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10751,7 +10763,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10790,7 +10802,7 @@ "$ref": "#/definitions/lusterHub" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of lusterHub" @@ -10799,7 +10811,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10827,13 +10839,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiflowv1GetInfoResponse" + "$ref": "#/definitions/blueapiFlowV1GetInfoResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10855,7 +10867,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10877,7 +10889,7 @@ "$ref": "#/definitions/v1IntegrationStatus" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1IntegrationStatus" @@ -10886,7 +10898,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10919,7 +10931,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10952,7 +10964,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10985,7 +10997,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11007,7 +11019,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11042,7 +11054,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11082,7 +11094,7 @@ "$ref": "#/definitions/apiInvoiceMessage" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiInvoiceMessage" @@ -11091,7 +11103,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11131,7 +11143,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11163,7 +11175,7 @@ "$ref": "#/definitions/v1ListInvoiceTemplateResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListInvoiceTemplateResponse" @@ -11172,7 +11184,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11195,7 +11207,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11235,7 +11247,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11275,7 +11287,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11315,7 +11327,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11356,7 +11368,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11396,7 +11408,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11437,7 +11449,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11477,7 +11489,7 @@ "$ref": "#/definitions/v1ListInvoiceResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListInvoiceResponse" @@ -11486,7 +11498,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11520,7 +11532,7 @@ "$ref": "#/definitions/v1TotalSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1TotalSection" @@ -11529,7 +11541,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11563,7 +11575,7 @@ "$ref": "#/definitions/v1BillingGroupSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1BillingGroupSection" @@ -11572,7 +11584,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11606,7 +11618,7 @@ "$ref": "#/definitions/v1OverViewSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1OverViewSection" @@ -11615,7 +11627,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11649,7 +11661,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11671,7 +11683,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11693,7 +11705,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11731,7 +11743,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11753,7 +11765,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11775,7 +11787,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11814,7 +11826,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11847,7 +11859,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11870,7 +11882,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11903,7 +11915,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11936,7 +11948,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11969,7 +11981,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12002,7 +12014,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12035,7 +12047,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12068,7 +12080,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12101,7 +12113,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12134,7 +12146,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12167,7 +12179,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12200,7 +12212,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12233,7 +12245,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12256,7 +12268,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12288,7 +12300,7 @@ "$ref": "#/definitions/v1Member" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Member" @@ -12297,7 +12309,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12330,7 +12342,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12351,7 +12363,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12384,7 +12396,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12417,7 +12429,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12450,7 +12462,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12483,7 +12495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12516,7 +12528,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12549,7 +12561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12582,7 +12594,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12612,7 +12624,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12652,7 +12664,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12685,7 +12697,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12718,7 +12730,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12748,7 +12760,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12780,7 +12792,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12812,7 +12824,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12852,7 +12864,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12892,7 +12904,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12925,7 +12937,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12958,7 +12970,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12990,7 +13002,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13046,7 +13058,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13102,7 +13114,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13134,7 +13146,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13167,7 +13179,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13200,7 +13212,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13234,7 +13246,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13266,7 +13278,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13300,7 +13312,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13339,7 +13351,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13392,7 +13404,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13432,7 +13444,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13471,7 +13483,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13504,7 +13516,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13538,7 +13550,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13570,7 +13582,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13603,7 +13615,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13636,7 +13648,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13666,7 +13678,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13696,7 +13708,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13736,7 +13748,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13770,13 +13782,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapivortexv1CreateOrgResponse" + "$ref": "#/definitions/blueapiVortexV1CreateOrgResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13786,7 +13798,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/blueapivortexv1CreateOrgRequest" + "$ref": "#/definitions/blueapiVortexV1CreateOrgRequest" } } ], @@ -13809,7 +13821,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13830,7 +13842,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13857,13 +13869,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapicoverv1ListExchangeRatesResponse" + "$ref": "#/definitions/blueapiCoverV1ListExchangeRatesResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13902,7 +13914,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13952,19 +13964,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/gcv1Org" + "$ref": "#/definitions/gcV1Org" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of gcv1Org" + "title": "Stream result of gcV1Org" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13997,7 +14009,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14029,7 +14041,7 @@ "$ref": "#/definitions/v1Product" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Product" @@ -14038,7 +14050,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14071,7 +14083,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14104,7 +14116,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14137,7 +14149,7 @@ "$ref": "#/definitions/v1Project" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Project" @@ -14146,7 +14158,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14179,7 +14191,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14210,7 +14222,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14241,7 +14253,7 @@ "$ref": "#/definitions/v1ListProjectToTeamResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListProjectToTeamResponse" @@ -14250,7 +14262,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14282,7 +14294,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14314,7 +14326,7 @@ "$ref": "#/definitions/v1Prompt" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Prompt" @@ -14323,7 +14335,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14355,7 +14367,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14387,7 +14399,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14422,7 +14434,7 @@ "$ref": "#/definitions/v1ListRecommendationResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListRecommendationResponse" @@ -14431,7 +14443,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14464,7 +14476,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14513,7 +14525,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14546,7 +14558,7 @@ "$ref": "#/definitions/v1GetExecutionStatusResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetExecutionStatusResponse" @@ -14555,7 +14567,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14578,7 +14590,7 @@ "$ref": "#/definitions/v1ListRecommendationResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListRecommendationResponse" @@ -14587,7 +14599,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14704,7 +14716,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14737,7 +14749,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14811,7 +14823,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14844,7 +14856,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14887,7 +14899,7 @@ "$ref": "#/definitions/v1RecommendationSummary" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1RecommendationSummary" @@ -14896,7 +14908,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14929,7 +14941,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14950,7 +14962,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14983,7 +14995,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15042,7 +15054,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15074,7 +15086,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15107,7 +15119,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15141,7 +15153,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15173,7 +15185,7 @@ "$ref": "#/definitions/v1ReportSchedule" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ReportSchedule" @@ -15182,7 +15194,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15215,7 +15227,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15255,7 +15267,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15288,7 +15300,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15319,7 +15331,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15360,7 +15372,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15394,7 +15406,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15439,7 +15451,7 @@ "$ref": "#/definitions/rippleReseller" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of rippleReseller" @@ -15448,7 +15460,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15478,7 +15490,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15512,7 +15524,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15550,7 +15562,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15580,7 +15592,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15620,7 +15632,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15698,7 +15710,7 @@ "$ref": "#/definitions/v1ResourceAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ResourceAccount" @@ -15707,7 +15719,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15746,7 +15758,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15809,7 +15821,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15835,13 +15847,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts" + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15875,7 +15887,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15909,7 +15921,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15944,7 +15956,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15974,7 +15986,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16012,7 +16024,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16052,7 +16064,7 @@ "$ref": "#/definitions/v1AccountInvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountInvoiceServiceDiscounts" @@ -16061,7 +16073,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16102,7 +16114,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16142,7 +16154,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16172,7 +16184,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16202,7 +16214,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16240,7 +16252,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16274,13 +16286,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts" + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16318,7 +16330,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16342,13 +16354,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts" + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16388,7 +16400,7 @@ "$ref": "#/definitions/v1Service" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Service" @@ -16397,7 +16409,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16437,7 +16449,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16468,19 +16480,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapibillingv1InvoiceServiceDiscounts" + "$ref": "#/definitions/blueapiBillingV1InvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapibillingv1InvoiceServiceDiscounts" + "title": "Stream result of blueapiBillingV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16514,7 +16526,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16546,7 +16558,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16578,7 +16590,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16610,7 +16622,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16640,7 +16652,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16680,7 +16692,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16714,7 +16726,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16746,7 +16758,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16785,7 +16797,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16818,7 +16830,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16852,7 +16864,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16891,7 +16903,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16921,7 +16933,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16961,7 +16973,7 @@ "$ref": "#/definitions/lusterSpace" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of lusterSpace" @@ -16970,7 +16982,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17001,19 +17013,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/billingv1TagData" + "$ref": "#/definitions/billingV1TagData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of billingv1TagData" + "title": "Stream result of billingV1TagData" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17050,7 +17062,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17082,7 +17094,7 @@ "$ref": "#/definitions/v1Team" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Team" @@ -17091,7 +17103,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17123,7 +17135,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17153,7 +17165,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17179,13 +17191,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiprismv1TestResponse" + "$ref": "#/definitions/blueapiPrismV1TestResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17202,13 +17214,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapivortexv1TestResponse" + "$ref": "#/definitions/blueapiVortexV1TestResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17239,7 +17251,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17260,7 +17272,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17293,7 +17305,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17316,7 +17328,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17349,7 +17361,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17382,7 +17394,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17415,7 +17427,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17459,7 +17471,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17492,7 +17504,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17552,7 +17564,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17585,7 +17597,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17618,7 +17630,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17648,7 +17660,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17678,7 +17690,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17718,7 +17730,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17739,7 +17751,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17772,7 +17784,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17802,7 +17814,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17832,7 +17844,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17872,7 +17884,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17902,7 +17914,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17932,7 +17944,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17972,7 +17984,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18006,7 +18018,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18036,7 +18048,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18069,13 +18081,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapivortexv1GetUserResponse" + "$ref": "#/definitions/blueapiVortexV1GetUserResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18106,7 +18118,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18129,7 +18141,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18156,13 +18168,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapicoverv1GetUserResponse" + "$ref": "#/definitions/blueapiCoverV1GetUserResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18191,7 +18203,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18222,7 +18234,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18261,7 +18273,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18299,7 +18311,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18332,7 +18344,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18353,7 +18365,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18386,7 +18398,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18419,7 +18431,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18452,7 +18464,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18475,7 +18487,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18515,7 +18527,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18562,7 +18574,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18595,7 +18607,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18625,7 +18637,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18655,7 +18667,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18695,7 +18707,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18734,7 +18746,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18773,7 +18785,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18813,7 +18825,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18853,7 +18865,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18892,7 +18904,7 @@ "$ref": "#/definitions/v1Workflow" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Workflow" @@ -18901,7 +18913,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18934,7 +18946,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18974,7 +18986,7 @@ "$ref": "#/definitions/v1ProxyCreateCompletionResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ProxyCreateCompletionResponse" @@ -18983,7 +18995,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19017,7 +19029,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19047,7 +19059,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19088,7 +19100,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19125,19 +19137,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19175,13 +19187,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19221,7 +19233,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19258,19 +19270,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19316,7 +19328,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19348,13 +19360,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19399,7 +19411,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19430,13 +19442,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19483,7 +19495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19523,7 +19535,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19563,7 +19575,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19611,7 +19623,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19659,7 +19671,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19707,7 +19719,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19755,7 +19767,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19795,7 +19807,7 @@ "$ref": "#/definitions/v1AdjustmentEntry" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AdjustmentEntry" @@ -19804,7 +19816,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19845,7 +19857,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19885,7 +19897,7 @@ "$ref": "#/definitions/v1AdjustmentEntryItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AdjustmentEntryItem" @@ -19894,7 +19906,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19932,19 +19944,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19978,13 +19990,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiwaveBudgetAlert" + "$ref": "#/definitions/apiWaveBudgetAlert" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20022,7 +20034,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20053,13 +20065,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiwaveBudgetAlert" + "$ref": "#/definitions/apiWaveBudgetAlert" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20098,13 +20110,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiwaveBudgetAlert" + "$ref": "#/definitions/apiWaveBudgetAlert" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20151,7 +20163,7 @@ "$ref": "#/definitions/apiAccountOriginalResource" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiAccountOriginalResource" @@ -20160,7 +20172,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20200,7 +20212,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20253,7 +20265,7 @@ "$ref": "#/definitions/v1GetChildBillingGroupCustomizedBillingServiceResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetChildBillingGroupCustomizedBillingServiceResponse" @@ -20262,7 +20274,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20300,7 +20312,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20348,7 +20360,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20386,7 +20398,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20433,7 +20445,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20484,7 +20496,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20538,7 +20550,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20577,7 +20589,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20623,7 +20635,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20653,7 +20665,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20694,7 +20706,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20733,7 +20745,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20765,7 +20777,7 @@ "$ref": "#/definitions/v1CalculatorCostModifier" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CalculatorCostModifier" @@ -20774,7 +20786,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20805,7 +20817,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20846,7 +20858,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20886,7 +20898,7 @@ "$ref": "#/definitions/v1ListCalculatorRunningAccountsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListCalculatorRunningAccountsResponse" @@ -20895,7 +20907,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20935,7 +20947,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20996,7 +21008,7 @@ "$ref": "#/definitions/v1CostAttributeItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CostAttributeItem" @@ -21005,7 +21017,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21045,7 +21057,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21076,7 +21088,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21117,7 +21129,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21154,7 +21166,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21201,7 +21213,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21249,7 +21261,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21287,19 +21299,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21339,7 +21351,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21386,7 +21398,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21433,7 +21445,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21475,13 +21487,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapibillingv1ListExchangeRatesResponse" + "$ref": "#/definitions/blueapiBillingV1ListExchangeRatesResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21520,7 +21532,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21587,7 +21599,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21640,7 +21652,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21693,7 +21705,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21753,7 +21765,7 @@ "$ref": "#/definitions/waveAdjustment" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of waveAdjustment" @@ -21762,7 +21774,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21802,7 +21814,7 @@ "$ref": "#/definitions/v1ReadInvoiceIdsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ReadInvoiceIdsResponse" @@ -21811,7 +21823,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21849,19 +21861,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21899,19 +21911,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21942,13 +21954,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21989,7 +22001,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22030,7 +22042,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22078,7 +22090,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22116,7 +22128,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22156,7 +22168,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22204,7 +22216,7 @@ "$ref": "#/definitions/v1GetPayerAccountImportHistoryResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetPayerAccountImportHistoryResponse" @@ -22213,7 +22225,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22259,7 +22271,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22299,7 +22311,7 @@ "$ref": "#/definitions/v1PayerAccountExtended" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1PayerAccountExtended" @@ -22308,7 +22320,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22348,7 +22360,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22387,7 +22399,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22434,7 +22446,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22481,7 +22493,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22519,7 +22531,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22559,7 +22571,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22599,7 +22611,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22638,7 +22650,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22674,19 +22686,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22726,7 +22738,7 @@ "$ref": "#/definitions/apiCostTag" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiCostTag" @@ -22735,7 +22747,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22781,7 +22793,7 @@ "$ref": "#/definitions/apiCostTag" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiCostTag" @@ -22790,7 +22802,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22836,7 +22848,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22873,7 +22885,7 @@ "$ref": "#/definitions/v1TagsAddingSetting" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1TagsAddingSetting" @@ -22882,7 +22894,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22917,7 +22929,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22962,7 +22974,7 @@ "$ref": "#/definitions/rippleUntaggedGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of rippleUntaggedGroup" @@ -22971,7 +22983,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -23011,7 +23023,7 @@ "$ref": "#/definitions/v1UsageCostsDrift" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1UsageCostsDrift" @@ -23020,7 +23032,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -23060,7 +23072,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -23399,7 +23411,7 @@ "description": "Required\nValid values:\n`InvoiceCalculationStarted`,\n`InvoiceCalculationFinished`,\n`CurUpdatedAfterInvoice`.\n`AccountBudgetAlert`." }, "account": { - "$ref": "#/definitions/adminv1NotificationAccount", + "$ref": "#/definitions/adminV1NotificationAccount", "description": "Optional. only available Wave(Pro)." } }, @@ -23670,7 +23682,7 @@ "description": "Optional. groups to apply the invoices setting\nthis is ignored if allGroups is true." }, "invoiceSetting": { - "$ref": "#/definitions/billingv1InvoiceSettings", + "$ref": "#/definitions/billingV1InvoiceSettings", "description": "Required. Invoice setting." } } @@ -23850,7 +23862,7 @@ "description": "Optional. groups to apply the invoices setting\nthis is ignored if allGroups is true." }, "invoiceSetting": { - "$ref": "#/definitions/billingv1InvoiceSettings", + "$ref": "#/definitions/billingV1InvoiceSettings", "description": "Required. Invoice setting." } } @@ -24333,7 +24345,7 @@ "type": "object", "properties": { "invoiceServiceDiscounts": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts", + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts", "description": "Required. The updated invoice service discounts object." }, "updateMask": { @@ -24645,7 +24657,7 @@ "type": "object", "properties": { "budgetAlert": { - "$ref": "#/definitions/apiwaveBudgetAlert", + "$ref": "#/definitions/apiWaveBudgetAlert", "description": "Required. Budget alert setting." } }, @@ -24655,7 +24667,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Request message for CreateAccountBudget" @@ -25256,7 +25268,7 @@ "type": "object", "properties": { "budgetAlert": { - "$ref": "#/definitions/apiwaveBudgetAlert", + "$ref": "#/definitions/apiWaveBudgetAlert", "description": "Required. Budget alert setting.\n\nSet only the setting value to be changed.\nFor example, If you want to change only daily value, set `{\"budget\":[{\"id\":\"daily\",\"value\":100,\"enabled\":true}}` as a parameter\nThe same goes for notification. If you want to change only email value, set `{\"notification\":[{\"id\":\"email\",\"destination\":\"budgetalert-example@alphaus.cloud\",\"enabled\":true}}` as a parameter" } }, @@ -25266,7 +25278,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Request message for UpdateAccountBudget" @@ -25680,7 +25692,7 @@ "title": "Optional. Description of the forecast" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup", + "$ref": "#/definitions/apiCoverCostGroup", "title": "Optional. Cost Group Id and Name" }, "pastActualCostRange": { @@ -25774,11 +25786,11 @@ "title": "GCP Options" }, "azureOptions": { - "$ref": "#/definitions/apicoverAzureOptions", + "$ref": "#/definitions/apiCoverAzureOptions", "title": "Azure Options" }, "awsOptions": { - "$ref": "#/definitions/apicoverAwsOptions", + "$ref": "#/definitions/apiCoverAwsOptions", "title": "AWS Options" }, "accountType": { @@ -26997,6 +27009,20 @@ }, "description": "Request message for the Iam.UpdateRole rpc." }, + "IamUpsertExperimentalUIPreferenceBody": { + "type": "object", + "properties": { + "version": { + "type": "string", + "description": "The selected UI version for the component (e.g. \"v1\" or \"v2\")." + }, + "bannerDismissed": { + "type": "boolean", + "description": "Whether the experimental banner has been dismissed for this component." + } + }, + "description": "Request message for the Iam.UpsertExperimentalUIPreference rpc." + }, "IdentityProvidersamlInfo": { "type": "object", "properties": { @@ -28176,7 +28202,7 @@ } } }, - "adminv1NotificationAccount": { + "adminV1NotificationAccount": { "type": "object", "properties": { "vendor": { @@ -28220,7 +28246,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiFeeDetails" + "$ref": "#/definitions/blueapiApiFeeDetails" }, "title": "feeDetails: Includes details of re-caluclated fee data" }, @@ -28259,7 +28285,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } } } @@ -28418,6 +28444,374 @@ }, "description": "AuditExportData resource definition." }, + "apiAwsChartData": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "actualOndemand": { + "type": "number", + "format": "double" + }, + "actualCost": { + "type": "number", + "format": "double" + }, + "utilization": { + "type": "number", + "format": "double" + } + } + }, + "apiAwsCost": { + "type": "object", + "properties": { + "account": { + "type": "string", + "description": "The account being queried." + }, + "groupId": { + "type": "string", + "description": "The group id the account is associated with during the query." + }, + "type": { + "type": "string" + }, + "date": { + "type": "string", + "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." + }, + "productCode": { + "type": "string", + "description": "The product code for an AWS service, such as `AmazonEC2`, `AmazonRDS`, etc. This can also be an Alphaus-specified custom value." + }, + "serviceCode": { + "type": "string", + "description": "The CUR service code of the lineitem, if applicable. Sometimes, this is the same as `productCode`, a subset of `productCode`, an Alphaus-specified custom value, or empty." + }, + "region": { + "type": "string", + "description": "The region of the lineitem, if applicable." + }, + "zone": { + "type": "string", + "description": "The zone of the lineitem, if applicable." + }, + "usageType": { + "type": "string", + "description": "The CUR usage type of the lineitem, if applicable." + }, + "instanceType": { + "type": "string", + "description": "The CUR instance type of the lineitem, if applicable." + }, + "operation": { + "type": "string", + "description": "The CUR operation of the lineitem, if applicable." + }, + "invoiceId": { + "type": "string", + "description": "The AWS invoice ID of the lineitem, if applicable." + }, + "description": { + "type": "string", + "description": "The description of the lineitem, if applicable." + }, + "resourceId": { + "type": "string", + "description": "The resource id of the lineitem, if applicable. At the moment, this is not yet fully supported." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "costCategories": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "usage": { + "type": "number", + "format": "double", + "description": "Only set when `description` and/or `resourceId` attributes are specified." + }, + "cost": { + "type": "number", + "format": "double", + "description": "The true cost (calculated) for this lineitem." + }, + "unblendedCost": { + "type": "number", + "format": "double", + "description": "The unblended cost as reflected in the CUR for this lineitem." + }, + "baseCurrency": { + "type": "string", + "description": "The base currency for `cost`, `unblendedCost`, `effectiveCost`, `amortizedCost`. Always set to `USD`, CUR's default currency." + }, + "exchangeRate": { + "type": "number", + "format": "double", + "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." + }, + "targetCost": { + "type": "number", + "format": "double", + "description": "Converted `cost`." + }, + "targetUnblendedCost": { + "type": "number", + "format": "double", + "description": "Converted `unblendedCost`." + }, + "targetCurrency": { + "type": "string", + "description": "The currency set by `toCurrency`." + }, + "effectiveCost": { + "type": "number", + "format": "double" + }, + "targetEffectiveCost": { + "type": "number", + "format": "double", + "description": "Converted `effectiveCost`." + }, + "amortizedCost": { + "type": "number", + "format": "double" + }, + "targetAmortizedCost": { + "type": "number", + "format": "double", + "description": "Converted `amortizedCost`." + }, + "tagId": { + "type": "string" + }, + "timestamp": { + "type": "string", + "description": "Get last update in UNIX time format." + }, + "metadata": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiKeyValue" + }, + "description": "Various metadata associated with this lineitem." + } + } + }, + "apiAwsCostAttribute": { + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "groupId": { + "type": "string" + }, + "productCode": { + "type": "string" + }, + "serviceCode": { + "type": "string" + }, + "region": { + "type": "string" + }, + "zone": { + "type": "string" + }, + "usageType": { + "type": "string" + }, + "instanceType": { + "type": "string" + }, + "operation": { + "type": "string" + }, + "invoiceId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "resourceId": { + "type": "string" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "costCategories": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "apiAzureCost": { + "type": "object", + "properties": { + "account": { + "type": "string", + "description": "The account being queried." + }, + "groupId": { + "type": "string", + "description": "The group id the account is associated with during the query." + }, + "date": { + "type": "string", + "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." + }, + "serviceName": { + "type": "string", + "description": "The service name, such as `Software License`, `Cognosys`, `SendGrid`, `New-Commerce ERP Software License`, etc." + }, + "productName": { + "type": "string", + "description": "The product code for an Azure service, such as `Dsv4 Series Windows VM`, `CentOS 7.6`, etc." + }, + "region": { + "type": "string", + "description": "The region of lineitem, if applicable." + }, + "chargeType": { + "type": "string", + "description": "The charge type of lineitem, if applicable. Such as `New`, `CycleCharge`, `Prorate fees when cancel`, etc." + }, + "description": { + "type": "string", + "description": "The description of lineitem, if applicable." + }, + "billableQuantity": { + "type": "number", + "format": "double", + "description": "The billable quantity of lineitem, if applicable." + }, + "effectiveUnitPrice": { + "type": "number", + "format": "double", + "description": "The effective unit price of lineitem, if applicable." + }, + "cost": { + "type": "number", + "format": "double", + "description": "The true cost (calculated) for this lineitem." + }, + "baseCurrency": { + "type": "string", + "description": "The base currency for `cost`." + }, + "exchangeRate": { + "type": "number", + "format": "double", + "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." + }, + "targetCost": { + "type": "number", + "format": "double", + "description": "Converted `cost`." + }, + "targetCurrency": { + "type": "string", + "description": "The currency set by `toCurrency`." + }, + "timeInterval": { + "type": "string", + "description": "The time interval of lineitem, if applicable. Format is `yyyy-MM-ddThh:MM:ssZ/yyyy-mm-ddTHH:mm:ssZ` (for example 2020-09-16T00:00:00Z/2021-09-24T00:00:00Z)." + }, + "billingType": { + "type": "string", + "description": "The billing type of lineitem, if applicable. Such as `MARKETPLACE`, `UPFRONT`, `Refund`, `Credit` and `OTHERS`." + }, + "alternateId": { + "type": "string", + "description": "The alternate ID of lineitem, if applicable." + }, + "domainName": { + "type": "string", + "description": "The domain name of lineitem, if applicable." + }, + "operation": { + "type": "string", + "description": "The operation of lineitem, if applicable. Such as `Cool LRS Write Operations`, `Cool LRS Data Write`, `Standard Data Transfer Out`, etc." + }, + "usageType": { + "type": "string", + "description": "The usage type of lineitem, if applicable. Such as `Standard HDD Managed Disks`, `Tables`, `Blob Storage`, etc." + }, + "instanceType": { + "type": "string", + "description": "The instance type of lineitem, if applicable. Such as `Gateway`, `Standard_B2s`, `Standard_D4s_v3`, etc." + }, + "category": { + "type": "string", + "description": "The category of lineitem, if applicable. Such as `Software License`, `Marketplace`, `RI`, `Other`, etc." + }, + "subscriptionId": { + "type": "string", + "description": "The subscription id." + }, + "entitlementId": { + "type": "string", + "description": "The entitlement id." + }, + "resourceGroup": { + "type": "string", + "description": "The resource group of the lineitem, if applicable." + } + } + }, + "apiAzureCostAttribute": { + "type": "object", + "properties": { + "customerId": { + "type": "string" + }, + "subscriptionId": { + "type": "string" + }, + "entitlementId": { + "type": "string" + }, + "groupId": { + "type": "string" + }, + "productId": { + "type": "string" + }, + "productName": { + "type": "string" + }, + "skuId": { + "type": "string" + }, + "skuName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "category": { + "type": "string" + }, + "domainName": { + "type": "string" + } + } + }, "apiBillingGroupForecast": { "type": "object", "properties": { @@ -28517,6 +28911,476 @@ } } }, + "apiCoverAWSRecommendations": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "accountName": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "instanceName": { + "type": "string" + }, + "service": { + "type": "string" + }, + "source": { + "type": "string" + }, + "costGroup": { + "type": "string" + }, + "recommendation": { + "type": "string" + }, + "region": { + "type": "string" + }, + "estsavings": { + "type": "number", + "format": "double" + }, + "estcost": { + "type": "number", + "format": "double" + }, + "estsavingsPercentage": { + "type": "number", + "format": "double" + }, + "resourceArn": { + "type": "string" + }, + "restartNeeded": { + "type": "boolean" + }, + "rollbackPossible": { + "type": "boolean" + }, + "lastUpdatedAt": { + "type": "string" + }, + "recommendationGroup": { + "type": "string" + }, + "category": { + "type": "string" + }, + "purchaseRIRecommendationDetails": { + "$ref": "#/definitions/coverPurchaseRIRecommendationDetails" + }, + "savingsPlanRecommendationDetails": { + "$ref": "#/definitions/coverSavingsPlanRecommendationDetails" + }, + "rightSizingRecommendationDetails": { + "$ref": "#/definitions/coverRightSizingRecommendationDetails" + }, + "upgradeRecommendationDetails": { + "$ref": "#/definitions/coverUpgradeRecommendationDetails" + }, + "migrateRecommendationDetails": { + "$ref": "#/definitions/coverMigrateRecommendationDetails" + }, + "stopInstanceRecommendationDetails": { + "$ref": "#/definitions/coverStopInstanceRecommendationDetails" + }, + "deleteRecommendationDetails": { + "$ref": "#/definitions/coverDeleteRecommendationDetails" + }, + "otherRecommendationDetails": { + "$ref": "#/definitions/coverOtherRecommendationDetails" + } + } + }, + "apiCoverAccount": { + "type": "object", + "properties": { + "accountId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "type": { + "type": "string", + "title": "account, subscription, project" + } + } + }, + "apiCoverAwsOptions": { + "type": "object", + "properties": { + "AccountName": { + "type": "string" + }, + "PayerId": { + "type": "string" + }, + "RoleArn": { + "type": "string" + }, + "ExternalId": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "StackRegion": { + "type": "string" + }, + "TemplateUrl": { + "type": "string" + }, + "BucketName": { + "type": "string" + }, + "Prefix": { + "type": "string" + }, + "ReportName": { + "type": "string" + }, + "registrationStatus": { + "$ref": "#/definitions/coverRegistrationStatus" + }, + "Status": { + "type": "string" + }, + "RegistrationMethod": { + "type": "string", + "title": "Valid values for now are: 'console', 'terraform'. default would be 'console'" + }, + "templateVersion": { + "type": "string" + } + } + }, + "apiCoverAzureOptions": { + "type": "object", + "properties": { + "accountName": { + "type": "string" + }, + "azureCustomerId": { + "type": "string" + }, + "azurePlanId": { + "type": "string" + }, + "serviceAcct": { + "type": "string" + }, + "partnerAcct": { + "type": "string" + }, + "companyId": { + "type": "string" + }, + "payerId": { + "type": "string" + } + } + }, + "apiCoverBudgetAlert": { + "type": "object", + "properties": { + "threshold": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/coverThreshold" + } + }, + "channels": { + "$ref": "#/definitions/coverAlertChannels" + } + } + }, + "apiCoverCategory": { + "type": "object", + "properties": { + "display": { + "type": "string" + }, + "query": { + "type": "string" + } + } + }, + "apiCoverCostCalculation": { + "type": "object", + "properties": { + "estCostAfterDiscount": { + "type": "number", + "format": "double" + }, + "estCostBeforeDiscount": { + "type": "number", + "format": "double" + }, + "otherDiscount": { + "type": "number", + "format": "double" + }, + "savingsPlanDiscount": { + "type": "number", + "format": "double" + }, + "estNetUnusedAmortizedCommitments": { + "type": "number", + "format": "double" + }, + "reservedInstanceDiscount": { + "type": "number", + "format": "double" + }, + "usageTypes": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiCoverUsageTypes" + } + } + } + }, + "apiCoverCostGroup": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string", + "title": "cost group name" + } + } + }, + "apiCoverEBSDetails": { + "type": "object", + "properties": { + "currentEBSDetails": { + "$ref": "#/definitions/coverCurrentEBSDetails" + }, + "upgradeEBSDetails": { + "$ref": "#/definitions/coverEBSRecommendationDetails" + } + } + }, + "apiCoverEC2Details": { + "type": "object", + "properties": { + "instanceType": { + "type": "string" + }, + "tenancy": { + "type": "string" + }, + "family": { + "type": "string" + }, + "platform": { + "type": "string" + } + } + }, + "apiCoverMemoryDBDetails": { + "type": "object", + "properties": { + "family": { + "type": "string" + }, + "nodeType": { + "type": "string" + } + } + }, + "apiCoverRDSDetails": { + "type": "object", + "properties": { + "dbEdition": { + "type": "string" + }, + "dbEngine": { + "type": "string" + }, + "deploymentOptions": { + "type": "string" + }, + "family": { + "type": "string" + }, + "instanceType": { + "type": "string" + }, + "licenseModel": { + "type": "string" + } + } + }, + "apiCoverRecommendationDetail": { + "type": "object", + "properties": { + "recommendation": { + "type": "string" + }, + "recommendedResourceType": { + "type": "string" + }, + "estimatedCost": { + "type": "number", + "format": "double" + }, + "estimatedSavings": { + "type": "number", + "format": "double" + }, + "region": { + "type": "string" + } + } + }, + "apiCoverRedshiftDetails": { + "type": "object", + "properties": { + "currentGeneration": { + "type": "boolean" + }, + "nodeType": { + "type": "string" + }, + "family": { + "type": "string" + } + } + }, + "apiCoverResult": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "apiCoverRole": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "costgroupsIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "permissions": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "apiCoverTagData": { + "type": "object", + "properties": { + "tagKey": { + "type": "string" + }, + "tagValue": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "apiCoverUsageTypes": { + "type": "object", + "properties": { + "operation": { + "type": "string" + }, + "productCode": { + "type": "string" + }, + "unit": { + "type": "string" + }, + "usageAmount": { + "type": "number", + "format": "double" + }, + "usageType": { + "type": "string" + } + } + }, + "apiCoverUser": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "email": { + "type": "string" + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/coverUserRole" + } + }, + "invitedBy": { + "type": "object" + }, + "lastUpdated": { + "type": "string" + }, + "createdOn": { + "type": "string" + }, + "avatar": { + "type": "string" + }, + "activated": { + "type": "boolean" + }, + "colorTheme": { + "type": "string" + } + } + }, + "apiCoverUtilizationData": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "value": { + "type": "number", + "format": "float" + } + } + }, "apiCustomDetails": { "type": "object", "properties": { @@ -28802,63 +29666,128 @@ } } }, - "apiGroupCustomDetails": { + "apiGcpCost": { "type": "object", "properties": { - "name": { - "type": "string" + "account": { + "type": "string", + "title": "account data" }, - "currency": { - "type": "string" + "groupId": { + "type": "string", + "description": "The group id the account is associated with during the query." }, - "amount": { - "type": "number", - "format": "double" - } - }, - "description": "GroupCustomDetails resource definition." - }, - "apiGroupDetails": { - "type": "object", - "properties": { - "name": { - "type": "string" + "date": { + "type": "string", + "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." }, - "currency": { - "type": "string" + "invoiceMonth": { + "type": "string", + "description": "The invoice.month of the lineitem, if applicable." }, - "amount": { - "type": "number", - "format": "double" - } - }, - "description": "GroupDetails resource definition." - }, - "apiGroupRootUser": { - "type": "object", - "properties": { - "email": { + "service": { "type": "string", - "description": "The email address associated with the user. If there is no email\r\naddress provided then this field will contain \"Not Set\"." + "description": "The service.Description of the lineitem, if applicable." }, - "password": { + "sku": { "type": "string", - "description": "The password associated with the user. This field will only be\r\npopulated when the reseller is first created." + "description": "The sku.Description of the lineitem, if applicable." }, - "groupId": { + "region": { "type": "string", - "description": "The ID of the group to which the user belongs. This will either\r\nbe a billing group ID or an access group ID." + "description": "The location.region of the lineitem, if applicable." }, - "groupName": { + "zone": { "type": "string", - "description": "The name of the group to which the user belongs. This will either\r\nbe the name of a billing group or an access group." + "description": "The location.zone of the lineitem, if applicable." }, - "groupType": { + "creditsType": { "type": "string", - "description": "This field describes what type of group to which the user belongs.\r\nThis field will contain either a value of \"billing_group\" or \"access_group\"." + "description": "The credits.type of the lineitem, if applicable." }, - "meta": { - "$ref": "#/definitions/apiFeatureFlags", + "creditsName": { + "type": "string", + "description": "The credits.name of the lineitem, if applicable." + }, + "usageUnit": { + "type": "string", + "description": "The usage.pricing_unit of the lineitem, if applicable." + }, + "usageAmount": { + "type": "number", + "format": "double", + "description": "The usage.amount_in_pricing_units of the lineitem, if applicable." + }, + "baseCurrency": { + "type": "string", + "description": "The currency of the lineitem, if applicable." + }, + "cost": { + "type": "number", + "format": "double", + "description": "The cost of the lineitem, if applicable." + } + }, + "description": "see gcp billing data schema details:[https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables]", + "title": "Cost for Api Response" + }, + "apiGroupCustomDetails": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "amount": { + "type": "number", + "format": "double" + } + }, + "description": "GroupCustomDetails resource definition." + }, + "apiGroupDetails": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "amount": { + "type": "number", + "format": "double" + } + }, + "description": "GroupDetails resource definition." + }, + "apiGroupRootUser": { + "type": "object", + "properties": { + "email": { + "type": "string", + "description": "The email address associated with the user. If there is no email\r\naddress provided then this field will contain \"Not Set\"." + }, + "password": { + "type": "string", + "description": "The password associated with the user. This field will only be\r\npopulated when the reseller is first created." + }, + "groupId": { + "type": "string", + "description": "The ID of the group to which the user belongs. This will either\r\nbe a billing group ID or an access group ID." + }, + "groupName": { + "type": "string", + "description": "The name of the group to which the user belongs. This will either\r\nbe the name of a billing group or an access group." + }, + "groupType": { + "type": "string", + "description": "This field describes what type of group to which the user belongs.\r\nThis field will contain either a value of \"billing_group\" or \"access_group\"." + }, + "meta": { + "$ref": "#/definitions/apiFeatureFlags", "description": "A collection of feature flags and whether or not they should be enabled. \r\nFor a full list of such flags, see https://alphauslabs.github.io/blueapi/apis/groups.html." }, "passwordUpdateTime": { @@ -28974,6 +29903,38 @@ }, "description": "KeyValueMap resource definition." }, + "apiLusterLabel": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The label id." + }, + "name": { + "type": "string", + "description": "The label name." + }, + "color": { + "type": "string", + "description": "The label color.\nformat: HEX color code ( #FF0000 )." + }, + "description": { + "type": "string", + "description": "The label description." + }, + "createdAt": { + "type": "string", + "title": "The label createdAt.\n\"created_at\": \"2023-10-27T10:00:00Z\"", + "readOnly": true + }, + "updatedAt": { + "type": "string", + "title": "The label updatedAt.\n\"updated_at\": \"2023-10-27T10:00:00Z\"", + "readOnly": true + } + }, + "title": "The message defines the label" + }, "apiMSTeamsChannel": { "type": "object", "properties": { @@ -29264,1091 +30225,7 @@ } } }, - "apiSlackChannel": { - "type": "object", - "properties": { - "webhookUrl": { - "type": "string" - }, - "channelId": { - "type": "string" - }, - "channel": { - "type": "string" - }, - "configurationUrl": { - "type": "string" - }, - "code": { - "type": "string" - }, - "redirectUri": { - "type": "string" - } - } - }, - "apiSubUser": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "Sub-user's unique id." - }, - "parentId": { - "type": "string", - "description": "The id of the parent user. If this is empty, the sub-user is invalid." - }, - "metadata": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Attributes specific to the sub-user." - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiSubUserRole" - }, - "description": "Role details for the sub-user, if applicable." - } - } - }, - "apiSubUserRole": { - "type": "object", - "properties": { - "roleId": { - "type": "string", - "description": "Role ID assigned to the sub-user." - }, - "permissions": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Permissions granted to the sub-user for this role." - }, - "subUserId": { - "type": "string", - "description": "Temporary: Tracks the sub-user ID to verify the role is assigned to the correct user.\nThis field will be removed after testing is complete." - } - } - }, - "apiUsageDetails": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "amount": { - "type": "number", - "format": "double" - } - }, - "description": "UsageDetails resource definition." - }, - "apiUserRoleMapping": { - "type": "object", - "properties": { - "rootUser": { - "type": "string" - }, - "subUser": { - "type": "string" - }, - "namespace": { - "type": "string" - }, - "role": { - "type": "string" - }, - "filter": { - "type": "string" - } - } - }, - "apiVendorDetail": { - "type": "object", - "properties": { - "details": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiAccountDetails" - }, - "title": "details: Includes account-by-account details" - }, - "groupDetails": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiGroupDetails" - }, - "description": "groupDetails: Includes account-by-account details(fee item data)." - }, - "groupCustomDetails": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiGroupCustomDetails" - }, - "description": "groupCustomDetails: Includes account-by-account details(custom service and additional item data)." - }, - "total": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiInvoiceTotal" - }, - "title": "total: Includes data on billing totals" - }, - "settings": { - "$ref": "#/definitions/blueapiapiInvoiceSettings", - "title": "settings: Includes settings related to billing" - } - }, - "description": "VendorDetail resource definition." - }, - "apiawsChartData": { - "type": "object", - "properties": { - "date": { - "type": "string" - }, - "actualOndemand": { - "type": "number", - "format": "double" - }, - "actualCost": { - "type": "number", - "format": "double" - }, - "utilization": { - "type": "number", - "format": "double" - } - } - }, - "apiawsCost": { - "type": "object", - "properties": { - "account": { - "type": "string", - "description": "The account being queried." - }, - "groupId": { - "type": "string", - "description": "The group id the account is associated with during the query." - }, - "type": { - "type": "string" - }, - "date": { - "type": "string", - "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." - }, - "productCode": { - "type": "string", - "description": "The product code for an AWS service, such as `AmazonEC2`, `AmazonRDS`, etc. This can also be an Alphaus-specified custom value." - }, - "serviceCode": { - "type": "string", - "description": "The CUR service code of the lineitem, if applicable. Sometimes, this is the same as `productCode`, a subset of `productCode`, an Alphaus-specified custom value, or empty." - }, - "region": { - "type": "string", - "description": "The region of the lineitem, if applicable." - }, - "zone": { - "type": "string", - "description": "The zone of the lineitem, if applicable." - }, - "usageType": { - "type": "string", - "description": "The CUR usage type of the lineitem, if applicable." - }, - "instanceType": { - "type": "string", - "description": "The CUR instance type of the lineitem, if applicable." - }, - "operation": { - "type": "string", - "description": "The CUR operation of the lineitem, if applicable." - }, - "invoiceId": { - "type": "string", - "description": "The AWS invoice ID of the lineitem, if applicable." - }, - "description": { - "type": "string", - "description": "The description of the lineitem, if applicable." - }, - "resourceId": { - "type": "string", - "description": "The resource id of the lineitem, if applicable. At the moment, this is not yet fully supported." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "costCategories": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "usage": { - "type": "number", - "format": "double", - "description": "Only set when `description` and/or `resourceId` attributes are specified." - }, - "cost": { - "type": "number", - "format": "double", - "description": "The true cost (calculated) for this lineitem." - }, - "unblendedCost": { - "type": "number", - "format": "double", - "description": "The unblended cost as reflected in the CUR for this lineitem." - }, - "baseCurrency": { - "type": "string", - "description": "The base currency for `cost`, `unblendedCost`, `effectiveCost`, `amortizedCost`. Always set to `USD`, CUR's default currency." - }, - "exchangeRate": { - "type": "number", - "format": "double", - "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." - }, - "targetCost": { - "type": "number", - "format": "double", - "description": "Converted `cost`." - }, - "targetUnblendedCost": { - "type": "number", - "format": "double", - "description": "Converted `unblendedCost`." - }, - "targetCurrency": { - "type": "string", - "description": "The currency set by `toCurrency`." - }, - "effectiveCost": { - "type": "number", - "format": "double" - }, - "targetEffectiveCost": { - "type": "number", - "format": "double", - "description": "Converted `effectiveCost`." - }, - "amortizedCost": { - "type": "number", - "format": "double" - }, - "targetAmortizedCost": { - "type": "number", - "format": "double", - "description": "Converted `amortizedCost`." - }, - "tagId": { - "type": "string" - }, - "timestamp": { - "type": "string", - "description": "Get last update in UNIX time format." - }, - "metadata": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiKeyValue" - }, - "description": "Various metadata associated with this lineitem." - } - } - }, - "apiawsCostAttribute": { - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "groupId": { - "type": "string" - }, - "productCode": { - "type": "string" - }, - "serviceCode": { - "type": "string" - }, - "region": { - "type": "string" - }, - "zone": { - "type": "string" - }, - "usageType": { - "type": "string" - }, - "instanceType": { - "type": "string" - }, - "operation": { - "type": "string" - }, - "invoiceId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "resourceId": { - "type": "string" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "costCategories": { - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, - "apiazureCost": { - "type": "object", - "properties": { - "account": { - "type": "string", - "description": "The account being queried." - }, - "groupId": { - "type": "string", - "description": "The group id the account is associated with during the query." - }, - "date": { - "type": "string", - "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." - }, - "serviceName": { - "type": "string", - "description": "The service name, such as `Software License`, `Cognosys`, `SendGrid`, `New-Commerce ERP Software License`, etc." - }, - "productName": { - "type": "string", - "description": "The product code for an Azure service, such as `Dsv4 Series Windows VM`, `CentOS 7.6`, etc." - }, - "region": { - "type": "string", - "description": "The region of lineitem, if applicable." - }, - "chargeType": { - "type": "string", - "description": "The charge type of lineitem, if applicable. Such as `New`, `CycleCharge`, `Prorate fees when cancel`, etc." - }, - "description": { - "type": "string", - "description": "The description of lineitem, if applicable." - }, - "billableQuantity": { - "type": "number", - "format": "double", - "description": "The billable quantity of lineitem, if applicable." - }, - "effectiveUnitPrice": { - "type": "number", - "format": "double", - "description": "The effective unit price of lineitem, if applicable." - }, - "cost": { - "type": "number", - "format": "double", - "description": "The true cost (calculated) for this lineitem." - }, - "baseCurrency": { - "type": "string", - "description": "The base currency for `cost`." - }, - "exchangeRate": { - "type": "number", - "format": "double", - "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." - }, - "targetCost": { - "type": "number", - "format": "double", - "description": "Converted `cost`." - }, - "targetCurrency": { - "type": "string", - "description": "The currency set by `toCurrency`." - }, - "timeInterval": { - "type": "string", - "description": "The time interval of lineitem, if applicable. Format is `yyyy-MM-ddThh:MM:ssZ/yyyy-mm-ddTHH:mm:ssZ` (for example 2020-09-16T00:00:00Z/2021-09-24T00:00:00Z)." - }, - "billingType": { - "type": "string", - "description": "The billing type of lineitem, if applicable. Such as `MARKETPLACE`, `UPFRONT`, `Refund`, `Credit` and `OTHERS`." - }, - "alternateId": { - "type": "string", - "description": "The alternate ID of lineitem, if applicable." - }, - "domainName": { - "type": "string", - "description": "The domain name of lineitem, if applicable." - }, - "operation": { - "type": "string", - "description": "The operation of lineitem, if applicable. Such as `Cool LRS Write Operations`, `Cool LRS Data Write`, `Standard Data Transfer Out`, etc." - }, - "usageType": { - "type": "string", - "description": "The usage type of lineitem, if applicable. Such as `Standard HDD Managed Disks`, `Tables`, `Blob Storage`, etc." - }, - "instanceType": { - "type": "string", - "description": "The instance type of lineitem, if applicable. Such as `Gateway`, `Standard_B2s`, `Standard_D4s_v3`, etc." - }, - "category": { - "type": "string", - "description": "The category of lineitem, if applicable. Such as `Software License`, `Marketplace`, `RI`, `Other`, etc." - }, - "subscriptionId": { - "type": "string", - "description": "The subscription id." - }, - "entitlementId": { - "type": "string", - "description": "The entitlement id." - }, - "resourceGroup": { - "type": "string", - "description": "The resource group of the lineitem, if applicable." - } - } - }, - "apiazureCostAttribute": { - "type": "object", - "properties": { - "customerId": { - "type": "string" - }, - "subscriptionId": { - "type": "string" - }, - "entitlementId": { - "type": "string" - }, - "groupId": { - "type": "string" - }, - "productId": { - "type": "string" - }, - "productName": { - "type": "string" - }, - "skuId": { - "type": "string" - }, - "skuName": { - "type": "string" - }, - "description": { - "type": "string" - }, - "category": { - "type": "string" - }, - "domainName": { - "type": "string" - } - } - }, - "apicoverAWSRecommendations": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "accountId": { - "type": "string" - }, - "accountName": { - "type": "string" - }, - "instanceId": { - "type": "string" - }, - "instanceName": { - "type": "string" - }, - "service": { - "type": "string" - }, - "source": { - "type": "string" - }, - "costGroup": { - "type": "string" - }, - "recommendation": { - "type": "string" - }, - "region": { - "type": "string" - }, - "estsavings": { - "type": "number", - "format": "double" - }, - "estcost": { - "type": "number", - "format": "double" - }, - "estsavingsPercentage": { - "type": "number", - "format": "double" - }, - "resourceArn": { - "type": "string" - }, - "restartNeeded": { - "type": "boolean" - }, - "rollbackPossible": { - "type": "boolean" - }, - "lastUpdatedAt": { - "type": "string" - }, - "recommendationGroup": { - "type": "string" - }, - "category": { - "type": "string" - }, - "purchaseRIRecommendationDetails": { - "$ref": "#/definitions/coverPurchaseRIRecommendationDetails" - }, - "savingsPlanRecommendationDetails": { - "$ref": "#/definitions/coverSavingsPlanRecommendationDetails" - }, - "rightSizingRecommendationDetails": { - "$ref": "#/definitions/coverRightSizingRecommendationDetails" - }, - "upgradeRecommendationDetails": { - "$ref": "#/definitions/coverUpgradeRecommendationDetails" - }, - "migrateRecommendationDetails": { - "$ref": "#/definitions/coverMigrateRecommendationDetails" - }, - "stopInstanceRecommendationDetails": { - "$ref": "#/definitions/coverStopInstanceRecommendationDetails" - }, - "deleteRecommendationDetails": { - "$ref": "#/definitions/coverDeleteRecommendationDetails" - }, - "otherRecommendationDetails": { - "$ref": "#/definitions/coverOtherRecommendationDetails" - } - } - }, - "apicoverAccount": { - "type": "object", - "properties": { - "accountId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "type": { - "type": "string", - "title": "account, subscription, project" - } - } - }, - "apicoverAwsOptions": { - "type": "object", - "properties": { - "AccountName": { - "type": "string" - }, - "PayerId": { - "type": "string" - }, - "RoleArn": { - "type": "string" - }, - "ExternalId": { - "type": "string" - }, - "StackId": { - "type": "string" - }, - "StackRegion": { - "type": "string" - }, - "TemplateUrl": { - "type": "string" - }, - "BucketName": { - "type": "string" - }, - "Prefix": { - "type": "string" - }, - "ReportName": { - "type": "string" - }, - "registrationStatus": { - "$ref": "#/definitions/coverRegistrationStatus" - }, - "Status": { - "type": "string" - }, - "RegistrationMethod": { - "type": "string", - "title": "Valid values for now are: 'console', 'terraform'. default would be 'console'" - }, - "templateVersion": { - "type": "string" - } - } - }, - "apicoverAzureOptions": { - "type": "object", - "properties": { - "accountName": { - "type": "string" - }, - "azureCustomerId": { - "type": "string" - }, - "azurePlanId": { - "type": "string" - }, - "serviceAcct": { - "type": "string" - }, - "partnerAcct": { - "type": "string" - }, - "companyId": { - "type": "string" - }, - "payerId": { - "type": "string" - } - } - }, - "apicoverBudgetAlert": { - "type": "object", - "properties": { - "threshold": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/coverThreshold" - } - }, - "channels": { - "$ref": "#/definitions/coverAlertChannels" - } - } - }, - "apicoverCategory": { - "type": "object", - "properties": { - "display": { - "type": "string" - }, - "query": { - "type": "string" - } - } - }, - "apicoverCostCalculation": { - "type": "object", - "properties": { - "estCostAfterDiscount": { - "type": "number", - "format": "double" - }, - "estCostBeforeDiscount": { - "type": "number", - "format": "double" - }, - "otherDiscount": { - "type": "number", - "format": "double" - }, - "savingsPlanDiscount": { - "type": "number", - "format": "double" - }, - "estNetUnusedAmortizedCommitments": { - "type": "number", - "format": "double" - }, - "reservedInstanceDiscount": { - "type": "number", - "format": "double" - }, - "usageTypes": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apicoverUsageTypes" - } - } - } - }, - "apicoverCostGroup": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string", - "title": "cost group name" - } - } - }, - "apicoverEBSDetails": { - "type": "object", - "properties": { - "currentEBSDetails": { - "$ref": "#/definitions/coverCurrentEBSDetails" - }, - "upgradeEBSDetails": { - "$ref": "#/definitions/coverEBSRecommendationDetails" - } - } - }, - "apicoverEC2Details": { - "type": "object", - "properties": { - "instanceType": { - "type": "string" - }, - "tenancy": { - "type": "string" - }, - "family": { - "type": "string" - }, - "platform": { - "type": "string" - } - } - }, - "apicoverMemoryDBDetails": { - "type": "object", - "properties": { - "family": { - "type": "string" - }, - "nodeType": { - "type": "string" - } - } - }, - "apicoverRDSDetails": { - "type": "object", - "properties": { - "dbEdition": { - "type": "string" - }, - "dbEngine": { - "type": "string" - }, - "deploymentOptions": { - "type": "string" - }, - "family": { - "type": "string" - }, - "instanceType": { - "type": "string" - }, - "licenseModel": { - "type": "string" - } - } - }, - "apicoverRecommendationDetail": { - "type": "object", - "properties": { - "recommendation": { - "type": "string" - }, - "recommendedResourceType": { - "type": "string" - }, - "estimatedCost": { - "type": "number", - "format": "double" - }, - "estimatedSavings": { - "type": "number", - "format": "double" - }, - "region": { - "type": "string" - } - } - }, - "apicoverRedshiftDetails": { - "type": "object", - "properties": { - "currentGeneration": { - "type": "boolean" - }, - "nodeType": { - "type": "string" - }, - "family": { - "type": "string" - } - } - }, - "apicoverResult": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - } - } - }, - "apicoverRole": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "costgroupsIds": { - "type": "array", - "items": { - "type": "string" - } - }, - "permissions": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, - "apicoverTagData": { - "type": "object", - "properties": { - "tagKey": { - "type": "string" - }, - "tagValue": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, - "apicoverUsageTypes": { - "type": "object", - "properties": { - "operation": { - "type": "string" - }, - "productCode": { - "type": "string" - }, - "unit": { - "type": "string" - }, - "usageAmount": { - "type": "number", - "format": "double" - }, - "usageType": { - "type": "string" - } - } - }, - "apicoverUser": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/coverUserRole" - } - }, - "invitedBy": { - "type": "object" - }, - "lastUpdated": { - "type": "string" - }, - "createdOn": { - "type": "string" - }, - "avatar": { - "type": "string" - }, - "activated": { - "type": "boolean" - }, - "colorTheme": { - "type": "string" - } - } - }, - "apicoverUtilizationData": { - "type": "object", - "properties": { - "date": { - "type": "string" - }, - "value": { - "type": "number", - "format": "float" - } - } - }, - "apigcpCost": { - "type": "object", - "properties": { - "account": { - "type": "string", - "title": "account data" - }, - "groupId": { - "type": "string", - "description": "The group id the account is associated with during the query." - }, - "date": { - "type": "string", - "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." - }, - "invoiceMonth": { - "type": "string", - "description": "The invoice.month of the lineitem, if applicable." - }, - "service": { - "type": "string", - "description": "The service.Description of the lineitem, if applicable." - }, - "sku": { - "type": "string", - "description": "The sku.Description of the lineitem, if applicable." - }, - "region": { - "type": "string", - "description": "The location.region of the lineitem, if applicable." - }, - "zone": { - "type": "string", - "description": "The location.zone of the lineitem, if applicable." - }, - "creditsType": { - "type": "string", - "description": "The credits.type of the lineitem, if applicable." - }, - "creditsName": { - "type": "string", - "description": "The credits.name of the lineitem, if applicable." - }, - "usageUnit": { - "type": "string", - "description": "The usage.pricing_unit of the lineitem, if applicable." - }, - "usageAmount": { - "type": "number", - "format": "double", - "description": "The usage.amount_in_pricing_units of the lineitem, if applicable." - }, - "baseCurrency": { - "type": "string", - "description": "The currency of the lineitem, if applicable." - }, - "cost": { - "type": "number", - "format": "double", - "description": "The cost of the lineitem, if applicable." - } - }, - "description": "see gcp billing data schema details:[https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables]", - "title": "Cost for Api Response" - }, - "apilusterLabel": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "The label id." - }, - "name": { - "type": "string", - "description": "The label name." - }, - "color": { - "type": "string", - "description": "The label color.\nformat: HEX color code ( #FF0000 )." - }, - "description": { - "type": "string", - "description": "The label description." - }, - "createdAt": { - "type": "string", - "title": "The label createdAt.\n\"created_at\": \"2023-10-27T10:00:00Z\"", - "readOnly": true - }, - "updatedAt": { - "type": "string", - "title": "The label updatedAt.\n\"updated_at\": \"2023-10-27T10:00:00Z\"", - "readOnly": true - } - }, - "title": "The message defines the label" - }, - "apirippleAccessGroup": { + "apiRippleAccessGroup": { "type": "object", "properties": { "id": { @@ -30369,7 +30246,7 @@ }, "description": "AccessGroup resource definition." }, - "apirippleOrg": { + "apiRippleOrg": { "type": "object", "properties": { "name": { @@ -30390,7 +30267,7 @@ }, "description": "Org resource definition." }, - "apiripplev1InvoiceServiceDiscounts": { + "apiRippleV1InvoiceServiceDiscounts": { "type": "object", "properties": { "id": { @@ -30422,7 +30299,156 @@ }, "description": "InvoiceServiceDiscounts resource definition." }, - "apiwaveBudget": { + "apiSlackChannel": { + "type": "object", + "properties": { + "webhookUrl": { + "type": "string" + }, + "channelId": { + "type": "string" + }, + "channel": { + "type": "string" + }, + "configurationUrl": { + "type": "string" + }, + "code": { + "type": "string" + }, + "redirectUri": { + "type": "string" + } + } + }, + "apiSubUser": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Sub-user's unique id." + }, + "parentId": { + "type": "string", + "description": "The id of the parent user. If this is empty, the sub-user is invalid." + }, + "metadata": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Attributes specific to the sub-user." + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiSubUserRole" + }, + "description": "Role details for the sub-user, if applicable." + } + } + }, + "apiSubUserRole": { + "type": "object", + "properties": { + "roleId": { + "type": "string", + "description": "Role ID assigned to the sub-user." + }, + "permissions": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Permissions granted to the sub-user for this role." + }, + "subUserId": { + "type": "string", + "description": "Temporary: Tracks the sub-user ID to verify the role is assigned to the correct user.\nThis field will be removed after testing is complete." + } + } + }, + "apiUsageDetails": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "amount": { + "type": "number", + "format": "double" + } + }, + "description": "UsageDetails resource definition." + }, + "apiUserRoleMapping": { + "type": "object", + "properties": { + "rootUser": { + "type": "string" + }, + "subUser": { + "type": "string" + }, + "namespace": { + "type": "string" + }, + "role": { + "type": "string" + }, + "filter": { + "type": "string" + } + } + }, + "apiVendorDetail": { + "type": "object", + "properties": { + "details": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiAccountDetails" + }, + "title": "details: Includes account-by-account details" + }, + "groupDetails": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiGroupDetails" + }, + "description": "groupDetails: Includes account-by-account details(fee item data)." + }, + "groupCustomDetails": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiGroupCustomDetails" + }, + "description": "groupCustomDetails: Includes account-by-account details(custom service and additional item data)." + }, + "total": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiInvoiceTotal" + }, + "title": "total: Includes data on billing totals" + }, + "settings": { + "$ref": "#/definitions/blueapiApiInvoiceSettings", + "title": "settings: Includes settings related to billing" + } + }, + "description": "VendorDetail resource definition." + }, + "apiWaveBudget": { "type": "object", "properties": { "id": { @@ -30441,7 +30467,7 @@ }, "description": "Budget resource definition." }, - "apiwaveBudgetAlert": { + "apiWaveBudgetAlert": { "type": "object", "properties": { "id": { @@ -30453,7 +30479,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiwaveNotification" + "$ref": "#/definitions/apiWaveNotification" }, "description": "notification setting." }, @@ -30461,14 +30487,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiwaveBudget" + "$ref": "#/definitions/apiWaveBudget" }, "description": "budget setting." } }, "description": "Budget resource definition." }, - "apiwaveNotification": { + "apiWaveNotification": { "type": "object", "properties": { "id": { @@ -30570,7 +30596,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiawsChartData" + "$ref": "#/definitions/apiAwsChartData" } } } @@ -31246,7 +31272,7 @@ "azurecspAzureCSPRecommendations": { "type": "object" }, - "billingv1AccessGroup": { + "billingV1AccessGroup": { "type": "object", "properties": { "accessGroupId": { @@ -31265,14 +31291,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" }, "description": "A list of billing groups contained in the access group." } }, "description": "Defines the fields associated with a Wave access group." }, - "billingv1AwsOptions": { + "billingV1AwsOptions": { "type": "object", "properties": { "useProFormaCur": { @@ -31284,7 +31310,7 @@ } } }, - "billingv1AzureOptions": { + "billingV1AzureOptions": { "type": "object", "properties": { "resourceGroup": { @@ -31302,7 +31328,7 @@ }, "title": "Optional. Azure-specific options" }, - "billingv1BillingGroup": { + "billingV1BillingGroup": { "type": "object", "properties": { "billingInternalId": { @@ -31341,7 +31367,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "title": "List of all accounts" }, @@ -31362,12 +31388,12 @@ "title": "List of all additionalItems" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "AWS-specific options" } } }, - "billingv1InvoiceSettings": { + "billingV1InvoiceSettings": { "type": "object", "properties": { "invoiceNo": { @@ -31454,7 +31480,7 @@ } } }, - "billingv1Tag": { + "billingV1Tag": { "type": "object", "properties": { "key": { @@ -31473,7 +31499,7 @@ }, "title": "Individual tag definition for AddTagsToBillingGroup" }, - "billingv1TagData": { + "billingV1TagData": { "type": "object", "properties": { "customerId": { @@ -31495,7 +31521,7 @@ }, "title": "Response for tag request" }, - "blueapiapiAccount": { + "blueapiApiAccount": { "type": "object", "properties": { "vendor": { @@ -31528,7 +31554,7 @@ } } }, - "blueapiapiBudget": { + "blueapiApiBudget": { "type": "object", "properties": { "id": { @@ -31547,7 +31573,7 @@ } } }, - "blueapiapiChartData": { + "blueapiApiChartData": { "type": "object", "properties": { "date": { @@ -31574,7 +31600,7 @@ } } }, - "blueapiapiFeeDetails": { + "blueapiApiFeeDetails": { "type": "object", "properties": { "name": { @@ -31590,7 +31616,7 @@ }, "description": "FeeDetails resource definition." }, - "blueapiapiInvoiceSettings": { + "blueapiApiInvoiceSettings": { "type": "object", "properties": { "address": { @@ -31643,7 +31669,7 @@ }, "description": "InvoiceSettings resource definition." }, - "blueapiapiNotification": { + "blueapiApiNotification": { "type": "object", "properties": { "id": { @@ -31662,11 +31688,11 @@ "type": "boolean" }, "account": { - "$ref": "#/definitions/blueapiapiNotificationAccount" + "$ref": "#/definitions/blueapiApiNotificationAccount" } } }, - "blueapiapiNotificationAccount": { + "blueapiApiNotificationAccount": { "type": "object", "properties": { "vendor": { @@ -31677,7 +31703,7 @@ } } }, - "blueapiapiRole": { + "blueapiApiRole": { "type": "object", "properties": { "name": { @@ -31701,7 +31727,7 @@ } } }, - "blueapiapiUser": { + "blueapiApiUser": { "type": "object", "properties": { "id": { @@ -31721,7 +31747,7 @@ } } }, - "blueapiapiUtilizationData": { + "blueapiApiUtilizationData": { "type": "object", "properties": { "id": { @@ -31731,12 +31757,12 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiChartData" + "$ref": "#/definitions/blueapiApiChartData" } } } }, - "blueapibillingv1InvoiceServiceDiscounts": { + "blueapiBillingV1InvoiceServiceDiscounts": { "type": "object", "properties": { "id": { @@ -31762,7 +31788,7 @@ }, "description": "Streaming response message for the InvoiceServiceDiscounts rpc." }, - "blueapibillingv1ListExchangeRatesResponse": { + "blueapiBillingV1ListExchangeRatesResponse": { "type": "object", "properties": { "month": { @@ -31788,22 +31814,22 @@ }, "description": "Response message for the ListExchangeRates rpc." }, - "blueapicostv1CostItem": { + "blueapiCostV1CostItem": { "type": "object", "properties": { "aws": { - "$ref": "#/definitions/apiawsCost" + "$ref": "#/definitions/apiAwsCost" }, "gcp": { - "$ref": "#/definitions/apigcpCost" + "$ref": "#/definitions/apiGcpCost" }, "azure": { - "$ref": "#/definitions/apiazureCost" + "$ref": "#/definitions/apiAzureCost" } }, "description": "Response message wrapper for cloud costs." }, - "blueapicoverv1CostItem": { + "blueapiCoverV1CostItem": { "type": "object", "properties": { "vendor": { @@ -31886,15 +31912,15 @@ }, "description": "Response message wrapper for cloud costs." }, - "blueapicoverv1GetUserResponse": { + "blueapiCoverV1GetUserResponse": { "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, - "blueapicoverv1ListExchangeRatesResponse": { + "blueapiCoverV1ListExchangeRatesResponse": { "type": "object", "properties": { "orgId": { @@ -31910,7 +31936,7 @@ }, "title": "Response message for ListExchangeRates" }, - "blueapicoverv1Resource": { + "blueapiCoverV1Resource": { "type": "object", "properties": { "date": { @@ -31956,7 +31982,7 @@ } } }, - "blueapiflowv1DailyUtilization": { + "blueapiFlowV1DailyUtilization": { "type": "object", "properties": { "currentDate": { @@ -31971,7 +31997,7 @@ }, "description": "Daily utilization data for a specific date range." }, - "blueapiflowv1GetInfoResponse": { + "blueapiFlowV1GetInfoResponse": { "type": "object", "properties": { "response": { @@ -31980,7 +32006,7 @@ }, "description": "Response message for the Flow.GetInfo rpc." }, - "blueapigcv1Resource": { + "blueapiGcV1Resource": { "type": "object", "properties": { "id": { @@ -32120,7 +32146,7 @@ } } }, - "blueapiorgv1CreateOrgRequest": { + "blueapiOrgV1CreateOrgRequest": { "type": "object", "properties": { "email": { @@ -32166,11 +32192,11 @@ }, "description": "Request message for the Organization.CreateOrg rpc." }, - "blueapiorgv1CreateOrgResponse": { + "blueapiOrgV1CreateOrgResponse": { "type": "object", "properties": { "org": { - "$ref": "#/definitions/apirippleOrg" + "$ref": "#/definitions/apiRippleOrg" }, "password": { "type": "string" @@ -32178,7 +32204,7 @@ }, "description": "Response message for the Organization.CreateOrg rpc." }, - "blueapipricingv1GetInfoResponse": { + "blueapiPricingV1GetInfoResponse": { "type": "object", "properties": { "response": { @@ -32187,7 +32213,7 @@ }, "description": "Response message for the Pricing.GetInfo rpc." }, - "blueapiprismv1TestResponse": { + "blueapiPrismV1TestResponse": { "type": "object", "properties": { "response": { @@ -32195,7 +32221,7 @@ } } }, - "blueapivortexv1CreateOrgRequest": { + "blueapiVortexV1CreateOrgRequest": { "type": "object", "properties": { "name": { @@ -32206,7 +32232,7 @@ } } }, - "blueapivortexv1CreateOrgResponse": { + "blueapiVortexV1CreateOrgResponse": { "type": "object", "properties": { "orgId": { @@ -32220,7 +32246,7 @@ } } }, - "blueapivortexv1GetUserResponse": { + "blueapiVortexV1GetUserResponse": { "type": "object", "properties": { "id": { @@ -32237,7 +32263,7 @@ } } }, - "blueapivortexv1TestResponse": { + "blueapiVortexV1TestResponse": { "type": "object", "properties": { "message": { @@ -32246,7 +32272,7 @@ }, "title": "Test only" }, - "costv1CostAttribute": { + "costV1CostAttribute": { "type": "object", "properties": { "vendor": { @@ -32263,7 +32289,7 @@ } } }, - "costv1ListCostFilters": { + "costV1ListCostFilters": { "type": "object", "properties": { "filterId": { @@ -32548,7 +32574,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverBudgetAlert" + "$ref": "#/definitions/apiCoverBudgetAlert" }, "title": "threshold(s) and its respective channel(s) to alert" }, @@ -32705,7 +32731,7 @@ "type": "string" }, "costgroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "startDate": { "type": "string" @@ -32972,7 +32998,7 @@ "format": "double" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33011,35 +33037,35 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "eC2DiskUtilization": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "eC2MemoryUtilization": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "networkTrafficData": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "otherDetails": { "$ref": "#/definitions/CurrentEC2DetailsOtherDetails" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33133,7 +33159,7 @@ "format": "double" }, "EstcostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33165,7 +33191,7 @@ "type": "string" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33863,10 +33889,10 @@ "$ref": "#/definitions/coverEC2UpgadeDetails" }, "currentCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" }, "estCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33955,7 +33981,7 @@ "type": "object", "properties": { "ec2Options": { - "$ref": "#/definitions/apicoverEC2Details" + "$ref": "#/definitions/apiCoverEC2Details" }, "elasticCacheOptions": { "$ref": "#/definitions/coverElasticCacheDetails" @@ -33964,13 +33990,13 @@ "$ref": "#/definitions/coverESDetails" }, "rdsOptions": { - "$ref": "#/definitions/apicoverRDSDetails" + "$ref": "#/definitions/apiCoverRDSDetails" }, "redshiftOptions": { - "$ref": "#/definitions/apicoverRedshiftDetails" + "$ref": "#/definitions/apiCoverRedshiftDetails" }, "memoryDbOptions": { - "$ref": "#/definitions/apicoverMemoryDBDetails" + "$ref": "#/definitions/apiCoverMemoryDBDetails" }, "recommendedNormalizedUnits": { "type": "integer", @@ -34029,7 +34055,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } } } @@ -34041,7 +34067,7 @@ "type": "string" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -34075,7 +34101,7 @@ "type": "string" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -34194,7 +34220,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverRecommendationDetail" + "$ref": "#/definitions/apiCoverRecommendationDetail" } }, "currentCost": { @@ -34245,7 +34271,7 @@ "format": "int32" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -34491,7 +34517,7 @@ "$ref": "#/definitions/coverLambdaRightSizingRecommendationDetails" }, "ebsRightSizingRecommendationDetails": { - "$ref": "#/definitions/apicoverEBSDetails" + "$ref": "#/definitions/apiCoverEBSDetails" }, "ecsRightSizingRecommendationDetails": { "$ref": "#/definitions/coverEcsRightSizingRecommendationDetails" @@ -34908,14 +34934,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "netWorkIO": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } } } @@ -35101,10 +35127,10 @@ "$ref": "#/definitions/coverEC2UpgadeDetails" }, "currentCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" }, "estimatedCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -35115,7 +35141,7 @@ "$ref": "#/definitions/coverUpgradeEC2Details" }, "upgradeEBSDetails": { - "$ref": "#/definitions/apicoverEBSDetails" + "$ref": "#/definitions/apiCoverEBSDetails" }, "upgradeRDSDetails": { "$ref": "#/definitions/coverRDSUpgradeDetails" @@ -35247,142 +35273,7 @@ } } }, - "coverViewData": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "isPrivate": { - "type": "boolean" - }, - "isEditable": { - "type": "boolean" - }, - "icon": { - "type": "string" - }, - "createdBy": { - "$ref": "#/definitions/coverMemberUserData" - }, - "createdAt": { - "type": "string" - }, - "updatedBy": { - "$ref": "#/definitions/coverMemberUserData" - }, - "updatedAt": { - "type": "string" - }, - "layout": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/coverWidgetData" - } - }, - "sideMenu": { - "$ref": "#/definitions/coverSideMenu" - }, - "reportType": { - "type": "string" - }, - "colorTheme": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "reportPeriod": { - "type": "string" - } - } - }, - "coverViewLayout": { - "type": "object", - "properties": { - "widgetId": { - "type": "string" - }, - "widgetData": { - "$ref": "#/definitions/coverWidgetData" - } - } - }, - "coverViewList": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "description": { - "type": "string" - }, - "isPrivate": { - "type": "boolean" - }, - "isEditable": { - "type": "boolean" - }, - "icon": { - "type": "string" - }, - "createdAt": { - "type": "string" - }, - "updatedAt": { - "type": "string" - }, - "colorTheme": { - "type": "string" - }, - "reportType": { - "type": "string" - }, - "reportPeriod": { - "type": "string" - } - } - }, - "coverWidgetData": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "x": { - "type": "number", - "format": "double" - }, - "y": { - "type": "number", - "format": "double" - }, - "componentId": { - "type": "string" - }, - "options": { - "type": "object" - }, - "requests": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/coverLayoutRequests" - } - } - } - }, - "coverv1FeeDetails": { + "coverV1FeeDetails": { "type": "object", "properties": { "id": { @@ -35446,7 +35337,7 @@ }, "description": "Response message for GetFeeDetails, CreateFeeReallocation rpc." }, - "coverv1Status": { + "coverV1Status": { "type": "string", "enum": [ "PENDING", @@ -35457,7 +35348,142 @@ "default": "PENDING", "title": "Status of upload file" }, - "flowv1SavingsPlanDetailsPurchase": { + "coverViewData": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "isPrivate": { + "type": "boolean" + }, + "isEditable": { + "type": "boolean" + }, + "icon": { + "type": "string" + }, + "createdBy": { + "$ref": "#/definitions/coverMemberUserData" + }, + "createdAt": { + "type": "string" + }, + "updatedBy": { + "$ref": "#/definitions/coverMemberUserData" + }, + "updatedAt": { + "type": "string" + }, + "layout": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/coverWidgetData" + } + }, + "sideMenu": { + "$ref": "#/definitions/coverSideMenu" + }, + "reportType": { + "type": "string" + }, + "colorTheme": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "reportPeriod": { + "type": "string" + } + } + }, + "coverViewLayout": { + "type": "object", + "properties": { + "widgetId": { + "type": "string" + }, + "widgetData": { + "$ref": "#/definitions/coverWidgetData" + } + } + }, + "coverViewList": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "description": { + "type": "string" + }, + "isPrivate": { + "type": "boolean" + }, + "isEditable": { + "type": "boolean" + }, + "icon": { + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "updatedAt": { + "type": "string" + }, + "colorTheme": { + "type": "string" + }, + "reportType": { + "type": "string" + }, + "reportPeriod": { + "type": "string" + } + } + }, + "coverWidgetData": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "x": { + "type": "number", + "format": "double" + }, + "y": { + "type": "number", + "format": "double" + }, + "componentId": { + "type": "string" + }, + "options": { + "type": "object" + }, + "requests": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/coverLayoutRequests" + } + } + } + }, + "flowV1SavingsPlanDetailsPurchase": { "type": "object", "properties": { "payerId": { @@ -35507,7 +35533,7 @@ }, "title": "Savings plan details to be purchased" }, - "flowv1SavingsPlanRecommendation": { + "flowV1SavingsPlanRecommendation": { "type": "object", "properties": { "payerId": { @@ -35557,6 +35583,20 @@ }, "title": "Savings plan recommendation details" }, + "gcV1Org": { + "type": "object", + "properties": { + "orgId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "email": { + "type": "string" + } + } + }, "gcpGCPRecommendations": { "type": "object", "properties": { @@ -35589,21 +35629,7 @@ } } }, - "gcv1Org": { - "type": "object", - "properties": { - "orgId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - } - } - }, - "googlerpcStatus": { + "googleRpcStatus": { "type": "object", "properties": { "code": { @@ -35882,11 +35908,11 @@ "properties": { "@type": { "type": "string", - "description": "A URL/resource name that uniquely identifies the type of the serialized\nprotocol buffer message. This string must contain at least\none \"/\" character. The last segment of the URL's path must represent\nthe fully qualified name of the type (as in\n`path/google.protobuf.Duration`). The name should be in a canonical form\n(e.g., leading \".\" is not accepted).\n\nIn practice, teams usually precompile into the binary all types that they\nexpect it to use in the context of Any. However, for URLs which use the\nscheme `http`, `https`, or no scheme, one can optionally set up a type\nserver that maps type URLs to message definitions as follows:\n\n* If no scheme is provided, `https` is assumed.\n* An HTTP GET on the URL must yield a [google.protobuf.Type][]\n value in binary format, or produce an error.\n* Applications are allowed to cache lookup results based on the\n URL, or have them precompiled into a binary to avoid any\n lookup. Therefore, binary compatibility needs to be preserved\n on changes to types. (Use versioned type names to manage\n breaking changes.)\n\nNote: this functionality is not currently available in the official\nprotobuf release, and it is not used for type URLs beginning with\ntype.googleapis.com. As of May 2023, there are no widely used type server\nimplementations and no plans to implement one.\n\nSchemes other than `http`, `https` (or the empty scheme) might be\nused with implementation specific semantics." + "description": "A URL/resource name that uniquely identifies the type of the serialized\nprotocol buffer message. This string must contain at least\none \"/\" character. The last segment of the URL's path must represent\nthe fully qualified name of the type (as in\n`path/google.protobuf.Duration`). The name should be in a canonical form\n(e.g., leading \".\" is not accepted).\n\nIn practice, teams usually precompile into the binary all types that they\nexpect it to use in the context of Any. However, for URLs which use the\nscheme `http`, `https`, or no scheme, one can optionally set up a type\nserver that maps type URLs to message definitions as follows:\n\n* If no scheme is provided, `https` is assumed.\n* An HTTP GET on the URL must yield a [google.protobuf.Type][]\n value in binary format, or produce an error.\n* Applications are allowed to cache lookup results based on the\n URL, or have them precompiled into a binary to avoid any\n lookup. Therefore, binary compatibility needs to be preserved\n on changes to types. (Use versioned type names to manage\n breaking changes.)\n\nNote: this functionality is not currently available in the official\nprotobuf release, and it is not used for type URLs beginning with\ntype.googleapis.com.\n\nSchemes other than `http`, `https` (or the empty scheme) might be\nused with implementation specific semantics." } }, "additionalProperties": {}, - "description": "`Any` contains an arbitrary serialized protocol buffer message along with a\nURL that describes the type of the serialized message.\n\nProtobuf library provides support to pack/unpack Any values in the form\nof utility functions or additional generated methods of the Any type.\n\nExample 1: Pack and unpack a message in C++.\n\n Foo foo = ...;\n Any any;\n any.PackFrom(foo);\n ...\n if (any.UnpackTo(\u0026foo)) {\n ...\n }\n\nExample 2: Pack and unpack a message in Java.\n\n Foo foo = ...;\n Any any = Any.pack(foo);\n ...\n if (any.is(Foo.class)) {\n foo = any.unpack(Foo.class);\n }\n // or ...\n if (any.isSameTypeAs(Foo.getDefaultInstance())) {\n foo = any.unpack(Foo.getDefaultInstance());\n }\n\n Example 3: Pack and unpack a message in Python.\n\n foo = Foo(...)\n any = Any()\n any.Pack(foo)\n ...\n if any.Is(Foo.DESCRIPTOR):\n any.Unpack(foo)\n ...\n\n Example 4: Pack and unpack a message in Go\n\n foo := \u0026pb.Foo{...}\n any, err := anypb.New(foo)\n if err != nil {\n ...\n }\n ...\n foo := \u0026pb.Foo{}\n if err := any.UnmarshalTo(foo); err != nil {\n ...\n }\n\nThe pack methods provided by protobuf library will by default use\n'type.googleapis.com/full.type.name' as the type URL and the unpack\nmethods only use the fully qualified type name after the last '/'\nin the type URL, for example \"foo.bar.com/x/y.z\" will yield type\nname \"y.z\".\n\nJSON\n====\nThe JSON representation of an `Any` value uses the regular\nrepresentation of the deserialized, embedded message, with an\nadditional field `@type` which contains the type URL. Example:\n\n package google.profile;\n message Person {\n string first_name = 1;\n string last_name = 2;\n }\n\n {\n \"@type\": \"type.googleapis.com/google.profile.Person\",\n \"firstName\": \u003cstring\u003e,\n \"lastName\": \u003cstring\u003e\n }\n\nIf the embedded message type is well-known and has a custom JSON\nrepresentation, that representation will be embedded adding a field\n`value` which holds the custom JSON in addition to the `@type`\nfield. Example (for message [google.protobuf.Duration][]):\n\n {\n \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n \"value\": \"1.212s\"\n }" + "description": "`Any` contains an arbitrary serialized protocol buffer message along with a\nURL that describes the type of the serialized message.\n\nProtobuf library provides support to pack/unpack Any values in the form\nof utility functions or additional generated methods of the Any type.\n\nExample 1: Pack and unpack a message in C++.\n\n Foo foo = ...;\n Any any;\n any.PackFrom(foo);\n ...\n if (any.UnpackTo(\u0026foo)) {\n ...\n }\n\nExample 2: Pack and unpack a message in Java.\n\n Foo foo = ...;\n Any any = Any.pack(foo);\n ...\n if (any.is(Foo.class)) {\n foo = any.unpack(Foo.class);\n }\n\nExample 3: Pack and unpack a message in Python.\n\n foo = Foo(...)\n any = Any()\n any.Pack(foo)\n ...\n if any.Is(Foo.DESCRIPTOR):\n any.Unpack(foo)\n ...\n\nExample 4: Pack and unpack a message in Go\n\n foo := \u0026pb.Foo{...}\n any, err := anypb.New(foo)\n if err != nil {\n ...\n }\n ...\n foo := \u0026pb.Foo{}\n if err := any.UnmarshalTo(foo); err != nil {\n ...\n }\n\nThe pack methods provided by protobuf library will by default use\n'type.googleapis.com/full.type.name' as the type URL and the unpack\nmethods only use the fully qualified type name after the last '/'\nin the type URL, for example \"foo.bar.com/x/y.z\" will yield type\nname \"y.z\".\n\n\nJSON\n\nThe JSON representation of an `Any` value uses the regular\nrepresentation of the deserialized, embedded message, with an\nadditional field `@type` which contains the type URL. Example:\n\n package google.profile;\n message Person {\n string first_name = 1;\n string last_name = 2;\n }\n\n {\n \"@type\": \"type.googleapis.com/google.profile.Person\",\n \"firstName\": \u003cstring\u003e,\n \"lastName\": \u003cstring\u003e\n }\n\nIf the embedded message type is well-known and has a custom JSON\nrepresentation, that representation will be embedded adding a field\n`value` which holds the custom JSON in addition to the `@type`\nfield. Example (for message [google.protobuf.Duration][]):\n\n {\n \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n \"value\": \"1.212s\"\n }" }, "protobufNullValue": { "type": "string", @@ -35894,7 +35920,7 @@ "NULL_VALUE" ], "default": "NULL_VALUE", - "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value." + "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value." }, "protosOperation": { "type": "object", @@ -35912,7 +35938,7 @@ "description": "If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable." }, "error": { - "$ref": "#/definitions/googlerpcStatus", + "$ref": "#/definitions/googleRpcStatus", "description": "The error result of the operation in case of failure or cancellation." }, "response": { @@ -35922,6 +35948,23 @@ }, "description": "This resource represents a long-running operation that is the result of a\nnetwork API call." }, + "recommendationAwsAWSRecommendations": { + "type": "object", + "properties": { + "costExplorerRecommendations": { + "$ref": "#/definitions/awsCostExplorerRecommendations" + }, + "costOptimizationHubRecommendations": { + "$ref": "#/definitions/awsCostOptimizationHubRecommendations" + }, + "trustedAdvisorRecommendations": { + "$ref": "#/definitions/awsTrustedAdvisorRecommendations" + }, + "resourceArn": { + "type": "string" + } + } + }, "recommendationOCTOGeneratedRecommendations": { "type": "object", "properties": { @@ -35940,7 +35983,7 @@ "type": "object", "properties": { "awsRecommendations": { - "$ref": "#/definitions/recommendationawsAWSRecommendations" + "$ref": "#/definitions/recommendationAwsAWSRecommendations" }, "gcpRecommendations": { "$ref": "#/definitions/gcpGCPRecommendations" @@ -36019,23 +36062,6 @@ } } }, - "recommendationawsAWSRecommendations": { - "type": "object", - "properties": { - "costExplorerRecommendations": { - "$ref": "#/definitions/awsCostExplorerRecommendations" - }, - "costOptimizationHubRecommendations": { - "$ref": "#/definitions/awsCostOptimizationHubRecommendations" - }, - "trustedAdvisorRecommendations": { - "$ref": "#/definitions/awsTrustedAdvisorRecommendations" - }, - "resourceArn": { - "type": "string" - } - } - }, "rippleAssigned": { "type": "object", "properties": { @@ -36075,7 +36101,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "A list of accounts." }, @@ -36403,7 +36429,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "List of all members under this payer." } @@ -37024,7 +37050,7 @@ "description": "Account id." }, "serviceDiscounts": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts", + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts", "description": "service discount infomation." } }, @@ -38660,7 +38686,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Lsit of accountId." }, @@ -39907,10 +39933,10 @@ "type": "object", "properties": { "aws": { - "$ref": "#/definitions/apiawsCostAttribute" + "$ref": "#/definitions/apiAwsCostAttribute" }, "azure": { - "$ref": "#/definitions/apiazureCostAttribute" + "$ref": "#/definitions/apiAzureCostAttribute" } }, "description": "Response message for the Cost.ReadCostAttributes rpc." @@ -40345,7 +40371,7 @@ "title": "Invoice settings" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "Optional. AWS-specific options" }, "city": { @@ -40391,7 +40417,7 @@ "title": "Optional. Custom fields to add to the billing group" }, "azureOptions": { - "$ref": "#/definitions/billingv1AzureOptions" + "$ref": "#/definitions/billingV1AzureOptions" } }, "description": "Request message for the CreateBillingGroupMerged rpc." @@ -40460,7 +40486,7 @@ "title": "Invoice settings" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "Optional. AWS-specific options" }, "city": { @@ -40767,7 +40793,7 @@ "title": "Optional. Description of the forecast" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup", + "$ref": "#/definitions/apiCoverCostGroup", "title": "Required. Cost Group Id and Name" }, "pastActualCostRange": { @@ -40803,7 +40829,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -40873,9 +40899,9 @@ "type": "string", "description": "Required. ISO 8601 lookback window end timestamp (e.g. \"2026-04-16T02:43:39.717Z\")." }, - "segmentId": { + "companyId": { "type": "string", - "description": "Required. The segment ID to scope the plan to." + "description": "Required. The company ID to scope the plan to." }, "status": { "type": "string", @@ -41323,7 +41349,7 @@ "title": "Required" }, "account": { - "$ref": "#/definitions/adminv1NotificationAccount", + "$ref": "#/definitions/adminV1NotificationAccount", "description": "Optional. only available Wave(Pro)." } }, @@ -42055,11 +42081,11 @@ "title": "GCP Options" }, "azureOptions": { - "$ref": "#/definitions/apicoverAzureOptions", + "$ref": "#/definitions/apiCoverAzureOptions", "title": "Azure Options" }, "awsOptions": { - "$ref": "#/definitions/apicoverAwsOptions" + "$ref": "#/definitions/apiCoverAwsOptions" }, "accountType": { "type": "string", @@ -42630,6 +42656,29 @@ } } }, + "v1ExperimentalUIPreference": { + "type": "object", + "properties": { + "componentId": { + "type": "string", + "description": "The component identifier this preference applies to." + }, + "version": { + "type": "string", + "description": "The selected UI version for the component (e.g. \"v1\" or \"v2\")." + }, + "bannerDismissed": { + "type": "boolean", + "description": "Whether the experimental banner has been dismissed for this component." + }, + "updatedAt": { + "type": "string", + "format": "date-time", + "description": "The timestamp of the last update." + } + }, + "description": "ExperimentalUIPreference holds the UI version preference and banner state for a single component." + }, "v1ExportAccountInvoiceServiceDiscountsRequest": { "type": "object", "properties": { @@ -42949,7 +42998,7 @@ "type": "object", "properties": { "accessGroup": { - "$ref": "#/definitions/billingv1AccessGroup" + "$ref": "#/definitions/billingV1AccessGroup" } }, "description": "Response message for the Billing.GetAccessGroup rpc." @@ -42987,7 +43036,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Response message for GetAccountBudget" @@ -43058,7 +43107,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -43258,7 +43307,7 @@ "type": "object", "properties": { "billingGroup": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" } }, "description": "Response message for the Billing.GetBillingGroup rpc." @@ -43344,7 +43393,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverCategory" + "$ref": "#/definitions/apiCoverCategory" } } } @@ -43396,7 +43445,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Optional. accounts that applied to the CustomizedBillingService config." } @@ -43496,7 +43545,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/costv1CostAttribute" + "$ref": "#/definitions/costV1CostAttribute" }, "description": "The cost attributes." } @@ -43542,7 +43591,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -43673,14 +43722,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverResult" + "$ref": "#/definitions/apiCoverResult" } }, "tagData": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -44180,7 +44229,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Optional. accounts that applied to the CustomizedBillingService config." } @@ -44337,6 +44386,20 @@ } } }, + "v1GetExperimentalUIPreferencesResponse": { + "type": "object", + "properties": { + "preferences": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/v1ExperimentalUIPreference" + }, + "description": "The list of experimental UI preferences for the authenticated MSP." + } + }, + "description": "Response message for the Iam.GetExperimentalUIPreferences rpc." + }, "v1GetExportRISPRequest": { "type": "object", "properties": { @@ -44572,7 +44635,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverRole" + "$ref": "#/definitions/apiCoverRole" } } } @@ -44895,7 +44958,7 @@ "type": "object", "properties": { "recommendationData": { - "$ref": "#/definitions/apicoverAWSRecommendations" + "$ref": "#/definitions/apiCoverAWSRecommendations" } } }, @@ -45144,14 +45207,14 @@ "type": "object", "properties": { "recommendation": { - "$ref": "#/definitions/flowv1SavingsPlanRecommendation", + "$ref": "#/definitions/flowV1SavingsPlanRecommendation", "title": "Recommendation details" }, "purchases": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/flowv1SavingsPlanDetailsPurchase" + "$ref": "#/definitions/flowV1SavingsPlanDetailsPurchase" }, "title": "List of purchase items" }, @@ -45264,7 +45327,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -45388,7 +45451,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiUtilizationData" + "$ref": "#/definitions/blueapiApiUtilizationData" } } }, @@ -45533,7 +45596,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } } @@ -45988,7 +46051,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/costv1ListCostFilters" + "$ref": "#/definitions/costV1ListCostFilters" } } }, @@ -46148,21 +46211,21 @@ "createdVendorInvoiceSetting": { "type": "object", "additionalProperties": { - "$ref": "#/definitions/billingv1InvoiceSettings" + "$ref": "#/definitions/billingV1InvoiceSettings" }, "title": "setting used in invoice creation" }, "savedVendorInvoiceSetting": { "type": "object", "additionalProperties": { - "$ref": "#/definitions/billingv1InvoiceSettings" + "$ref": "#/definitions/billingV1InvoiceSettings" }, "title": "saved invoice setting for the month" }, "defaultVendorInvoiceSetting": { "type": "object", "additionalProperties": { - "$ref": "#/definitions/billingv1InvoiceSettings" + "$ref": "#/definitions/billingV1InvoiceSettings" }, "title": "billinggroup's default invoice setting" }, @@ -46271,7 +46334,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } } }, @@ -46503,7 +46566,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapigcv1Resource" + "$ref": "#/definitions/blueapiGcV1Resource" } } } @@ -46515,7 +46578,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiRole" + "$ref": "#/definitions/blueapiApiRole" } } }, @@ -48152,11 +48215,11 @@ "title": "GCP Options. Specific for GCP" }, "azureOptions": { - "$ref": "#/definitions/apicoverAzureOptions", + "$ref": "#/definitions/apiCoverAzureOptions", "title": "Azure Options. Specific for Azure" }, "awsOptions": { - "$ref": "#/definitions/apicoverAwsOptions", + "$ref": "#/definitions/apiCoverAwsOptions", "title": "Aws Options. Specific for Aws" } }, @@ -48275,7 +48338,7 @@ "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, @@ -48625,67 +48688,6 @@ }, "title": "Response message for ResetPassword" }, - "v1ExperimentalUIPreference": { - "type": "object", - "properties": { - "component_id": { - "type": "string", - "description": "The component identifier this preference applies to." - }, - "version": { - "type": "string", - "description": "The selected UI version for the component (e.g. \"v1\" or \"v2\")." - }, - "banner_dismissed": { - "type": "boolean", - "description": "Whether the experimental banner has been dismissed for this component." - }, - "updated_at": { - "type": "string", - "format": "date-time", - "description": "The timestamp of the last update." - } - }, - "description": "RippleExperimentalPreference holds the UI version preference and banner state for a single component." - }, - "v1GetExperimentalUIPreferencesResponse": { - "type": "object", - "properties": { - "preferences": { - "type": "array", - "items": { - "$ref": "#/definitions/v1ExperimentalUIPreference" - }, - "description": "The list of experimental UI preferences for the authenticated MSP." - } - } - }, - "v1UpsertExperimentalUIPreferenceRequest": { - "type": "object", - "properties": { - "component_id": { - "type": "string", - "description": "The component identifier to create or update a preference for." - }, - "version": { - "type": "string", - "description": "The selected UI version for the component (e.g. \"v1\" or \"v2\")." - }, - "banner_dismissed": { - "type": "boolean", - "description": "Whether the experimental banner has been dismissed for this component." - } - } - }, - "v1UpsertExperimentalUIPreferenceResponse": { - "type": "object", - "properties": { - "preference": { - "$ref": "#/definitions/v1ExperimentalUIPreference", - "description": "The created or updated preference." - } - } - }, "v1ResetRipplePasswordRequest": { "type": "object", "properties": { @@ -48762,7 +48764,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverAccount" + "$ref": "#/definitions/apiCoverAccount" } } } @@ -49672,7 +49674,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/billingv1Tag" + "$ref": "#/definitions/billingV1Tag" }, "title": "Tags associated with this customer" } @@ -50016,7 +50018,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -50501,7 +50503,7 @@ "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, @@ -50623,12 +50625,22 @@ "title": "File name" }, "status": { - "$ref": "#/definitions/coverv1Status", + "$ref": "#/definitions/coverV1Status", "title": "Status" } }, "title": "(WIP): Response message for Upload Charge Code" }, + "v1UpsertExperimentalUIPreferenceResponse": { + "type": "object", + "properties": { + "preference": { + "$ref": "#/definitions/v1ExperimentalUIPreference", + "description": "The created or updated preference." + } + }, + "description": "Response message for the Iam.UpsertExperimentalUIPreference rpc." + }, "v1UsageCostDetails": { "type": "object", "properties": { @@ -50717,7 +50729,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiflowv1DailyUtilization" + "$ref": "#/definitions/blueapiFlowV1DailyUtilization" }, "title": "Array of daily utilization data for this Savings Plan" }