@huaweicloud/huaweicloud-sdk-smn 3.1.10
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-smn.d.ts +1 -0
- package/huaweicloud-sdk-smn.js +17 -0
- package/package.json +19 -0
- package/v2/SmnClient.d.ts +1187 -0
- package/v2/SmnClient.js +2299 -0
- package/v2/SmnRegion.d.ts +22 -0
- package/v2/SmnRegion.js +59 -0
- package/v2/model/AddSubscriptionRequest.d.ts +10 -0
- package/v2/model/AddSubscriptionRequest.js +28 -0
- package/v2/model/AddSubscriptionRequestBody.d.ts +9 -0
- package/v2/model/AddSubscriptionRequestBody.js +23 -0
- package/v2/model/AddSubscriptionResponse.d.ts +12 -0
- package/v2/model/AddSubscriptionResponse.js +55 -0
- package/v2/model/ApplicationEndpoint.d.ts +19 -0
- package/v2/model/ApplicationEndpoint.js +64 -0
- package/v2/model/ApplicationItem.d.ts +25 -0
- package/v2/model/ApplicationItem.js +83 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.d.ts +14 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequest.js +43 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.d.ts +8 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsRequestBody.js +19 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.d.ts +4 -0
- package/v2/model/BatchCreateOrDeleteResourceTagsResponse.js +27 -0
- package/v2/model/CancelSubscriptionRequest.d.ts +7 -0
- package/v2/model/CancelSubscriptionRequest.js +24 -0
- package/v2/model/CancelSubscriptionResponse.d.ts +8 -0
- package/v2/model/CancelSubscriptionResponse.js +41 -0
- package/v2/model/CreateApplicationEndpointRequest.d.ts +10 -0
- package/v2/model/CreateApplicationEndpointRequest.js +28 -0
- package/v2/model/CreateApplicationEndpointRequestBody.d.ts +9 -0
- package/v2/model/CreateApplicationEndpointRequestBody.js +29 -0
- package/v2/model/CreateApplicationEndpointResponse.d.ts +12 -0
- package/v2/model/CreateApplicationEndpointResponse.js +55 -0
- package/v2/model/CreateApplicationRequest.d.ts +6 -0
- package/v2/model/CreateApplicationRequest.js +13 -0
- package/v2/model/CreateApplicationRequestBody.d.ts +15 -0
- package/v2/model/CreateApplicationRequestBody.js +49 -0
- package/v2/model/CreateApplicationResponse.d.ts +16 -0
- package/v2/model/CreateApplicationResponse.js +69 -0
- package/v2/model/CreateMessageTemplateRequest.d.ts +6 -0
- package/v2/model/CreateMessageTemplateRequest.js +13 -0
- package/v2/model/CreateMessageTemplateRequestBody.d.ts +11 -0
- package/v2/model/CreateMessageTemplateRequestBody.js +34 -0
- package/v2/model/CreateMessageTemplateResponse.d.ts +12 -0
- package/v2/model/CreateMessageTemplateResponse.js +55 -0
- package/v2/model/CreateResourceTagRequest.d.ts +14 -0
- package/v2/model/CreateResourceTagRequest.js +43 -0
- package/v2/model/CreateResourceTagRequestBody.d.ts +6 -0
- package/v2/model/CreateResourceTagRequestBody.js +14 -0
- package/v2/model/CreateResourceTagRequestBodyTag.d.ts +7 -0
- package/v2/model/CreateResourceTagRequestBodyTag.js +19 -0
- package/v2/model/CreateResourceTagResponse.d.ts +4 -0
- package/v2/model/CreateResourceTagResponse.js +27 -0
- package/v2/model/CreateTopicRequest.d.ts +6 -0
- package/v2/model/CreateTopicRequest.js +13 -0
- package/v2/model/CreateTopicRequestBody.d.ts +13 -0
- package/v2/model/CreateTopicRequestBody.js +43 -0
- package/v2/model/CreateTopicResponse.d.ts +12 -0
- package/v2/model/CreateTopicResponse.js +55 -0
- package/v2/model/DeleteApplicationEndpointRequest.d.ts +7 -0
- package/v2/model/DeleteApplicationEndpointRequest.js +24 -0
- package/v2/model/DeleteApplicationEndpointResponse.d.ts +8 -0
- package/v2/model/DeleteApplicationEndpointResponse.js +41 -0
- package/v2/model/DeleteApplicationRequest.d.ts +7 -0
- package/v2/model/DeleteApplicationRequest.js +24 -0
- package/v2/model/DeleteApplicationResponse.d.ts +8 -0
- package/v2/model/DeleteApplicationResponse.js +41 -0
- package/v2/model/DeleteMessageTemplateRequest.d.ts +7 -0
- package/v2/model/DeleteMessageTemplateRequest.js +24 -0
- package/v2/model/DeleteMessageTemplateResponse.d.ts +8 -0
- package/v2/model/DeleteMessageTemplateResponse.js +41 -0
- package/v2/model/DeleteResourceTagRequest.d.ts +13 -0
- package/v2/model/DeleteResourceTagRequest.js +44 -0
- package/v2/model/DeleteResourceTagResponse.d.ts +4 -0
- package/v2/model/DeleteResourceTagResponse.js +27 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.d.ts +9 -0
- package/v2/model/DeleteTopicAttributeByNameRequest.js +29 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.d.ts +8 -0
- package/v2/model/DeleteTopicAttributeByNameResponse.js +41 -0
- package/v2/model/DeleteTopicAttributesRequest.d.ts +7 -0
- package/v2/model/DeleteTopicAttributesRequest.js +24 -0
- package/v2/model/DeleteTopicAttributesResponse.d.ts +8 -0
- package/v2/model/DeleteTopicAttributesResponse.js +41 -0
- package/v2/model/DeleteTopicRequest.d.ts +7 -0
- package/v2/model/DeleteTopicRequest.js +24 -0
- package/v2/model/DeleteTopicResponse.d.ts +8 -0
- package/v2/model/DeleteTopicResponse.js +41 -0
- package/v2/model/LinksItem.d.ts +7 -0
- package/v2/model/LinksItem.js +19 -0
- package/v2/model/ListApplicationAttributesRequest.d.ts +7 -0
- package/v2/model/ListApplicationAttributesRequest.js +24 -0
- package/v2/model/ListApplicationAttributesResponse.d.ts +15 -0
- package/v2/model/ListApplicationAttributesResponse.js +59 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.d.ts +9 -0
- package/v2/model/ListApplicationAttributesResponseBodyAttributes.js +28 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.d.ts +7 -0
- package/v2/model/ListApplicationEndpointAttributesRequest.js +24 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.d.ts +11 -0
- package/v2/model/ListApplicationEndpointAttributesResponse.js +45 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.d.ts +11 -0
- package/v2/model/ListApplicationEndpointAttributesResponseBodyAttributes.js +34 -0
- package/v2/model/ListApplicationEndpointsRequest.d.ts +19 -0
- package/v2/model/ListApplicationEndpointsRequest.js +54 -0
- package/v2/model/ListApplicationEndpointsResponse.d.ts +15 -0
- package/v2/model/ListApplicationEndpointsResponse.js +59 -0
- package/v2/model/ListApplicationsRequest.d.ts +11 -0
- package/v2/model/ListApplicationsRequest.js +25 -0
- package/v2/model/ListApplicationsResponse.d.ts +15 -0
- package/v2/model/ListApplicationsResponse.js +59 -0
- package/v2/model/ListInstanceRequestBody.d.ts +27 -0
- package/v2/model/ListInstanceRequestBody.js +72 -0
- package/v2/model/ListMessageTemplateDetailsRequest.d.ts +7 -0
- package/v2/model/ListMessageTemplateDetailsRequest.js +24 -0
- package/v2/model/ListMessageTemplateDetailsResponse.d.ts +32 -0
- package/v2/model/ListMessageTemplateDetailsResponse.js +119 -0
- package/v2/model/ListMessageTemplatesRequest.d.ts +13 -0
- package/v2/model/ListMessageTemplatesRequest.js +35 -0
- package/v2/model/ListMessageTemplatesResponse.d.ts +17 -0
- package/v2/model/ListMessageTemplatesResponse.js +69 -0
- package/v2/model/ListProjectTagsRequest.d.ts +7 -0
- package/v2/model/ListProjectTagsRequest.js +24 -0
- package/v2/model/ListProjectTagsResponse.d.ts +7 -0
- package/v2/model/ListProjectTagsResponse.js +31 -0
- package/v2/model/ListResourceInstancesRequest.d.ts +10 -0
- package/v2/model/ListResourceInstancesRequest.js +28 -0
- package/v2/model/ListResourceInstancesResponse.d.ts +11 -0
- package/v2/model/ListResourceInstancesResponse.js +45 -0
- package/v2/model/ListResourceTagsRequest.d.ts +11 -0
- package/v2/model/ListResourceTagsRequest.js +39 -0
- package/v2/model/ListResourceTagsResponse.d.ts +7 -0
- package/v2/model/ListResourceTagsResponse.js +31 -0
- package/v2/model/ListSubscriptionsByTopicRequest.d.ts +11 -0
- package/v2/model/ListSubscriptionsByTopicRequest.js +32 -0
- package/v2/model/ListSubscriptionsByTopicResponse.d.ts +15 -0
- package/v2/model/ListSubscriptionsByTopicResponse.js +59 -0
- package/v2/model/ListSubscriptionsItem.d.ts +21 -0
- package/v2/model/ListSubscriptionsItem.js +64 -0
- package/v2/model/ListSubscriptionsRequest.d.ts +13 -0
- package/v2/model/ListSubscriptionsRequest.js +29 -0
- package/v2/model/ListSubscriptionsResponse.d.ts +15 -0
- package/v2/model/ListSubscriptionsResponse.js +59 -0
- package/v2/model/ListTopicAttributesRequest.d.ts +9 -0
- package/v2/model/ListTopicAttributesRequest.js +29 -0
- package/v2/model/ListTopicAttributesResponse.d.ts +11 -0
- package/v2/model/ListTopicAttributesResponse.js +45 -0
- package/v2/model/ListTopicDetailsRequest.d.ts +7 -0
- package/v2/model/ListTopicDetailsRequest.js +24 -0
- package/v2/model/ListTopicDetailsResponse.d.ts +34 -0
- package/v2/model/ListTopicDetailsResponse.js +129 -0
- package/v2/model/ListTopicsItem.d.ts +21 -0
- package/v2/model/ListTopicsItem.js +74 -0
- package/v2/model/ListTopicsRequest.d.ts +17 -0
- package/v2/model/ListTopicsRequest.js +49 -0
- package/v2/model/ListTopicsResponse.d.ts +15 -0
- package/v2/model/ListTopicsResponse.js +59 -0
- package/v2/model/ListVersionRequest.d.ts +7 -0
- package/v2/model/ListVersionRequest.js +24 -0
- package/v2/model/ListVersionResponse.d.ts +6 -0
- package/v2/model/ListVersionResponse.js +31 -0
- package/v2/model/ListVersionsRequest.d.ts +3 -0
- package/v2/model/ListVersionsRequest.js +9 -0
- package/v2/model/ListVersionsResponse.d.ts +7 -0
- package/v2/model/ListVersionsResponse.js +31 -0
- package/v2/model/MessageTemplate.d.ts +25 -0
- package/v2/model/MessageTemplate.js +89 -0
- package/v2/model/PublishAppMessageRequest.d.ts +10 -0
- package/v2/model/PublishAppMessageRequest.js +28 -0
- package/v2/model/PublishAppMessageRequestBody.d.ts +13 -0
- package/v2/model/PublishAppMessageRequestBody.js +41 -0
- package/v2/model/PublishAppMessageResponse.d.ts +12 -0
- package/v2/model/PublishAppMessageResponse.js +55 -0
- package/v2/model/PublishMessageRequest.d.ts +10 -0
- package/v2/model/PublishMessageRequest.js +28 -0
- package/v2/model/PublishMessageRequestBody.d.ts +25 -0
- package/v2/model/PublishMessageRequestBody.js +63 -0
- package/v2/model/PublishMessageResponse.d.ts +12 -0
- package/v2/model/PublishMessageResponse.js +55 -0
- package/v2/model/ResourceDetail.d.ts +17 -0
- package/v2/model/ResourceDetail.js +59 -0
- package/v2/model/ResourceTag.d.ts +7 -0
- package/v2/model/ResourceTag.js +19 -0
- package/v2/model/ResourceTags.d.ts +7 -0
- package/v2/model/ResourceTags.js +19 -0
- package/v2/model/Statement.d.ts +35 -0
- package/v2/model/Statement.js +123 -0
- package/v2/model/TagMatch.d.ts +7 -0
- package/v2/model/TagMatch.js +19 -0
- package/v2/model/TagResource.d.ts +19 -0
- package/v2/model/TagResource.js +59 -0
- package/v2/model/TopicAttribute.d.ts +16 -0
- package/v2/model/TopicAttribute.js +54 -0
- package/v2/model/UpdateApplicationEndpointRequest.d.ts +10 -0
- package/v2/model/UpdateApplicationEndpointRequest.js +28 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.d.ts +9 -0
- package/v2/model/UpdateApplicationEndpointRequestBody.js +27 -0
- package/v2/model/UpdateApplicationEndpointResponse.d.ts +8 -0
- package/v2/model/UpdateApplicationEndpointResponse.js +41 -0
- package/v2/model/UpdateApplicationRequest.d.ts +10 -0
- package/v2/model/UpdateApplicationRequest.js +28 -0
- package/v2/model/UpdateApplicationRequestBody.d.ts +11 -0
- package/v2/model/UpdateApplicationRequestBody.js +39 -0
- package/v2/model/UpdateApplicationResponse.d.ts +8 -0
- package/v2/model/UpdateApplicationResponse.js +41 -0
- package/v2/model/UpdateMessageTemplateRequest.d.ts +10 -0
- package/v2/model/UpdateMessageTemplateRequest.js +28 -0
- package/v2/model/UpdateMessageTemplateRequestBody.d.ts +5 -0
- package/v2/model/UpdateMessageTemplateRequestBody.js +14 -0
- package/v2/model/UpdateMessageTemplateResponse.d.ts +8 -0
- package/v2/model/UpdateMessageTemplateResponse.js +41 -0
- package/v2/model/UpdateTopicAttributeRequest.d.ts +12 -0
- package/v2/model/UpdateTopicAttributeRequest.js +33 -0
- package/v2/model/UpdateTopicAttributeRequestBody.d.ts +5 -0
- package/v2/model/UpdateTopicAttributeRequestBody.js +14 -0
- package/v2/model/UpdateTopicAttributeResponse.d.ts +8 -0
- package/v2/model/UpdateTopicAttributeResponse.js +41 -0
- package/v2/model/UpdateTopicRequest.d.ts +10 -0
- package/v2/model/UpdateTopicRequest.js +28 -0
- package/v2/model/UpdateTopicRequestBody.d.ts +7 -0
- package/v2/model/UpdateTopicRequestBody.js +24 -0
- package/v2/model/UpdateTopicResponse.d.ts +8 -0
- package/v2/model/UpdateTopicResponse.js +41 -0
- package/v2/model/VersionItem.d.ts +18 -0
- package/v2/model/VersionItem.js +49 -0
- package/v2/public-api.d.ts +110 -0
- package/v2/public-api.js +126 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class ListResourceTagsRequest {
|
|
2
|
+
private 'resource_type';
|
|
3
|
+
private 'resource_id';
|
|
4
|
+
constructor(resourceType?: any, resourceId?: any);
|
|
5
|
+
withResourceType(resourceType: string): ListResourceTagsRequest;
|
|
6
|
+
set resourceType(resourceType: string | undefined);
|
|
7
|
+
get resourceType(): string | undefined;
|
|
8
|
+
withResourceId(resourceId: string): ListResourceTagsRequest;
|
|
9
|
+
set resourceId(resourceId: string | undefined);
|
|
10
|
+
get resourceId(): string | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListResourceTagsRequest = void 0;
|
|
4
|
+
var ListResourceTagsRequest = /** @class */ (function () {
|
|
5
|
+
function ListResourceTagsRequest(resourceType, resourceId) {
|
|
6
|
+
this['resource_type'] = resourceType;
|
|
7
|
+
this['resource_id'] = resourceId;
|
|
8
|
+
}
|
|
9
|
+
ListResourceTagsRequest.prototype.withResourceType = function (resourceType) {
|
|
10
|
+
this['resource_type'] = resourceType;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(ListResourceTagsRequest.prototype, "resourceType", {
|
|
14
|
+
get: function () {
|
|
15
|
+
return this['resource_type'];
|
|
16
|
+
},
|
|
17
|
+
set: function (resourceType) {
|
|
18
|
+
this['resource_type'] = resourceType;
|
|
19
|
+
},
|
|
20
|
+
enumerable: false,
|
|
21
|
+
configurable: true
|
|
22
|
+
});
|
|
23
|
+
ListResourceTagsRequest.prototype.withResourceId = function (resourceId) {
|
|
24
|
+
this['resource_id'] = resourceId;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(ListResourceTagsRequest.prototype, "resourceId", {
|
|
28
|
+
get: function () {
|
|
29
|
+
return this['resource_id'];
|
|
30
|
+
},
|
|
31
|
+
set: function (resourceId) {
|
|
32
|
+
this['resource_id'] = resourceId;
|
|
33
|
+
},
|
|
34
|
+
enumerable: false,
|
|
35
|
+
configurable: true
|
|
36
|
+
});
|
|
37
|
+
return ListResourceTagsRequest;
|
|
38
|
+
}());
|
|
39
|
+
exports.ListResourceTagsRequest = ListResourceTagsRequest;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ResourceTag } from './ResourceTag';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListResourceTagsResponse extends SdkResponse {
|
|
4
|
+
tags?: Array<ResourceTag>;
|
|
5
|
+
constructor();
|
|
6
|
+
withTags(tags: Array<ResourceTag>): ListResourceTagsResponse;
|
|
7
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.ListResourceTagsResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListResourceTagsResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListResourceTagsResponse, _super);
|
|
22
|
+
function ListResourceTagsResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListResourceTagsResponse.prototype.withTags = function (tags) {
|
|
26
|
+
this['tags'] = tags;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
return ListResourceTagsResponse;
|
|
30
|
+
}(SdkResponse_1.SdkResponse));
|
|
31
|
+
exports.ListResourceTagsResponse = ListResourceTagsResponse;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class ListSubscriptionsByTopicRequest {
|
|
2
|
+
private 'topic_urn';
|
|
3
|
+
offset?: number;
|
|
4
|
+
limit?: number;
|
|
5
|
+
constructor(topicUrn?: any);
|
|
6
|
+
withTopicUrn(topicUrn: string): ListSubscriptionsByTopicRequest;
|
|
7
|
+
set topicUrn(topicUrn: string | undefined);
|
|
8
|
+
get topicUrn(): string | undefined;
|
|
9
|
+
withOffset(offset: number): ListSubscriptionsByTopicRequest;
|
|
10
|
+
withLimit(limit: number): ListSubscriptionsByTopicRequest;
|
|
11
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSubscriptionsByTopicRequest = void 0;
|
|
4
|
+
var ListSubscriptionsByTopicRequest = /** @class */ (function () {
|
|
5
|
+
function ListSubscriptionsByTopicRequest(topicUrn) {
|
|
6
|
+
this['topic_urn'] = topicUrn;
|
|
7
|
+
}
|
|
8
|
+
ListSubscriptionsByTopicRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
9
|
+
this['topic_urn'] = topicUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(ListSubscriptionsByTopicRequest.prototype, "topicUrn", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['topic_urn'];
|
|
15
|
+
},
|
|
16
|
+
set: function (topicUrn) {
|
|
17
|
+
this['topic_urn'] = topicUrn;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
ListSubscriptionsByTopicRequest.prototype.withOffset = function (offset) {
|
|
23
|
+
this['offset'] = offset;
|
|
24
|
+
return this;
|
|
25
|
+
};
|
|
26
|
+
ListSubscriptionsByTopicRequest.prototype.withLimit = function (limit) {
|
|
27
|
+
this['limit'] = limit;
|
|
28
|
+
return this;
|
|
29
|
+
};
|
|
30
|
+
return ListSubscriptionsByTopicRequest;
|
|
31
|
+
}());
|
|
32
|
+
exports.ListSubscriptionsByTopicRequest = ListSubscriptionsByTopicRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ListSubscriptionsItem } from './ListSubscriptionsItem';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListSubscriptionsByTopicResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
private 'subscription_count'?;
|
|
6
|
+
subscriptions?: Array<ListSubscriptionsItem>;
|
|
7
|
+
constructor();
|
|
8
|
+
withRequestId(requestId: string): ListSubscriptionsByTopicResponse;
|
|
9
|
+
set requestId(requestId: string | undefined);
|
|
10
|
+
get requestId(): string | undefined;
|
|
11
|
+
withSubscriptionCount(subscriptionCount: number): ListSubscriptionsByTopicResponse;
|
|
12
|
+
set subscriptionCount(subscriptionCount: number | undefined);
|
|
13
|
+
get subscriptionCount(): number | undefined;
|
|
14
|
+
withSubscriptions(subscriptions: Array<ListSubscriptionsItem>): ListSubscriptionsByTopicResponse;
|
|
15
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.ListSubscriptionsByTopicResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListSubscriptionsByTopicResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListSubscriptionsByTopicResponse, _super);
|
|
22
|
+
function ListSubscriptionsByTopicResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListSubscriptionsByTopicResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListSubscriptionsByTopicResponse.prototype, "requestId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['request_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (requestId) {
|
|
34
|
+
this['request_id'] = requestId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
ListSubscriptionsByTopicResponse.prototype.withSubscriptionCount = function (subscriptionCount) {
|
|
40
|
+
this['subscription_count'] = subscriptionCount;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(ListSubscriptionsByTopicResponse.prototype, "subscriptionCount", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['subscription_count'];
|
|
46
|
+
},
|
|
47
|
+
set: function (subscriptionCount) {
|
|
48
|
+
this['subscription_count'] = subscriptionCount;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
ListSubscriptionsByTopicResponse.prototype.withSubscriptions = function (subscriptions) {
|
|
54
|
+
this['subscriptions'] = subscriptions;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
return ListSubscriptionsByTopicResponse;
|
|
58
|
+
}(SdkResponse_1.SdkResponse));
|
|
59
|
+
exports.ListSubscriptionsByTopicResponse = ListSubscriptionsByTopicResponse;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class ListSubscriptionsItem {
|
|
2
|
+
private 'topic_urn';
|
|
3
|
+
protocol: string;
|
|
4
|
+
private 'subscription_urn';
|
|
5
|
+
owner: string;
|
|
6
|
+
endpoint: string;
|
|
7
|
+
remark: string;
|
|
8
|
+
status: number;
|
|
9
|
+
constructor(topicUrn?: any, protocol?: any, subscriptionUrn?: any, owner?: any, endpoint?: any, remark?: any, status?: any);
|
|
10
|
+
withTopicUrn(topicUrn: string): ListSubscriptionsItem;
|
|
11
|
+
set topicUrn(topicUrn: string | undefined);
|
|
12
|
+
get topicUrn(): string | undefined;
|
|
13
|
+
withProtocol(protocol: string): ListSubscriptionsItem;
|
|
14
|
+
withSubscriptionUrn(subscriptionUrn: string): ListSubscriptionsItem;
|
|
15
|
+
set subscriptionUrn(subscriptionUrn: string | undefined);
|
|
16
|
+
get subscriptionUrn(): string | undefined;
|
|
17
|
+
withOwner(owner: string): ListSubscriptionsItem;
|
|
18
|
+
withEndpoint(endpoint: string): ListSubscriptionsItem;
|
|
19
|
+
withRemark(remark: string): ListSubscriptionsItem;
|
|
20
|
+
withStatus(status: number): ListSubscriptionsItem;
|
|
21
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSubscriptionsItem = void 0;
|
|
4
|
+
var ListSubscriptionsItem = /** @class */ (function () {
|
|
5
|
+
function ListSubscriptionsItem(topicUrn, protocol, subscriptionUrn, owner, endpoint, remark, status) {
|
|
6
|
+
this['topic_urn'] = topicUrn;
|
|
7
|
+
this['protocol'] = protocol;
|
|
8
|
+
this['subscription_urn'] = subscriptionUrn;
|
|
9
|
+
this['owner'] = owner;
|
|
10
|
+
this['endpoint'] = endpoint;
|
|
11
|
+
this['remark'] = remark;
|
|
12
|
+
this['status'] = status;
|
|
13
|
+
}
|
|
14
|
+
ListSubscriptionsItem.prototype.withTopicUrn = function (topicUrn) {
|
|
15
|
+
this['topic_urn'] = topicUrn;
|
|
16
|
+
return this;
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(ListSubscriptionsItem.prototype, "topicUrn", {
|
|
19
|
+
get: function () {
|
|
20
|
+
return this['topic_urn'];
|
|
21
|
+
},
|
|
22
|
+
set: function (topicUrn) {
|
|
23
|
+
this['topic_urn'] = topicUrn;
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
ListSubscriptionsItem.prototype.withProtocol = function (protocol) {
|
|
29
|
+
this['protocol'] = protocol;
|
|
30
|
+
return this;
|
|
31
|
+
};
|
|
32
|
+
ListSubscriptionsItem.prototype.withSubscriptionUrn = function (subscriptionUrn) {
|
|
33
|
+
this['subscription_urn'] = subscriptionUrn;
|
|
34
|
+
return this;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(ListSubscriptionsItem.prototype, "subscriptionUrn", {
|
|
37
|
+
get: function () {
|
|
38
|
+
return this['subscription_urn'];
|
|
39
|
+
},
|
|
40
|
+
set: function (subscriptionUrn) {
|
|
41
|
+
this['subscription_urn'] = subscriptionUrn;
|
|
42
|
+
},
|
|
43
|
+
enumerable: false,
|
|
44
|
+
configurable: true
|
|
45
|
+
});
|
|
46
|
+
ListSubscriptionsItem.prototype.withOwner = function (owner) {
|
|
47
|
+
this['owner'] = owner;
|
|
48
|
+
return this;
|
|
49
|
+
};
|
|
50
|
+
ListSubscriptionsItem.prototype.withEndpoint = function (endpoint) {
|
|
51
|
+
this['endpoint'] = endpoint;
|
|
52
|
+
return this;
|
|
53
|
+
};
|
|
54
|
+
ListSubscriptionsItem.prototype.withRemark = function (remark) {
|
|
55
|
+
this['remark'] = remark;
|
|
56
|
+
return this;
|
|
57
|
+
};
|
|
58
|
+
ListSubscriptionsItem.prototype.withStatus = function (status) {
|
|
59
|
+
this['status'] = status;
|
|
60
|
+
return this;
|
|
61
|
+
};
|
|
62
|
+
return ListSubscriptionsItem;
|
|
63
|
+
}());
|
|
64
|
+
exports.ListSubscriptionsItem = ListSubscriptionsItem;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class ListSubscriptionsRequest {
|
|
2
|
+
offset?: number;
|
|
3
|
+
limit?: number;
|
|
4
|
+
protocol?: string;
|
|
5
|
+
status?: number;
|
|
6
|
+
endpoint?: string;
|
|
7
|
+
constructor();
|
|
8
|
+
withOffset(offset: number): ListSubscriptionsRequest;
|
|
9
|
+
withLimit(limit: number): ListSubscriptionsRequest;
|
|
10
|
+
withProtocol(protocol: string): ListSubscriptionsRequest;
|
|
11
|
+
withStatus(status: number): ListSubscriptionsRequest;
|
|
12
|
+
withEndpoint(endpoint: string): ListSubscriptionsRequest;
|
|
13
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListSubscriptionsRequest = void 0;
|
|
4
|
+
var ListSubscriptionsRequest = /** @class */ (function () {
|
|
5
|
+
function ListSubscriptionsRequest() {
|
|
6
|
+
}
|
|
7
|
+
ListSubscriptionsRequest.prototype.withOffset = function (offset) {
|
|
8
|
+
this['offset'] = offset;
|
|
9
|
+
return this;
|
|
10
|
+
};
|
|
11
|
+
ListSubscriptionsRequest.prototype.withLimit = function (limit) {
|
|
12
|
+
this['limit'] = limit;
|
|
13
|
+
return this;
|
|
14
|
+
};
|
|
15
|
+
ListSubscriptionsRequest.prototype.withProtocol = function (protocol) {
|
|
16
|
+
this['protocol'] = protocol;
|
|
17
|
+
return this;
|
|
18
|
+
};
|
|
19
|
+
ListSubscriptionsRequest.prototype.withStatus = function (status) {
|
|
20
|
+
this['status'] = status;
|
|
21
|
+
return this;
|
|
22
|
+
};
|
|
23
|
+
ListSubscriptionsRequest.prototype.withEndpoint = function (endpoint) {
|
|
24
|
+
this['endpoint'] = endpoint;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
return ListSubscriptionsRequest;
|
|
28
|
+
}());
|
|
29
|
+
exports.ListSubscriptionsRequest = ListSubscriptionsRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ListSubscriptionsItem } from './ListSubscriptionsItem';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListSubscriptionsResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
private 'subscription_count'?;
|
|
6
|
+
subscriptions?: Array<ListSubscriptionsItem>;
|
|
7
|
+
constructor();
|
|
8
|
+
withRequestId(requestId: string): ListSubscriptionsResponse;
|
|
9
|
+
set requestId(requestId: string | undefined);
|
|
10
|
+
get requestId(): string | undefined;
|
|
11
|
+
withSubscriptionCount(subscriptionCount: number): ListSubscriptionsResponse;
|
|
12
|
+
set subscriptionCount(subscriptionCount: number | undefined);
|
|
13
|
+
get subscriptionCount(): number | undefined;
|
|
14
|
+
withSubscriptions(subscriptions: Array<ListSubscriptionsItem>): ListSubscriptionsResponse;
|
|
15
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.ListSubscriptionsResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListSubscriptionsResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListSubscriptionsResponse, _super);
|
|
22
|
+
function ListSubscriptionsResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListSubscriptionsResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListSubscriptionsResponse.prototype, "requestId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['request_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (requestId) {
|
|
34
|
+
this['request_id'] = requestId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
ListSubscriptionsResponse.prototype.withSubscriptionCount = function (subscriptionCount) {
|
|
40
|
+
this['subscription_count'] = subscriptionCount;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(ListSubscriptionsResponse.prototype, "subscriptionCount", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['subscription_count'];
|
|
46
|
+
},
|
|
47
|
+
set: function (subscriptionCount) {
|
|
48
|
+
this['subscription_count'] = subscriptionCount;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
ListSubscriptionsResponse.prototype.withSubscriptions = function (subscriptions) {
|
|
54
|
+
this['subscriptions'] = subscriptions;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
return ListSubscriptionsResponse;
|
|
58
|
+
}(SdkResponse_1.SdkResponse));
|
|
59
|
+
exports.ListSubscriptionsResponse = ListSubscriptionsResponse;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class ListTopicAttributesRequest {
|
|
2
|
+
private 'topic_urn';
|
|
3
|
+
name: string;
|
|
4
|
+
constructor(topicUrn?: any, name?: any);
|
|
5
|
+
withTopicUrn(topicUrn: string): ListTopicAttributesRequest;
|
|
6
|
+
set topicUrn(topicUrn: string | undefined);
|
|
7
|
+
get topicUrn(): string | undefined;
|
|
8
|
+
withName(name: string): ListTopicAttributesRequest;
|
|
9
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTopicAttributesRequest = void 0;
|
|
4
|
+
var ListTopicAttributesRequest = /** @class */ (function () {
|
|
5
|
+
function ListTopicAttributesRequest(topicUrn, name) {
|
|
6
|
+
this['topic_urn'] = topicUrn;
|
|
7
|
+
this['name'] = name;
|
|
8
|
+
}
|
|
9
|
+
ListTopicAttributesRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
10
|
+
this['topic_urn'] = topicUrn;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(ListTopicAttributesRequest.prototype, "topicUrn", {
|
|
14
|
+
get: function () {
|
|
15
|
+
return this['topic_urn'];
|
|
16
|
+
},
|
|
17
|
+
set: function (topicUrn) {
|
|
18
|
+
this['topic_urn'] = topicUrn;
|
|
19
|
+
},
|
|
20
|
+
enumerable: false,
|
|
21
|
+
configurable: true
|
|
22
|
+
});
|
|
23
|
+
ListTopicAttributesRequest.prototype.withName = function (name) {
|
|
24
|
+
this['name'] = name;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
return ListTopicAttributesRequest;
|
|
28
|
+
}());
|
|
29
|
+
exports.ListTopicAttributesRequest = ListTopicAttributesRequest;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TopicAttribute } from './TopicAttribute';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ListTopicAttributesResponse extends SdkResponse {
|
|
4
|
+
private 'request_id'?;
|
|
5
|
+
attributes?: TopicAttribute;
|
|
6
|
+
constructor();
|
|
7
|
+
withRequestId(requestId: string): ListTopicAttributesResponse;
|
|
8
|
+
set requestId(requestId: string | undefined);
|
|
9
|
+
get requestId(): string | undefined;
|
|
10
|
+
withAttributes(attributes: TopicAttribute): ListTopicAttributesResponse;
|
|
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.ListTopicAttributesResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var ListTopicAttributesResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(ListTopicAttributesResponse, _super);
|
|
22
|
+
function ListTopicAttributesResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
ListTopicAttributesResponse.prototype.withRequestId = function (requestId) {
|
|
26
|
+
this['request_id'] = requestId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(ListTopicAttributesResponse.prototype, "requestId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['request_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (requestId) {
|
|
34
|
+
this['request_id'] = requestId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
ListTopicAttributesResponse.prototype.withAttributes = function (attributes) {
|
|
40
|
+
this['attributes'] = attributes;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
return ListTopicAttributesResponse;
|
|
44
|
+
}(SdkResponse_1.SdkResponse));
|
|
45
|
+
exports.ListTopicAttributesResponse = ListTopicAttributesResponse;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTopicDetailsRequest = void 0;
|
|
4
|
+
var ListTopicDetailsRequest = /** @class */ (function () {
|
|
5
|
+
function ListTopicDetailsRequest(topicUrn) {
|
|
6
|
+
this['topic_urn'] = topicUrn;
|
|
7
|
+
}
|
|
8
|
+
ListTopicDetailsRequest.prototype.withTopicUrn = function (topicUrn) {
|
|
9
|
+
this['topic_urn'] = topicUrn;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(ListTopicDetailsRequest.prototype, "topicUrn", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['topic_urn'];
|
|
15
|
+
},
|
|
16
|
+
set: function (topicUrn) {
|
|
17
|
+
this['topic_urn'] = topicUrn;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
return ListTopicDetailsRequest;
|
|
23
|
+
}());
|
|
24
|
+
exports.ListTopicDetailsRequest = ListTopicDetailsRequest;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class ListTopicDetailsResponse extends SdkResponse {
|
|
3
|
+
private 'update_time'?;
|
|
4
|
+
private 'push_policy'?;
|
|
5
|
+
private 'create_time'?;
|
|
6
|
+
name?: string;
|
|
7
|
+
private 'topic_urn'?;
|
|
8
|
+
private 'display_name'?;
|
|
9
|
+
private 'request_id'?;
|
|
10
|
+
private 'enterprise_project_id'?;
|
|
11
|
+
constructor();
|
|
12
|
+
withUpdateTime(updateTime: string): ListTopicDetailsResponse;
|
|
13
|
+
set updateTime(updateTime: string | undefined);
|
|
14
|
+
get updateTime(): string | undefined;
|
|
15
|
+
withPushPolicy(pushPolicy: number): ListTopicDetailsResponse;
|
|
16
|
+
set pushPolicy(pushPolicy: number | undefined);
|
|
17
|
+
get pushPolicy(): number | undefined;
|
|
18
|
+
withCreateTime(createTime: string): ListTopicDetailsResponse;
|
|
19
|
+
set createTime(createTime: string | undefined);
|
|
20
|
+
get createTime(): string | undefined;
|
|
21
|
+
withName(name: string): ListTopicDetailsResponse;
|
|
22
|
+
withTopicUrn(topicUrn: string): ListTopicDetailsResponse;
|
|
23
|
+
set topicUrn(topicUrn: string | undefined);
|
|
24
|
+
get topicUrn(): string | undefined;
|
|
25
|
+
withDisplayName(displayName: string): ListTopicDetailsResponse;
|
|
26
|
+
set displayName(displayName: string | undefined);
|
|
27
|
+
get displayName(): string | undefined;
|
|
28
|
+
withRequestId(requestId: string): ListTopicDetailsResponse;
|
|
29
|
+
set requestId(requestId: string | undefined);
|
|
30
|
+
get requestId(): string | undefined;
|
|
31
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ListTopicDetailsResponse;
|
|
32
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
|
33
|
+
get enterpriseProjectId(): string | undefined;
|
|
34
|
+
}
|