@raystack/proton 0.1.0-ce225175aa066e6f296bc489293bb83ed0edcef6
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/google/api/annotations_pb.ts +33 -0
- package/google/api/field_behavior.ts +95 -0
- package/google/api/field_behavior_pb.ts +139 -0
- package/google/api/http.ts +695 -0
- package/google/api/http_pb.ts +547 -0
- package/google/api/httpbody.ts +159 -0
- package/google/api/httpbody_pb.ts +122 -0
- package/google/protobuf/any.ts +322 -0
- package/google/protobuf/descriptor.ts +3475 -0
- package/google/protobuf/duration.ts +231 -0
- package/google/protobuf/struct.ts +484 -0
- package/google/protobuf/timestamp.ts +290 -0
- package/google/protobuf/wrappers.ts +752 -0
- package/package.json +47 -0
- package/protoc-gen-openapiv2/options/annotations_pb.ts +78 -0
- package/protoc-gen-openapiv2/options/openapiv2.ts +3110 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1995 -0
- package/raystack/assets/index.ts +29 -0
- package/raystack/assets/v1beta1/bucket.ts +362 -0
- package/raystack/assets/v1beta1/bucket_pb.ts +233 -0
- package/raystack/assets/v1beta1/dashboard.ts +426 -0
- package/raystack/assets/v1beta1/dashboard_pb.ts +275 -0
- package/raystack/assets/v1beta1/event.ts +105 -0
- package/raystack/assets/v1beta1/event_pb.ts +70 -0
- package/raystack/assets/v1beta1/group.ts +223 -0
- package/raystack/assets/v1beta1/group_pb.ts +149 -0
- package/raystack/assets/v1beta1/job.ts +147 -0
- package/raystack/assets/v1beta1/job_pb.ts +100 -0
- package/raystack/assets/v1beta1/lineage.ts +90 -0
- package/raystack/assets/v1beta1/lineage_pb.ts +61 -0
- package/raystack/assets/v1beta1/ownership.ts +179 -0
- package/raystack/assets/v1beta1/ownership_pb.ts +119 -0
- package/raystack/assets/v1beta1/preview.ts +87 -0
- package/raystack/assets/v1beta1/preview_pb.ts +58 -0
- package/raystack/assets/v1beta1/properties.ts +116 -0
- package/raystack/assets/v1beta1/properties_pb.ts +63 -0
- package/raystack/assets/v1beta1/resource.ts +149 -0
- package/raystack/assets/v1beta1/resource_pb.ts +96 -0
- package/raystack/assets/v1beta1/schema.ts +421 -0
- package/raystack/assets/v1beta1/schema_pb.ts +262 -0
- package/raystack/assets/v1beta1/table.ts +408 -0
- package/raystack/assets/v1beta1/table_pb.ts +266 -0
- package/raystack/assets/v1beta1/timestamp.ts +158 -0
- package/raystack/assets/v1beta1/timestamp_pb.ts +107 -0
- package/raystack/assets/v1beta1/topic.ts +253 -0
- package/raystack/assets/v1beta1/topic_pb.ts +171 -0
- package/raystack/assets/v1beta1/user.ts +451 -0
- package/raystack/assets/v1beta1/user_pb.ts +292 -0
- package/raystack/assets/v1beta2/application.ts +125 -0
- package/raystack/assets/v1beta2/application_pb.ts +79 -0
- package/raystack/assets/v1beta2/asset.ts +269 -0
- package/raystack/assets/v1beta2/asset_pb.ts +157 -0
- package/raystack/assets/v1beta2/bucket.ts +341 -0
- package/raystack/assets/v1beta2/bucket_pb.ts +215 -0
- package/raystack/assets/v1beta2/common.ts +392 -0
- package/raystack/assets/v1beta2/common_pb.ts +258 -0
- package/raystack/assets/v1beta2/dashboard.ts +393 -0
- package/raystack/assets/v1beta2/dashboard_pb.ts +247 -0
- package/raystack/assets/v1beta2/experiment.ts +274 -0
- package/raystack/assets/v1beta2/experiment_pb.ts +180 -0
- package/raystack/assets/v1beta2/feature_table.ts +387 -0
- package/raystack/assets/v1beta2/feature_table_pb.ts +237 -0
- package/raystack/assets/v1beta2/group.ts +178 -0
- package/raystack/assets/v1beta2/group_pb.ts +118 -0
- package/raystack/assets/v1beta2/job.ts +99 -0
- package/raystack/assets/v1beta2/job_pb.ts +65 -0
- package/raystack/assets/v1beta2/metric.ts +163 -0
- package/raystack/assets/v1beta2/metric_pb.ts +105 -0
- package/raystack/assets/v1beta2/model.ts +519 -0
- package/raystack/assets/v1beta2/model_pb.ts +322 -0
- package/raystack/assets/v1beta2/table.ts +663 -0
- package/raystack/assets/v1beta2/table_pb.ts +409 -0
- package/raystack/assets/v1beta2/topic.ts +275 -0
- package/raystack/assets/v1beta2/topic_pb.ts +181 -0
- package/raystack/assets/v1beta2/user.ts +433 -0
- package/raystack/assets/v1beta2/user_pb.ts +277 -0
- package/raystack/common/index.ts +3 -0
- package/raystack/common/v1/service-CommonService_connectquery.ts +21 -0
- package/raystack/common/v1/service.client.ts +37 -0
- package/raystack/common/v1/service.ts +245 -0
- package/raystack/common/v1/service_connect.ts +26 -0
- package/raystack/common/v1/service_pb.ts +149 -0
- package/raystack/compass/index.ts +3 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +605 -0
- package/raystack/compass/v1beta1/service.client.ts +594 -0
- package/raystack/compass/v1beta1/service.ts +8169 -0
- package/raystack/compass/v1beta1/service_connect.ts +407 -0
- package/raystack/compass/v1beta1/service_pb.ts +4975 -0
- package/raystack/entropy/index.ts +6 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +77 -0
- package/raystack/entropy/v1beta1/module.client.ts +89 -0
- package/raystack/entropy/v1beta1/module.ts +692 -0
- package/raystack/entropy/v1beta1/module_connect.ts +62 -0
- package/raystack/entropy/v1beta1/module_pb.ts +445 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +105 -0
- package/raystack/entropy/v1beta1/resource.client.ts +129 -0
- package/raystack/entropy/v1beta1/resource.ts +1817 -0
- package/raystack/entropy/v1beta1/resource_connect.ts +89 -0
- package/raystack/entropy/v1beta1/resource_pb.ts +1092 -0
- package/raystack/frontier/index.ts +7 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +756 -0
- package/raystack/frontier/v1beta1/admin.client.ts +849 -0
- package/raystack/frontier/v1beta1/admin.ts +9007 -0
- package/raystack/frontier/v1beta1/admin_connect.ts +573 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +5615 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +2399 -0
- package/raystack/frontier/v1beta1/frontier.client.ts +2307 -0
- package/raystack/frontier/v1beta1/frontier.ts +23706 -0
- package/raystack/frontier/v1beta1/frontier_connect.ts +1574 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +15258 -0
- package/raystack/frontier/v1beta1/models.ts +7433 -0
- package/raystack/frontier/v1beta1/models_pb.ts +4345 -0
- package/raystack/guardian/index.ts +3 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +569 -0
- package/raystack/guardian/v1beta1/guardian.client.ts +552 -0
- package/raystack/guardian/v1beta1/guardian.ts +9688 -0
- package/raystack/guardian/v1beta1/guardian_connect.ts +381 -0
- package/raystack/guardian/v1beta1/guardian_pb.ts +5858 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +49 -0
- package/raystack/optimus/core/v1beta1/backup.client.ts +63 -0
- package/raystack/optimus/core/v1beta1/backup.ts +708 -0
- package/raystack/optimus/core/v1beta1/backup_connect.ts +44 -0
- package/raystack/optimus/core/v1beta1/backup_pb.ts +406 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +71 -0
- package/raystack/optimus/core/v1beta1/job_run.client.ts +96 -0
- package/raystack/optimus/core/v1beta1/job_run.ts +1008 -0
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +63 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +612 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +249 -0
- package/raystack/optimus/core/v1beta1/job_spec.client.ts +363 -0
- package/raystack/optimus/core/v1beta1/job_spec.ts +5134 -0
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +233 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +3196 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +55 -0
- package/raystack/optimus/core/v1beta1/namespace.client.ts +75 -0
- package/raystack/optimus/core/v1beta1/namespace.ts +477 -0
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +50 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +291 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +55 -0
- package/raystack/optimus/core/v1beta1/project.client.ts +75 -0
- package/raystack/optimus/core/v1beta1/project.ts +520 -0
- package/raystack/optimus/core/v1beta1/project_connect.ts +50 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +322 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +63 -0
- package/raystack/optimus/core/v1beta1/replay.client.ts +76 -0
- package/raystack/optimus/core/v1beta1/replay.ts +881 -0
- package/raystack/optimus/core/v1beta1/replay_connect.ts +53 -0
- package/raystack/optimus/core/v1beta1/replay_pb.ts +522 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +104 -0
- package/raystack/optimus/core/v1beta1/resource.client.ts +148 -0
- package/raystack/optimus/core/v1beta1/resource.ts +1329 -0
- package/raystack/optimus/core/v1beta1/resource_connect.ts +96 -0
- package/raystack/optimus/core/v1beta1/resource_pb.ts +791 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +23 -0
- package/raystack/optimus/core/v1beta1/runtime.client.ts +45 -0
- package/raystack/optimus/core/v1beta1/runtime.ts +131 -0
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +30 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +82 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +71 -0
- package/raystack/optimus/core/v1beta1/secret.client.ts +92 -0
- package/raystack/optimus/core/v1beta1/secret.ts +619 -0
- package/raystack/optimus/core/v1beta1/secret_connect.ts +61 -0
- package/raystack/optimus/core/v1beta1/secret_pb.ts +393 -0
- package/raystack/optimus/core/v1beta1/status.ts +113 -0
- package/raystack/optimus/core/v1beta1/status_pb.ts +101 -0
- package/raystack/optimus/integration/v1beta1/event.ts +531 -0
- package/raystack/optimus/integration/v1beta1/event_pb.ts +362 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +72 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.client.ts +100 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.ts +950 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +65 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +604 -0
- package/raystack/predator/index.ts +2 -0
- package/raystack/predator/v1beta1/metrics_log.ts +457 -0
- package/raystack/predator/v1beta1/metrics_log_pb.ts +277 -0
- package/raystack/predator/v1beta1/result_log.ts +390 -0
- package/raystack/predator/v1beta1/result_log_pb.ts +235 -0
- package/raystack/raccoon/index.ts +3 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +21 -0
- package/raystack/raccoon/v1beta1/raccoon.client.ts +37 -0
- package/raystack/raccoon/v1beta1/raccoon.ts +442 -0
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +26 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +324 -0
- package/raystack/siren/index.ts +3 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +497 -0
- package/raystack/siren/v1beta1/siren.client.ts +479 -0
- package/raystack/siren/v1beta1/siren.ts +6507 -0
- package/raystack/siren/v1beta1/siren_connect.ts +332 -0
- package/raystack/siren/v1beta1/siren_pb.ts +3853 -0
- package/raystack/stencil/index.ts +3 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +231 -0
- package/raystack/stencil/v1beta1/stencil.client.ts +232 -0
- package/raystack/stencil/v1beta1/stencil.ts +2716 -0
- package/raystack/stencil/v1beta1/stencil_connect.ts +161 -0
- package/raystack/stencil/v1beta1/stencil_pb.ts +1729 -0
- package/validate/validate.ts +4130 -0
- package/validate/validate_pb.ts +2621 -0
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
// @generated by protobuf-ts 2.11.1
|
|
2
|
+
// @generated from protobuf file "raystack/optimus/core/v1beta1/resource.proto" (package "raystack.optimus.core.v1beta1", syntax proto3)
|
|
3
|
+
// tslint:disable
|
|
4
|
+
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
5
|
+
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
|
6
|
+
import { ResourceService } from "./resource";
|
|
7
|
+
import type { ApplyResourcesResponse } from "./resource";
|
|
8
|
+
import type { ApplyResourcesRequest } from "./resource";
|
|
9
|
+
import type { ChangeResourceNamespaceResponse } from "./resource";
|
|
10
|
+
import type { ChangeResourceNamespaceRequest } from "./resource";
|
|
11
|
+
import type { UpdateResourceResponse } from "./resource";
|
|
12
|
+
import type { UpdateResourceRequest } from "./resource";
|
|
13
|
+
import type { ReadResourceResponse } from "./resource";
|
|
14
|
+
import type { ReadResourceRequest } from "./resource";
|
|
15
|
+
import type { CreateResourceResponse } from "./resource";
|
|
16
|
+
import type { CreateResourceRequest } from "./resource";
|
|
17
|
+
import type { ListResourceSpecificationResponse } from "./resource";
|
|
18
|
+
import type { ListResourceSpecificationRequest } from "./resource";
|
|
19
|
+
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
20
|
+
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
|
21
|
+
import type { DeployResourceSpecificationResponse } from "./resource";
|
|
22
|
+
import type { DeployResourceSpecificationRequest } from "./resource";
|
|
23
|
+
import type { DuplexStreamingCall } from "@protobuf-ts/runtime-rpc";
|
|
24
|
+
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
|
25
|
+
/**
|
|
26
|
+
* @generated from protobuf service raystack.optimus.core.v1beta1.ResourceService
|
|
27
|
+
*/
|
|
28
|
+
export interface IResourceServiceClient {
|
|
29
|
+
/**
|
|
30
|
+
* DeployResourceSpecification migrate all resource specifications of a datastore in project
|
|
31
|
+
* State of the world request
|
|
32
|
+
*
|
|
33
|
+
* @generated from protobuf rpc: DeployResourceSpecification
|
|
34
|
+
*/
|
|
35
|
+
deployResourceSpecification(options?: RpcOptions): DuplexStreamingCall<DeployResourceSpecificationRequest, DeployResourceSpecificationResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* ListResourceSpecification lists all resource specifications of a datastore in project
|
|
38
|
+
*
|
|
39
|
+
* @generated from protobuf rpc: ListResourceSpecification
|
|
40
|
+
*/
|
|
41
|
+
listResourceSpecification(input: ListResourceSpecificationRequest, options?: RpcOptions): UnaryCall<ListResourceSpecificationRequest, ListResourceSpecificationResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* Database CRUD
|
|
44
|
+
* CreateResource registers a new resource of a namespace which belongs to a project
|
|
45
|
+
*
|
|
46
|
+
* @generated from protobuf rpc: CreateResource
|
|
47
|
+
*/
|
|
48
|
+
createResource(input: CreateResourceRequest, options?: RpcOptions): UnaryCall<CreateResourceRequest, CreateResourceResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* ReadResource reads a provided resource spec of a namespace
|
|
51
|
+
*
|
|
52
|
+
* @generated from protobuf rpc: ReadResource
|
|
53
|
+
*/
|
|
54
|
+
readResource(input: ReadResourceRequest, options?: RpcOptions): UnaryCall<ReadResourceRequest, ReadResourceResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* UpdateResource updates a resource specification of a datastore in project
|
|
57
|
+
*
|
|
58
|
+
* @generated from protobuf rpc: UpdateResource
|
|
59
|
+
*/
|
|
60
|
+
updateResource(input: UpdateResourceRequest, options?: RpcOptions): UnaryCall<UpdateResourceRequest, UpdateResourceResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* ChangeJobNamespace move a job spec from one namespace to another
|
|
63
|
+
*
|
|
64
|
+
* @generated from protobuf rpc: ChangeResourceNamespace
|
|
65
|
+
*/
|
|
66
|
+
changeResourceNamespace(input: ChangeResourceNamespaceRequest, options?: RpcOptions): UnaryCall<ChangeResourceNamespaceRequest, ChangeResourceNamespaceResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* apply a resource from optimus to datastore
|
|
69
|
+
*
|
|
70
|
+
* @generated from protobuf rpc: ApplyResources
|
|
71
|
+
*/
|
|
72
|
+
applyResources(input: ApplyResourcesRequest, options?: RpcOptions): UnaryCall<ApplyResourcesRequest, ApplyResourcesResponse>;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @generated from protobuf service raystack.optimus.core.v1beta1.ResourceService
|
|
76
|
+
*/
|
|
77
|
+
export class ResourceServiceClient implements IResourceServiceClient, ServiceInfo {
|
|
78
|
+
typeName = ResourceService.typeName;
|
|
79
|
+
methods = ResourceService.methods;
|
|
80
|
+
options = ResourceService.options;
|
|
81
|
+
constructor(private readonly _transport: RpcTransport) {
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* DeployResourceSpecification migrate all resource specifications of a datastore in project
|
|
85
|
+
* State of the world request
|
|
86
|
+
*
|
|
87
|
+
* @generated from protobuf rpc: DeployResourceSpecification
|
|
88
|
+
*/
|
|
89
|
+
deployResourceSpecification(options?: RpcOptions): DuplexStreamingCall<DeployResourceSpecificationRequest, DeployResourceSpecificationResponse> {
|
|
90
|
+
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
|
91
|
+
return stackIntercept<DeployResourceSpecificationRequest, DeployResourceSpecificationResponse>("duplex", this._transport, method, opt);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* ListResourceSpecification lists all resource specifications of a datastore in project
|
|
95
|
+
*
|
|
96
|
+
* @generated from protobuf rpc: ListResourceSpecification
|
|
97
|
+
*/
|
|
98
|
+
listResourceSpecification(input: ListResourceSpecificationRequest, options?: RpcOptions): UnaryCall<ListResourceSpecificationRequest, ListResourceSpecificationResponse> {
|
|
99
|
+
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
|
100
|
+
return stackIntercept<ListResourceSpecificationRequest, ListResourceSpecificationResponse>("unary", this._transport, method, opt, input);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Database CRUD
|
|
104
|
+
* CreateResource registers a new resource of a namespace which belongs to a project
|
|
105
|
+
*
|
|
106
|
+
* @generated from protobuf rpc: CreateResource
|
|
107
|
+
*/
|
|
108
|
+
createResource(input: CreateResourceRequest, options?: RpcOptions): UnaryCall<CreateResourceRequest, CreateResourceResponse> {
|
|
109
|
+
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
|
110
|
+
return stackIntercept<CreateResourceRequest, CreateResourceResponse>("unary", this._transport, method, opt, input);
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* ReadResource reads a provided resource spec of a namespace
|
|
114
|
+
*
|
|
115
|
+
* @generated from protobuf rpc: ReadResource
|
|
116
|
+
*/
|
|
117
|
+
readResource(input: ReadResourceRequest, options?: RpcOptions): UnaryCall<ReadResourceRequest, ReadResourceResponse> {
|
|
118
|
+
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
|
119
|
+
return stackIntercept<ReadResourceRequest, ReadResourceResponse>("unary", this._transport, method, opt, input);
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* UpdateResource updates a resource specification of a datastore in project
|
|
123
|
+
*
|
|
124
|
+
* @generated from protobuf rpc: UpdateResource
|
|
125
|
+
*/
|
|
126
|
+
updateResource(input: UpdateResourceRequest, options?: RpcOptions): UnaryCall<UpdateResourceRequest, UpdateResourceResponse> {
|
|
127
|
+
const method = this.methods[4], opt = this._transport.mergeOptions(options);
|
|
128
|
+
return stackIntercept<UpdateResourceRequest, UpdateResourceResponse>("unary", this._transport, method, opt, input);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* ChangeJobNamespace move a job spec from one namespace to another
|
|
132
|
+
*
|
|
133
|
+
* @generated from protobuf rpc: ChangeResourceNamespace
|
|
134
|
+
*/
|
|
135
|
+
changeResourceNamespace(input: ChangeResourceNamespaceRequest, options?: RpcOptions): UnaryCall<ChangeResourceNamespaceRequest, ChangeResourceNamespaceResponse> {
|
|
136
|
+
const method = this.methods[5], opt = this._transport.mergeOptions(options);
|
|
137
|
+
return stackIntercept<ChangeResourceNamespaceRequest, ChangeResourceNamespaceResponse>("unary", this._transport, method, opt, input);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* apply a resource from optimus to datastore
|
|
141
|
+
*
|
|
142
|
+
* @generated from protobuf rpc: ApplyResources
|
|
143
|
+
*/
|
|
144
|
+
applyResources(input: ApplyResourcesRequest, options?: RpcOptions): UnaryCall<ApplyResourcesRequest, ApplyResourcesResponse> {
|
|
145
|
+
const method = this.methods[6], opt = this._transport.mergeOptions(options);
|
|
146
|
+
return stackIntercept<ApplyResourcesRequest, ApplyResourcesResponse>("unary", this._transport, method, opt, input);
|
|
147
|
+
}
|
|
148
|
+
}
|