@huaweicloud/huaweicloud-sdk-cloudrtc 3.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cloudrtc.d.ts +3 -0
- package/huaweicloud-sdk-cloudrtc.js +32 -0
- package/package.json +19 -0
- package/v1/CloudRTCClient.d.ts +469 -0
- package/v1/CloudRTCClient.js +1444 -0
- package/v1/CloudRTCRegion.d.ts +5 -0
- package/v1/CloudRTCRegion.js +23 -0
- package/v1/model/AbnormalEvent.d.ts +35 -0
- package/v1/model/AbnormalEvent.js +119 -0
- package/v1/model/AbnormalEventDimensionValue.d.ts +23 -0
- package/v1/model/AbnormalEventDimensionValue.js +84 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.js +69 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.js +45 -0
- package/v1/model/ListRtcAbnormalEventsRequest.d.ts +23 -0
- package/v1/model/ListRtcAbnormalEventsRequest.js +68 -0
- package/v1/model/ListRtcAbnormalEventsResponse.d.ts +13 -0
- package/v1/model/ListRtcAbnormalEventsResponse.js +49 -0
- package/v1/model/ListRtcClientQosDetailsRequest.d.ts +86 -0
- package/v1/model/ListRtcClientQosDetailsRequest.js +218 -0
- package/v1/model/ListRtcClientQosDetailsResponse.d.ts +15 -0
- package/v1/model/ListRtcClientQosDetailsResponse.js +59 -0
- package/v1/model/ListRtcHistoryQualityRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryQualityRequest.js +89 -0
- package/v1/model/ListRtcHistoryQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryQualityResponse.js +45 -0
- package/v1/model/ListRtcHistoryScaleRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryScaleRequest.js +89 -0
- package/v1/model/ListRtcHistoryScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryScaleResponse.js +45 -0
- package/v1/model/ListRtcHistoryUsageRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryUsageRequest.js +91 -0
- package/v1/model/ListRtcHistoryUsageResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryUsageResponse.js +45 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.js +118 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.js +45 -0
- package/v1/model/ListRtcRealtimeQualityRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeQualityRequest.js +118 -0
- package/v1/model/ListRtcRealtimeQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeQualityResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.js +85 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleRequest.d.ts +31 -0
- package/v1/model/ListRtcRealtimeScaleRequest.js +103 -0
- package/v1/model/ListRtcRealtimeScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleResponse.js +45 -0
- package/v1/model/ListRtcRoomListRequest.d.ts +43 -0
- package/v1/model/ListRtcRoomListRequest.js +119 -0
- package/v1/model/ListRtcRoomListResponse.d.ts +19 -0
- package/v1/model/ListRtcRoomListResponse.js +67 -0
- package/v1/model/ListRtcUserListRequest.d.ts +53 -0
- package/v1/model/ListRtcUserListRequest.js +139 -0
- package/v1/model/ListRtcUserListResponse.d.ts +17 -0
- package/v1/model/ListRtcUserListResponse.js +57 -0
- package/v1/model/QosQualityData.d.ts +12 -0
- package/v1/model/QosQualityData.js +25 -0
- package/v1/model/RealtimeScaleDimensionValue.d.ts +9 -0
- package/v1/model/RealtimeScaleDimensionValue.js +27 -0
- package/v1/model/RtcHistoryQualityTimeValue.d.ts +61 -0
- package/v1/model/RtcHistoryQualityTimeValue.js +209 -0
- package/v1/model/RtcHistoryScaleTimeValue.d.ts +37 -0
- package/v1/model/RtcHistoryScaleTimeValue.js +125 -0
- package/v1/model/RtcHistoryUsage.d.ts +23 -0
- package/v1/model/RtcHistoryUsage.js +73 -0
- package/v1/model/RtcServerRoomInfo.d.ts +31 -0
- package/v1/model/RtcServerRoomInfo.js +76 -0
- package/v1/model/RtcUser.d.ts +52 -0
- package/v1/model/RtcUser.js +129 -0
- package/v1/model/TimeDoubleValueData.d.ts +7 -0
- package/v1/model/TimeDoubleValueData.js +17 -0
- package/v1/model/TimeFloatValueData.d.ts +7 -0
- package/v1/model/TimeFloatValueData.js +17 -0
- package/v1/model/TimeValueData.d.ts +7 -0
- package/v1/model/TimeValueData.js +17 -0
- package/v1/public-api.d.ts +38 -0
- package/v1/public-api.js +54 -0
- package/v2/CloudRTCClient.d.ts +906 -0
- package/v2/CloudRTCClient.js +2196 -0
- package/v2/CloudRTCRegion.d.ts +5 -0
- package/v2/CloudRTCRegion.js +23 -0
- package/v2/model/App.d.ts +46 -0
- package/v2/model/App.js +109 -0
- package/v2/model/AppAuth.d.ts +15 -0
- package/v2/model/AppAuth.js +45 -0
- package/v2/model/AppAuthReq.d.ts +7 -0
- package/v2/model/AppAuthReq.js +18 -0
- package/v2/model/AppAutoRecordMode.d.ts +21 -0
- package/v2/model/AppAutoRecordMode.js +51 -0
- package/v2/model/AppCallbackUrl.d.ts +25 -0
- package/v2/model/AppCallbackUrl.js +64 -0
- package/v2/model/AppCallbackUrlReq.d.ts +9 -0
- package/v2/model/AppCallbackUrlReq.js +28 -0
- package/v2/model/AppCallbacks.d.ts +12 -0
- package/v2/model/AppCallbacks.js +37 -0
- package/v2/model/AppReq.d.ts +7 -0
- package/v2/model/AppReq.js +24 -0
- package/v2/model/AppState.d.ts +19 -0
- package/v2/model/AppState.js +38 -0
- package/v2/model/AutoRecordModeReq.d.ts +17 -0
- package/v2/model/AutoRecordModeReq.js +37 -0
- package/v2/model/CreateAppRequest.d.ts +18 -0
- package/v2/model/CreateAppRequest.js +55 -0
- package/v2/model/CreateAppResponse.d.ts +12 -0
- package/v2/model/CreateAppResponse.js +55 -0
- package/v2/model/CreateIndividualStreamJobRequest.d.ts +22 -0
- package/v2/model/CreateIndividualStreamJobRequest.js +70 -0
- package/v2/model/CreateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/CreateIndividualStreamJobResponse.js +300 -0
- package/v2/model/CreateMixJobRequest.d.ts +22 -0
- package/v2/model/CreateMixJobRequest.js +70 -0
- package/v2/model/CreateMixJobResponse.d.ts +76 -0
- package/v2/model/CreateMixJobResponse.js +223 -0
- package/v2/model/CreateRecordRuleRequest.d.ts +22 -0
- package/v2/model/CreateRecordRuleRequest.js +70 -0
- package/v2/model/CreateRecordRuleResponse.d.ts +51 -0
- package/v2/model/CreateRecordRuleResponse.js +162 -0
- package/v2/model/DeleteAppRequest.d.ts +19 -0
- package/v2/model/DeleteAppRequest.js +66 -0
- package/v2/model/DeleteAppResponse.d.ts +8 -0
- package/v2/model/DeleteAppResponse.js +41 -0
- package/v2/model/DeleteRecordRuleRequest.d.ts +23 -0
- package/v2/model/DeleteRecordRuleRequest.js +81 -0
- package/v2/model/DeleteRecordRuleResponse.d.ts +8 -0
- package/v2/model/DeleteRecordRuleResponse.js +41 -0
- package/v2/model/HLSRecordConfig.d.ts +19 -0
- package/v2/model/HLSRecordConfig.js +66 -0
- package/v2/model/IndividualStreamJobReq.d.ts +55 -0
- package/v2/model/IndividualStreamJobReq.js +143 -0
- package/v2/model/ListAppsRequest.d.ts +30 -0
- package/v2/model/ListAppsRequest.js +73 -0
- package/v2/model/ListAppsResponse.d.ts +13 -0
- package/v2/model/ListAppsResponse.js +49 -0
- package/v2/model/ListRecordRulesRequest.d.ts +23 -0
- package/v2/model/ListRecordRulesRequest.js +74 -0
- package/v2/model/ListRecordRulesResponse.d.ts +11 -0
- package/v2/model/ListRecordRulesResponse.js +45 -0
- package/v2/model/MP4RecordConfig.d.ts +15 -0
- package/v2/model/MP4RecordConfig.js +52 -0
- package/v2/model/MixJobReq.d.ts +18 -0
- package/v2/model/MixJobReq.js +52 -0
- package/v2/model/MixLayoutPane.d.ts +55 -0
- package/v2/model/MixLayoutPane.js +116 -0
- package/v2/model/MixParam.d.ts +60 -0
- package/v2/model/MixParam.js +157 -0
- package/v2/model/MixUserBackgroundImage.d.ts +11 -0
- package/v2/model/MixUserBackgroundImage.js +39 -0
- package/v2/model/PublishParam.d.ts +7 -0
- package/v2/model/PublishParam.js +24 -0
- package/v2/model/RecordObsFileAddr.d.ts +22 -0
- package/v2/model/RecordObsFileAddr.js +56 -0
- package/v2/model/RecordParam.d.ts +7 -0
- package/v2/model/RecordParam.js +24 -0
- package/v2/model/RecordRule.d.ts +46 -0
- package/v2/model/RecordRule.js +130 -0
- package/v2/model/RecordRuleReq.d.ts +30 -0
- package/v2/model/RecordRuleReq.js +76 -0
- package/v2/model/RemoveRoomRequest.d.ts +23 -0
- package/v2/model/RemoveRoomRequest.js +81 -0
- package/v2/model/RemoveRoomResponse.d.ts +8 -0
- package/v2/model/RemoveRoomResponse.js +41 -0
- package/v2/model/RemoveUsersReq.d.ts +7 -0
- package/v2/model/RemoveUsersReq.js +24 -0
- package/v2/model/RemoveUsersRequest.d.ts +26 -0
- package/v2/model/RemoveUsersRequest.js +85 -0
- package/v2/model/RemoveUsersResponse.d.ts +8 -0
- package/v2/model/RemoveUsersResponse.js +41 -0
- package/v2/model/ShowAppRequest.d.ts +19 -0
- package/v2/model/ShowAppRequest.js +66 -0
- package/v2/model/ShowAppResponse.d.ts +51 -0
- package/v2/model/ShowAppResponse.js +141 -0
- package/v2/model/ShowAutoRecordRequest.d.ts +19 -0
- package/v2/model/ShowAutoRecordRequest.js +66 -0
- package/v2/model/ShowAutoRecordResponse.d.ts +17 -0
- package/v2/model/ShowAutoRecordResponse.js +69 -0
- package/v2/model/ShowIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/ShowIndividualStreamJobRequest.js +81 -0
- package/v2/model/ShowIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/ShowIndividualStreamJobResponse.js +300 -0
- package/v2/model/ShowMixJobRequest.d.ts +23 -0
- package/v2/model/ShowMixJobRequest.js +81 -0
- package/v2/model/ShowMixJobResponse.d.ts +76 -0
- package/v2/model/ShowMixJobResponse.js +223 -0
- package/v2/model/ShowRecordCallbackRequest.d.ts +19 -0
- package/v2/model/ShowRecordCallbackRequest.js +66 -0
- package/v2/model/ShowRecordCallbackResponse.d.ts +17 -0
- package/v2/model/ShowRecordCallbackResponse.js +69 -0
- package/v2/model/ShowRecordRuleRequest.d.ts +23 -0
- package/v2/model/ShowRecordRuleRequest.js +81 -0
- package/v2/model/ShowRecordRuleResponse.d.ts +51 -0
- package/v2/model/ShowRecordRuleResponse.js +162 -0
- package/v2/model/ShowUrlAuthRequest.d.ts +19 -0
- package/v2/model/ShowUrlAuthRequest.js +66 -0
- package/v2/model/ShowUrlAuthResponse.d.ts +15 -0
- package/v2/model/ShowUrlAuthResponse.js +59 -0
- package/v2/model/StartAppRequest.d.ts +19 -0
- package/v2/model/StartAppRequest.js +66 -0
- package/v2/model/StartAppResponse.d.ts +15 -0
- package/v2/model/StartAppResponse.js +59 -0
- package/v2/model/StopAppRequest.d.ts +19 -0
- package/v2/model/StopAppRequest.js +66 -0
- package/v2/model/StopAppResponse.d.ts +15 -0
- package/v2/model/StopAppResponse.js +59 -0
- package/v2/model/StopIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/StopIndividualStreamJobRequest.js +81 -0
- package/v2/model/StopIndividualStreamJobResponse.d.ts +8 -0
- package/v2/model/StopIndividualStreamJobResponse.js +41 -0
- package/v2/model/StopMixJobRequest.d.ts +23 -0
- package/v2/model/StopMixJobRequest.js +81 -0
- package/v2/model/StopMixJobResponse.d.ts +8 -0
- package/v2/model/StopMixJobResponse.js +41 -0
- package/v2/model/UpdateAutoRecordRequest.d.ts +22 -0
- package/v2/model/UpdateAutoRecordRequest.js +70 -0
- package/v2/model/UpdateAutoRecordResponse.d.ts +17 -0
- package/v2/model/UpdateAutoRecordResponse.js +69 -0
- package/v2/model/UpdateIndividualJobReq.d.ts +13 -0
- package/v2/model/UpdateIndividualJobReq.js +37 -0
- package/v2/model/UpdateIndividualStreamJobRequest.d.ts +26 -0
- package/v2/model/UpdateIndividualStreamJobRequest.js +85 -0
- package/v2/model/UpdateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/UpdateIndividualStreamJobResponse.js +300 -0
- package/v2/model/UpdateMixJobReq.d.ts +8 -0
- package/v2/model/UpdateMixJobReq.js +24 -0
- package/v2/model/UpdateMixJobRequest.d.ts +26 -0
- package/v2/model/UpdateMixJobRequest.js +85 -0
- package/v2/model/UpdateMixJobResponse.d.ts +76 -0
- package/v2/model/UpdateMixJobResponse.js +223 -0
- package/v2/model/UpdateMixParam.d.ts +33 -0
- package/v2/model/UpdateMixParam.js +107 -0
- package/v2/model/UpdateRecordCallbackRequest.d.ts +22 -0
- package/v2/model/UpdateRecordCallbackRequest.js +70 -0
- package/v2/model/UpdateRecordCallbackResponse.d.ts +17 -0
- package/v2/model/UpdateRecordCallbackResponse.js +69 -0
- package/v2/model/UpdateRecordRuleRequest.d.ts +26 -0
- package/v2/model/UpdateRecordRuleRequest.js +85 -0
- package/v2/model/UpdateRecordRuleResponse.d.ts +51 -0
- package/v2/model/UpdateRecordRuleResponse.js +162 -0
- package/v2/model/UpdateUrlAuthRequest.d.ts +22 -0
- package/v2/model/UpdateUrlAuthRequest.js +70 -0
- package/v2/model/UpdateUrlAuthResponse.d.ts +15 -0
- package/v2/model/UpdateUrlAuthResponse.js +59 -0
- package/v2/public-api.d.ts +82 -0
- package/v2/public-api.js +98 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListRtcHistoryScaleResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListRtcHistoryScaleResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListRtcHistoryScaleResponse, _super);
|
|
22
|
+
function ListRtcHistoryScaleResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListRtcHistoryScaleResponse.prototype.withScale = function (scale) {
|
|
26
|
+
this['scale'] = scale;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
ListRtcHistoryScaleResponse.prototype.withXRequestId = function (xRequestId) {
|
|
30
|
+
this['X-request-id'] = xRequestId;
|
|
31
|
+
return this;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(ListRtcHistoryScaleResponse.prototype, "xRequestId", {
|
|
34
|
+
get: function () {
|
|
35
|
+
return this['X-request-id'];
|
|
36
|
+
},
|
|
37
|
+
set: function (xRequestId) {
|
|
38
|
+
this['X-request-id'] = xRequestId;
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
return ListRtcHistoryScaleResponse;
|
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
|
45
|
+
exports.ListRtcHistoryScaleResponse = ListRtcHistoryScaleResponse;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class ListRtcHistoryUsageRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
app: string;
|
|
6
|
+
metric: string;
|
|
7
|
+
private 'start_date';
|
|
8
|
+
private 'end_date';
|
|
9
|
+
constructor(app?: any, metric?: any, startDate?: any, endDate?: any);
|
|
10
|
+
withAuthorization(authorization: string): ListRtcHistoryUsageRequest;
|
|
11
|
+
set authorization(authorization: string | undefined);
|
|
12
|
+
get authorization(): string | undefined;
|
|
13
|
+
withXSdkDate(xSdkDate: string): ListRtcHistoryUsageRequest;
|
|
14
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
15
|
+
get xSdkDate(): string | undefined;
|
|
16
|
+
withXProjectId(xProjectId: string): ListRtcHistoryUsageRequest;
|
|
17
|
+
set xProjectId(xProjectId: string | undefined);
|
|
18
|
+
get xProjectId(): string | undefined;
|
|
19
|
+
withApp(app: string): ListRtcHistoryUsageRequest;
|
|
20
|
+
withMetric(metric: string): ListRtcHistoryUsageRequest;
|
|
21
|
+
withStartDate(startDate: string): ListRtcHistoryUsageRequest;
|
|
22
|
+
set startDate(startDate: string | undefined);
|
|
23
|
+
get startDate(): string | undefined;
|
|
24
|
+
withEndDate(endDate: string): ListRtcHistoryUsageRequest;
|
|
25
|
+
set endDate(endDate: string | undefined);
|
|
26
|
+
get endDate(): string | undefined;
|
|
27
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRtcHistoryUsageRequest = void 0;
|
|
4
|
+
var ListRtcHistoryUsageRequest = /** @class */ (function () {
|
|
5
|
+
function ListRtcHistoryUsageRequest(app, metric, startDate, endDate) {
|
|
6
|
+
this['app'] = app;
|
|
7
|
+
this['metric'] = metric;
|
|
8
|
+
this['start_date'] = startDate;
|
|
9
|
+
this['end_date'] = endDate;
|
|
10
|
+
}
|
|
11
|
+
ListRtcHistoryUsageRequest.prototype.withAuthorization = function (authorization) {
|
|
12
|
+
this['Authorization'] = authorization;
|
|
13
|
+
return this;
|
|
14
|
+
};
|
|
15
|
+
Object.defineProperty(ListRtcHistoryUsageRequest.prototype, "authorization", {
|
|
16
|
+
get: function () {
|
|
17
|
+
return this['Authorization'];
|
|
18
|
+
},
|
|
19
|
+
set: function (authorization) {
|
|
20
|
+
this['Authorization'] = authorization;
|
|
21
|
+
},
|
|
22
|
+
enumerable: false,
|
|
23
|
+
configurable: true
|
|
24
|
+
});
|
|
25
|
+
ListRtcHistoryUsageRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
26
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListRtcHistoryUsageRequest.prototype, "xSdkDate", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['X-Sdk-Date'];
|
|
32
|
+
},
|
|
33
|
+
set: function (xSdkDate) {
|
|
34
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
ListRtcHistoryUsageRequest.prototype.withXProjectId = function (xProjectId) {
|
|
40
|
+
this['X-Project-Id'] = xProjectId;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(ListRtcHistoryUsageRequest.prototype, "xProjectId", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['X-Project-Id'];
|
|
46
|
+
},
|
|
47
|
+
set: function (xProjectId) {
|
|
48
|
+
this['X-Project-Id'] = xProjectId;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
ListRtcHistoryUsageRequest.prototype.withApp = function (app) {
|
|
54
|
+
this['app'] = app;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
ListRtcHistoryUsageRequest.prototype.withMetric = function (metric) {
|
|
58
|
+
this['metric'] = metric;
|
|
59
|
+
return this;
|
|
60
|
+
};
|
|
61
|
+
ListRtcHistoryUsageRequest.prototype.withStartDate = function (startDate) {
|
|
62
|
+
this['start_date'] = startDate;
|
|
63
|
+
return this;
|
|
64
|
+
};
|
|
65
|
+
Object.defineProperty(ListRtcHistoryUsageRequest.prototype, "startDate", {
|
|
66
|
+
get: function () {
|
|
67
|
+
return this['start_date'];
|
|
68
|
+
},
|
|
69
|
+
set: function (startDate) {
|
|
70
|
+
this['start_date'] = startDate;
|
|
71
|
+
},
|
|
72
|
+
enumerable: false,
|
|
73
|
+
configurable: true
|
|
74
|
+
});
|
|
75
|
+
ListRtcHistoryUsageRequest.prototype.withEndDate = function (endDate) {
|
|
76
|
+
this['end_date'] = endDate;
|
|
77
|
+
return this;
|
|
78
|
+
};
|
|
79
|
+
Object.defineProperty(ListRtcHistoryUsageRequest.prototype, "endDate", {
|
|
80
|
+
get: function () {
|
|
81
|
+
return this['end_date'];
|
|
82
|
+
},
|
|
83
|
+
set: function (endDate) {
|
|
84
|
+
this['end_date'] = endDate;
|
|
85
|
+
},
|
|
86
|
+
enumerable: false,
|
|
87
|
+
configurable: true
|
|
88
|
+
});
|
|
89
|
+
return ListRtcHistoryUsageRequest;
|
|
90
|
+
}());
|
|
91
|
+
exports.ListRtcHistoryUsageRequest = ListRtcHistoryUsageRequest;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { RtcHistoryUsage } from './RtcHistoryUsage';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListRtcHistoryUsageResponse extends SdkResponse {
|
|
4
|
+
usage?: Array<RtcHistoryUsage>;
|
|
5
|
+
private 'X-request-id'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withUsage(usage: Array<RtcHistoryUsage>): ListRtcHistoryUsageResponse;
|
|
8
|
+
withXRequestId(xRequestId: string): ListRtcHistoryUsageResponse;
|
|
9
|
+
set xRequestId(xRequestId: string | undefined);
|
|
10
|
+
get xRequestId(): string | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListRtcHistoryUsageResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListRtcHistoryUsageResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListRtcHistoryUsageResponse, _super);
|
|
22
|
+
function ListRtcHistoryUsageResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListRtcHistoryUsageResponse.prototype.withUsage = function (usage) {
|
|
26
|
+
this['usage'] = usage;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
ListRtcHistoryUsageResponse.prototype.withXRequestId = function (xRequestId) {
|
|
30
|
+
this['X-request-id'] = xRequestId;
|
|
31
|
+
return this;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(ListRtcHistoryUsageResponse.prototype, "xRequestId", {
|
|
34
|
+
get: function () {
|
|
35
|
+
return this['X-request-id'];
|
|
36
|
+
},
|
|
37
|
+
set: function (xRequestId) {
|
|
38
|
+
this['X-request-id'] = xRequestId;
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
return ListRtcHistoryUsageResponse;
|
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
|
45
|
+
exports.ListRtcHistoryUsageResponse = ListRtcHistoryUsageResponse;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare class ListRtcRealtimeNetworkRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
app: string;
|
|
6
|
+
private 'room_id'?;
|
|
7
|
+
metric: string;
|
|
8
|
+
private 'sdk_type';
|
|
9
|
+
private 'start_time'?;
|
|
10
|
+
private 'end_time'?;
|
|
11
|
+
constructor(app?: any, metric?: any, sdkType?: any);
|
|
12
|
+
withAuthorization(authorization: string): ListRtcRealtimeNetworkRequest;
|
|
13
|
+
set authorization(authorization: string | undefined);
|
|
14
|
+
get authorization(): string | undefined;
|
|
15
|
+
withXSdkDate(xSdkDate: string): ListRtcRealtimeNetworkRequest;
|
|
16
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
17
|
+
get xSdkDate(): string | undefined;
|
|
18
|
+
withXProjectId(xProjectId: string): ListRtcRealtimeNetworkRequest;
|
|
19
|
+
set xProjectId(xProjectId: string | undefined);
|
|
20
|
+
get xProjectId(): string | undefined;
|
|
21
|
+
withApp(app: string): ListRtcRealtimeNetworkRequest;
|
|
22
|
+
withRoomId(roomId: string): ListRtcRealtimeNetworkRequest;
|
|
23
|
+
set roomId(roomId: string | undefined);
|
|
24
|
+
get roomId(): string | undefined;
|
|
25
|
+
withMetric(metric: string): ListRtcRealtimeNetworkRequest;
|
|
26
|
+
withSdkType(sdkType: string): ListRtcRealtimeNetworkRequest;
|
|
27
|
+
set sdkType(sdkType: string | undefined);
|
|
28
|
+
get sdkType(): string | undefined;
|
|
29
|
+
withStartTime(startTime: string): ListRtcRealtimeNetworkRequest;
|
|
30
|
+
set startTime(startTime: string | undefined);
|
|
31
|
+
get startTime(): string | undefined;
|
|
32
|
+
withEndTime(endTime: string): ListRtcRealtimeNetworkRequest;
|
|
33
|
+
set endTime(endTime: string | undefined);
|
|
34
|
+
get endTime(): string | undefined;
|
|
35
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRtcRealtimeNetworkRequest = void 0;
|
|
4
|
+
var ListRtcRealtimeNetworkRequest = /** @class */ (function () {
|
|
5
|
+
function ListRtcRealtimeNetworkRequest(app, metric, sdkType) {
|
|
6
|
+
this['app'] = app;
|
|
7
|
+
this['metric'] = metric;
|
|
8
|
+
this['sdk_type'] = sdkType;
|
|
9
|
+
}
|
|
10
|
+
ListRtcRealtimeNetworkRequest.prototype.withAuthorization = function (authorization) {
|
|
11
|
+
this['Authorization'] = authorization;
|
|
12
|
+
return this;
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(ListRtcRealtimeNetworkRequest.prototype, "authorization", {
|
|
15
|
+
get: function () {
|
|
16
|
+
return this['Authorization'];
|
|
17
|
+
},
|
|
18
|
+
set: function (authorization) {
|
|
19
|
+
this['Authorization'] = authorization;
|
|
20
|
+
},
|
|
21
|
+
enumerable: false,
|
|
22
|
+
configurable: true
|
|
23
|
+
});
|
|
24
|
+
ListRtcRealtimeNetworkRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
25
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
26
|
+
return this;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(ListRtcRealtimeNetworkRequest.prototype, "xSdkDate", {
|
|
29
|
+
get: function () {
|
|
30
|
+
return this['X-Sdk-Date'];
|
|
31
|
+
},
|
|
32
|
+
set: function (xSdkDate) {
|
|
33
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
34
|
+
},
|
|
35
|
+
enumerable: false,
|
|
36
|
+
configurable: true
|
|
37
|
+
});
|
|
38
|
+
ListRtcRealtimeNetworkRequest.prototype.withXProjectId = function (xProjectId) {
|
|
39
|
+
this['X-Project-Id'] = xProjectId;
|
|
40
|
+
return this;
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(ListRtcRealtimeNetworkRequest.prototype, "xProjectId", {
|
|
43
|
+
get: function () {
|
|
44
|
+
return this['X-Project-Id'];
|
|
45
|
+
},
|
|
46
|
+
set: function (xProjectId) {
|
|
47
|
+
this['X-Project-Id'] = xProjectId;
|
|
48
|
+
},
|
|
49
|
+
enumerable: false,
|
|
50
|
+
configurable: true
|
|
51
|
+
});
|
|
52
|
+
ListRtcRealtimeNetworkRequest.prototype.withApp = function (app) {
|
|
53
|
+
this['app'] = app;
|
|
54
|
+
return this;
|
|
55
|
+
};
|
|
56
|
+
ListRtcRealtimeNetworkRequest.prototype.withRoomId = function (roomId) {
|
|
57
|
+
this['room_id'] = roomId;
|
|
58
|
+
return this;
|
|
59
|
+
};
|
|
60
|
+
Object.defineProperty(ListRtcRealtimeNetworkRequest.prototype, "roomId", {
|
|
61
|
+
get: function () {
|
|
62
|
+
return this['room_id'];
|
|
63
|
+
},
|
|
64
|
+
set: function (roomId) {
|
|
65
|
+
this['room_id'] = roomId;
|
|
66
|
+
},
|
|
67
|
+
enumerable: false,
|
|
68
|
+
configurable: true
|
|
69
|
+
});
|
|
70
|
+
ListRtcRealtimeNetworkRequest.prototype.withMetric = function (metric) {
|
|
71
|
+
this['metric'] = metric;
|
|
72
|
+
return this;
|
|
73
|
+
};
|
|
74
|
+
ListRtcRealtimeNetworkRequest.prototype.withSdkType = function (sdkType) {
|
|
75
|
+
this['sdk_type'] = sdkType;
|
|
76
|
+
return this;
|
|
77
|
+
};
|
|
78
|
+
Object.defineProperty(ListRtcRealtimeNetworkRequest.prototype, "sdkType", {
|
|
79
|
+
get: function () {
|
|
80
|
+
return this['sdk_type'];
|
|
81
|
+
},
|
|
82
|
+
set: function (sdkType) {
|
|
83
|
+
this['sdk_type'] = sdkType;
|
|
84
|
+
},
|
|
85
|
+
enumerable: false,
|
|
86
|
+
configurable: true
|
|
87
|
+
});
|
|
88
|
+
ListRtcRealtimeNetworkRequest.prototype.withStartTime = function (startTime) {
|
|
89
|
+
this['start_time'] = startTime;
|
|
90
|
+
return this;
|
|
91
|
+
};
|
|
92
|
+
Object.defineProperty(ListRtcRealtimeNetworkRequest.prototype, "startTime", {
|
|
93
|
+
get: function () {
|
|
94
|
+
return this['start_time'];
|
|
95
|
+
},
|
|
96
|
+
set: function (startTime) {
|
|
97
|
+
this['start_time'] = startTime;
|
|
98
|
+
},
|
|
99
|
+
enumerable: false,
|
|
100
|
+
configurable: true
|
|
101
|
+
});
|
|
102
|
+
ListRtcRealtimeNetworkRequest.prototype.withEndTime = function (endTime) {
|
|
103
|
+
this['end_time'] = endTime;
|
|
104
|
+
return this;
|
|
105
|
+
};
|
|
106
|
+
Object.defineProperty(ListRtcRealtimeNetworkRequest.prototype, "endTime", {
|
|
107
|
+
get: function () {
|
|
108
|
+
return this['end_time'];
|
|
109
|
+
},
|
|
110
|
+
set: function (endTime) {
|
|
111
|
+
this['end_time'] = endTime;
|
|
112
|
+
},
|
|
113
|
+
enumerable: false,
|
|
114
|
+
configurable: true
|
|
115
|
+
});
|
|
116
|
+
return ListRtcRealtimeNetworkRequest;
|
|
117
|
+
}());
|
|
118
|
+
exports.ListRtcRealtimeNetworkRequest = ListRtcRealtimeNetworkRequest;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TimeDoubleValueData } from './TimeDoubleValueData';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListRtcRealtimeNetworkResponse extends SdkResponse {
|
|
4
|
+
network?: Array<TimeDoubleValueData>;
|
|
5
|
+
private 'X-request-id'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withNetwork(network: Array<TimeDoubleValueData>): ListRtcRealtimeNetworkResponse;
|
|
8
|
+
withXRequestId(xRequestId: string): ListRtcRealtimeNetworkResponse;
|
|
9
|
+
set xRequestId(xRequestId: string | undefined);
|
|
10
|
+
get xRequestId(): string | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListRtcRealtimeNetworkResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListRtcRealtimeNetworkResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListRtcRealtimeNetworkResponse, _super);
|
|
22
|
+
function ListRtcRealtimeNetworkResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListRtcRealtimeNetworkResponse.prototype.withNetwork = function (network) {
|
|
26
|
+
this['network'] = network;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
ListRtcRealtimeNetworkResponse.prototype.withXRequestId = function (xRequestId) {
|
|
30
|
+
this['X-request-id'] = xRequestId;
|
|
31
|
+
return this;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(ListRtcRealtimeNetworkResponse.prototype, "xRequestId", {
|
|
34
|
+
get: function () {
|
|
35
|
+
return this['X-request-id'];
|
|
36
|
+
},
|
|
37
|
+
set: function (xRequestId) {
|
|
38
|
+
this['X-request-id'] = xRequestId;
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
return ListRtcRealtimeNetworkResponse;
|
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
|
45
|
+
exports.ListRtcRealtimeNetworkResponse = ListRtcRealtimeNetworkResponse;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare class ListRtcRealtimeQualityRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
app: string;
|
|
6
|
+
private 'room_id'?;
|
|
7
|
+
metric: string;
|
|
8
|
+
private 'sdk_type';
|
|
9
|
+
private 'start_time'?;
|
|
10
|
+
private 'end_time'?;
|
|
11
|
+
constructor(app?: any, metric?: any, sdkType?: any);
|
|
12
|
+
withAuthorization(authorization: string): ListRtcRealtimeQualityRequest;
|
|
13
|
+
set authorization(authorization: string | undefined);
|
|
14
|
+
get authorization(): string | undefined;
|
|
15
|
+
withXSdkDate(xSdkDate: string): ListRtcRealtimeQualityRequest;
|
|
16
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
17
|
+
get xSdkDate(): string | undefined;
|
|
18
|
+
withXProjectId(xProjectId: string): ListRtcRealtimeQualityRequest;
|
|
19
|
+
set xProjectId(xProjectId: string | undefined);
|
|
20
|
+
get xProjectId(): string | undefined;
|
|
21
|
+
withApp(app: string): ListRtcRealtimeQualityRequest;
|
|
22
|
+
withRoomId(roomId: string): ListRtcRealtimeQualityRequest;
|
|
23
|
+
set roomId(roomId: string | undefined);
|
|
24
|
+
get roomId(): string | undefined;
|
|
25
|
+
withMetric(metric: string): ListRtcRealtimeQualityRequest;
|
|
26
|
+
withSdkType(sdkType: string): ListRtcRealtimeQualityRequest;
|
|
27
|
+
set sdkType(sdkType: string | undefined);
|
|
28
|
+
get sdkType(): string | undefined;
|
|
29
|
+
withStartTime(startTime: string): ListRtcRealtimeQualityRequest;
|
|
30
|
+
set startTime(startTime: string | undefined);
|
|
31
|
+
get startTime(): string | undefined;
|
|
32
|
+
withEndTime(endTime: string): ListRtcRealtimeQualityRequest;
|
|
33
|
+
set endTime(endTime: string | undefined);
|
|
34
|
+
get endTime(): string | undefined;
|
|
35
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRtcRealtimeQualityRequest = void 0;
|
|
4
|
+
var ListRtcRealtimeQualityRequest = /** @class */ (function () {
|
|
5
|
+
function ListRtcRealtimeQualityRequest(app, metric, sdkType) {
|
|
6
|
+
this['app'] = app;
|
|
7
|
+
this['metric'] = metric;
|
|
8
|
+
this['sdk_type'] = sdkType;
|
|
9
|
+
}
|
|
10
|
+
ListRtcRealtimeQualityRequest.prototype.withAuthorization = function (authorization) {
|
|
11
|
+
this['Authorization'] = authorization;
|
|
12
|
+
return this;
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(ListRtcRealtimeQualityRequest.prototype, "authorization", {
|
|
15
|
+
get: function () {
|
|
16
|
+
return this['Authorization'];
|
|
17
|
+
},
|
|
18
|
+
set: function (authorization) {
|
|
19
|
+
this['Authorization'] = authorization;
|
|
20
|
+
},
|
|
21
|
+
enumerable: false,
|
|
22
|
+
configurable: true
|
|
23
|
+
});
|
|
24
|
+
ListRtcRealtimeQualityRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
25
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
26
|
+
return this;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(ListRtcRealtimeQualityRequest.prototype, "xSdkDate", {
|
|
29
|
+
get: function () {
|
|
30
|
+
return this['X-Sdk-Date'];
|
|
31
|
+
},
|
|
32
|
+
set: function (xSdkDate) {
|
|
33
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
34
|
+
},
|
|
35
|
+
enumerable: false,
|
|
36
|
+
configurable: true
|
|
37
|
+
});
|
|
38
|
+
ListRtcRealtimeQualityRequest.prototype.withXProjectId = function (xProjectId) {
|
|
39
|
+
this['X-Project-Id'] = xProjectId;
|
|
40
|
+
return this;
|
|
41
|
+
};
|
|
42
|
+
Object.defineProperty(ListRtcRealtimeQualityRequest.prototype, "xProjectId", {
|
|
43
|
+
get: function () {
|
|
44
|
+
return this['X-Project-Id'];
|
|
45
|
+
},
|
|
46
|
+
set: function (xProjectId) {
|
|
47
|
+
this['X-Project-Id'] = xProjectId;
|
|
48
|
+
},
|
|
49
|
+
enumerable: false,
|
|
50
|
+
configurable: true
|
|
51
|
+
});
|
|
52
|
+
ListRtcRealtimeQualityRequest.prototype.withApp = function (app) {
|
|
53
|
+
this['app'] = app;
|
|
54
|
+
return this;
|
|
55
|
+
};
|
|
56
|
+
ListRtcRealtimeQualityRequest.prototype.withRoomId = function (roomId) {
|
|
57
|
+
this['room_id'] = roomId;
|
|
58
|
+
return this;
|
|
59
|
+
};
|
|
60
|
+
Object.defineProperty(ListRtcRealtimeQualityRequest.prototype, "roomId", {
|
|
61
|
+
get: function () {
|
|
62
|
+
return this['room_id'];
|
|
63
|
+
},
|
|
64
|
+
set: function (roomId) {
|
|
65
|
+
this['room_id'] = roomId;
|
|
66
|
+
},
|
|
67
|
+
enumerable: false,
|
|
68
|
+
configurable: true
|
|
69
|
+
});
|
|
70
|
+
ListRtcRealtimeQualityRequest.prototype.withMetric = function (metric) {
|
|
71
|
+
this['metric'] = metric;
|
|
72
|
+
return this;
|
|
73
|
+
};
|
|
74
|
+
ListRtcRealtimeQualityRequest.prototype.withSdkType = function (sdkType) {
|
|
75
|
+
this['sdk_type'] = sdkType;
|
|
76
|
+
return this;
|
|
77
|
+
};
|
|
78
|
+
Object.defineProperty(ListRtcRealtimeQualityRequest.prototype, "sdkType", {
|
|
79
|
+
get: function () {
|
|
80
|
+
return this['sdk_type'];
|
|
81
|
+
},
|
|
82
|
+
set: function (sdkType) {
|
|
83
|
+
this['sdk_type'] = sdkType;
|
|
84
|
+
},
|
|
85
|
+
enumerable: false,
|
|
86
|
+
configurable: true
|
|
87
|
+
});
|
|
88
|
+
ListRtcRealtimeQualityRequest.prototype.withStartTime = function (startTime) {
|
|
89
|
+
this['start_time'] = startTime;
|
|
90
|
+
return this;
|
|
91
|
+
};
|
|
92
|
+
Object.defineProperty(ListRtcRealtimeQualityRequest.prototype, "startTime", {
|
|
93
|
+
get: function () {
|
|
94
|
+
return this['start_time'];
|
|
95
|
+
},
|
|
96
|
+
set: function (startTime) {
|
|
97
|
+
this['start_time'] = startTime;
|
|
98
|
+
},
|
|
99
|
+
enumerable: false,
|
|
100
|
+
configurable: true
|
|
101
|
+
});
|
|
102
|
+
ListRtcRealtimeQualityRequest.prototype.withEndTime = function (endTime) {
|
|
103
|
+
this['end_time'] = endTime;
|
|
104
|
+
return this;
|
|
105
|
+
};
|
|
106
|
+
Object.defineProperty(ListRtcRealtimeQualityRequest.prototype, "endTime", {
|
|
107
|
+
get: function () {
|
|
108
|
+
return this['end_time'];
|
|
109
|
+
},
|
|
110
|
+
set: function (endTime) {
|
|
111
|
+
this['end_time'] = endTime;
|
|
112
|
+
},
|
|
113
|
+
enumerable: false,
|
|
114
|
+
configurable: true
|
|
115
|
+
});
|
|
116
|
+
return ListRtcRealtimeQualityRequest;
|
|
117
|
+
}());
|
|
118
|
+
exports.ListRtcRealtimeQualityRequest = ListRtcRealtimeQualityRequest;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TimeDoubleValueData } from './TimeDoubleValueData';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListRtcRealtimeQualityResponse extends SdkResponse {
|
|
4
|
+
quality?: Array<TimeDoubleValueData>;
|
|
5
|
+
private 'X-request-id'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withQuality(quality: Array<TimeDoubleValueData>): ListRtcRealtimeQualityResponse;
|
|
8
|
+
withXRequestId(xRequestId: string): ListRtcRealtimeQualityResponse;
|
|
9
|
+
set xRequestId(xRequestId: string | undefined);
|
|
10
|
+
get xRequestId(): string | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ListRtcRealtimeQualityResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListRtcRealtimeQualityResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListRtcRealtimeQualityResponse, _super);
|
|
22
|
+
function ListRtcRealtimeQualityResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListRtcRealtimeQualityResponse.prototype.withQuality = function (quality) {
|
|
26
|
+
this['quality'] = quality;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
ListRtcRealtimeQualityResponse.prototype.withXRequestId = function (xRequestId) {
|
|
30
|
+
this['X-request-id'] = xRequestId;
|
|
31
|
+
return this;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(ListRtcRealtimeQualityResponse.prototype, "xRequestId", {
|
|
34
|
+
get: function () {
|
|
35
|
+
return this['X-request-id'];
|
|
36
|
+
},
|
|
37
|
+
set: function (xRequestId) {
|
|
38
|
+
this['X-request-id'] = xRequestId;
|
|
39
|
+
},
|
|
40
|
+
enumerable: false,
|
|
41
|
+
configurable: true
|
|
42
|
+
});
|
|
43
|
+
return ListRtcRealtimeQualityResponse;
|
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
|
45
|
+
exports.ListRtcRealtimeQualityResponse = ListRtcRealtimeQualityResponse;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class ListRtcRealtimeScaleDimensionRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
app: string;
|
|
6
|
+
private 'room_id'?;
|
|
7
|
+
metric: string;
|
|
8
|
+
dimension: string;
|
|
9
|
+
time: string;
|
|
10
|
+
constructor(app?: any, metric?: any, dimension?: any, time?: any);
|
|
11
|
+
withAuthorization(authorization: string): ListRtcRealtimeScaleDimensionRequest;
|
|
12
|
+
set authorization(authorization: string | undefined);
|
|
13
|
+
get authorization(): string | undefined;
|
|
14
|
+
withXSdkDate(xSdkDate: string): ListRtcRealtimeScaleDimensionRequest;
|
|
15
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
16
|
+
get xSdkDate(): string | undefined;
|
|
17
|
+
withXProjectId(xProjectId: string): ListRtcRealtimeScaleDimensionRequest;
|
|
18
|
+
set xProjectId(xProjectId: string | undefined);
|
|
19
|
+
get xProjectId(): string | undefined;
|
|
20
|
+
withApp(app: string): ListRtcRealtimeScaleDimensionRequest;
|
|
21
|
+
withRoomId(roomId: string): ListRtcRealtimeScaleDimensionRequest;
|
|
22
|
+
set roomId(roomId: string | undefined);
|
|
23
|
+
get roomId(): string | undefined;
|
|
24
|
+
withMetric(metric: string): ListRtcRealtimeScaleDimensionRequest;
|
|
25
|
+
withDimension(dimension: string): ListRtcRealtimeScaleDimensionRequest;
|
|
26
|
+
withTime(time: string): ListRtcRealtimeScaleDimensionRequest;
|
|
27
|
+
}
|