@ondewo/csi-client-angular 2.3.1
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 +191 -0
- package/README.md +27 -0
- package/api/google/api/annotations.pb.d.ts +1 -0
- package/api/google/api/http.pb.d.ts +275 -0
- package/api/google/rpc/status.pb.d.ts +82 -0
- package/api/google/type/latlng.pb.d.ts +76 -0
- package/api/ondewo/csi/conversation.pb.d.ts +1312 -0
- package/api/ondewo/csi/conversation.pbconf.d.ts +6 -0
- package/api/ondewo/csi/conversation.pbsc.d.ts +167 -0
- package/api/ondewo/nlu/agent.pb.d.ts +3536 -0
- package/api/ondewo/nlu/agent.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/agent.pbsc.d.ts +472 -0
- package/api/ondewo/nlu/aiservices.pb.d.ts +2472 -0
- package/api/ondewo/nlu/aiservices.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/aiservices.pbsc.d.ts +150 -0
- package/api/ondewo/nlu/common.pb.d.ts +75 -0
- package/api/ondewo/nlu/context.pb.d.ts +756 -0
- package/api/ondewo/nlu/context.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/context.pbsc.d.ts +119 -0
- package/api/ondewo/nlu/entity-type.pb.d.ts +2014 -0
- package/api/ondewo/nlu/entity-type.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/entity-type.pbsc.d.ts +216 -0
- package/api/ondewo/nlu/intent.pb.d.ts +6236 -0
- package/api/ondewo/nlu/intent.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/intent.pbsc.d.ts +456 -0
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +166 -0
- package/api/ondewo/nlu/operations.pb.d.ts +578 -0
- package/api/ondewo/nlu/operations.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/operations.pbsc.d.ts +87 -0
- package/api/ondewo/nlu/project-role.pb.d.ts +576 -0
- package/api/ondewo/nlu/project-role.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/project-role.pbsc.d.ts +103 -0
- package/api/ondewo/nlu/project-statistics.pb.d.ts +295 -0
- package/api/ondewo/nlu/project-statistics.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/project-statistics.pbsc.d.ts +151 -0
- package/api/ondewo/nlu/server-statistics.pb.d.ts +71 -0
- package/api/ondewo/nlu/server-statistics.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/server-statistics.pbsc.d.ts +72 -0
- package/api/ondewo/nlu/session.pb.d.ts +2892 -0
- package/api/ondewo/nlu/session.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/session.pbsc.d.ts +247 -0
- package/api/ondewo/nlu/user.pb.d.ts +1577 -0
- package/api/ondewo/nlu/user.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/user.pbsc.d.ts +263 -0
- package/api/ondewo/nlu/utility.pb.d.ts +1814 -0
- package/api/ondewo/nlu/utility.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/utility.pbsc.d.ts +150 -0
- package/api/ondewo/nlu/webhook.pb.d.ts +401 -0
- package/api/ondewo/nlu/webhook.pbconf.d.ts +6 -0
- package/api/ondewo/nlu/webhook.pbsc.d.ts +70 -0
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +3710 -0
- package/api/ondewo/s2t/speech-to-text.pbconf.d.ts +6 -0
- package/api/ondewo/s2t/speech-to-text.pbsc.d.ts +263 -0
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +3302 -0
- package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +11 -0
- package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +296 -0
- package/esm2020/api/google/api/annotations.pb.mjs +2 -0
- package/esm2020/api/google/api/http.pb.mjs +524 -0
- package/esm2020/api/google/rpc/status.pb.mjs +138 -0
- package/esm2020/api/google/type/latlng.pb.mjs +119 -0
- package/esm2020/api/ondewo/csi/conversation.pb.mjs +2232 -0
- package/esm2020/api/ondewo/csi/conversation.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +315 -0
- package/esm2020/api/ondewo/nlu/agent.pb.mjs +6077 -0
- package/esm2020/api/ondewo/nlu/agent.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +886 -0
- package/esm2020/api/ondewo/nlu/aiservices.pb.mjs +4371 -0
- package/esm2020/api/ondewo/nlu/aiservices.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +284 -0
- package/esm2020/api/ondewo/nlu/common.pb.mjs +108 -0
- package/esm2020/api/ondewo/nlu/context.pb.mjs +1233 -0
- package/esm2020/api/ondewo/nlu/context.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/context.pbsc.mjs +225 -0
- package/esm2020/api/ondewo/nlu/entity-type.pb.mjs +3466 -0
- package/esm2020/api/ondewo/nlu/entity-type.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +406 -0
- package/esm2020/api/ondewo/nlu/intent.pb.mjs +10809 -0
- package/esm2020/api/ondewo/nlu/intent.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +856 -0
- package/esm2020/api/ondewo/nlu/operation-metadata.pb.mjs +382 -0
- package/esm2020/api/ondewo/nlu/operations.pb.mjs +1003 -0
- package/esm2020/api/ondewo/nlu/operations.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +165 -0
- package/esm2020/api/ondewo/nlu/project-role.pb.mjs +988 -0
- package/esm2020/api/ondewo/nlu/project-role.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +195 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pb.mjs +460 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +285 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pb.mjs +103 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +136 -0
- package/esm2020/api/ondewo/nlu/session.pb.mjs +5351 -0
- package/esm2020/api/ondewo/nlu/session.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/session.pbsc.mjs +465 -0
- package/esm2020/api/ondewo/nlu/user.pb.mjs +2536 -0
- package/esm2020/api/ondewo/nlu/user.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/user.pbsc.mjs +495 -0
- package/esm2020/api/ondewo/nlu/utility.pb.mjs +3302 -0
- package/esm2020/api/ondewo/nlu/utility.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +284 -0
- package/esm2020/api/ondewo/nlu/webhook.pb.mjs +705 -0
- package/esm2020/api/ondewo/nlu/webhook.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +134 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pb.mjs +6452 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pbconf.mjs +13 -0
- package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +495 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pb.mjs +5779 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pbconf.mjs +18 -0
- package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +555 -0
- package/esm2020/ondewo-csi-client-angular.mjs +5 -0
- package/esm2020/public-api.mjs +55 -0
- package/fesm2015/ondewo-csi-client-angular.mjs +62142 -0
- package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -0
- package/fesm2020/ondewo-csi-client-angular.mjs +62135 -0
- package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/ondewo-csi-api/README.md +91 -0
- package/ondewo-csi-api/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/google/api/README.md +5 -0
- package/ondewo-csi-api/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/google/appengine/README.md +12 -0
- package/ondewo-csi-api/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/google/container/README.md +0 -0
- package/ondewo-csi-api/google/datastore/README.md +0 -0
- package/ondewo-csi-api/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/google/example/library/README.md +4 -0
- package/ondewo-csi-api/google/firestore/README.md +0 -0
- package/ondewo-csi-api/google/genomics/README.md +14 -0
- package/ondewo-csi-api/google/iam/README.md +14 -0
- package/ondewo-csi-api/google/logging/README.md +3 -0
- package/ondewo-csi-api/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/google/rpc/README.md +5 -0
- package/ondewo-csi-api/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/google/type/README.md +16 -0
- package/ondewo-csi-api/googleapis/README.md +87 -0
- package/ondewo-csi-api/googleapis/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/googleapis/google/api/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/googleapis/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/googleapis/google/appengine/README.md +12 -0
- package/ondewo-csi-api/googleapis/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/googleapis/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/googleapis/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/container/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/datastore/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/example/library/README.md +4 -0
- package/ondewo-csi-api/googleapis/google/firestore/README.md +0 -0
- package/ondewo-csi-api/googleapis/google/genomics/README.md +14 -0
- package/ondewo-csi-api/googleapis/google/iam/README.md +14 -0
- package/ondewo-csi-api/googleapis/google/logging/README.md +3 -0
- package/ondewo-csi-api/googleapis/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/googleapis/google/rpc/README.md +5 -0
- package/ondewo-csi-api/googleapis/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/googleapis/google/type/README.md +16 -0
- package/ondewo-csi-api/ondewo-nlu-api/README.md +117 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/README.md +87 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/ads/googleads/README.md +21 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicecontrol/README.md +126 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicemanagement/README.md +102 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/appengine/README.md +12 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/assistant/embedded/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/functions/README.md +2 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/language/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/speech/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/container/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/datastore/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/example/library/README.md +4 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/firestore/README.md +0 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/genomics/README.md +14 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/iam/README.md +14 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/logging/README.md +3 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/longrunning/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/privacy/dlp/README.md +7 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/rpc/README.md +5 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/streetview/publish/README.md +1 -0
- package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/type/README.md +16 -0
- package/ondewo-csi-api/ondewo-s2t-api/README.md +89 -0
- package/ondewo-csi-api/ondewo-t2s-api/README.md +89 -0
- package/package.json +49 -0
- package/public-api.d.ts +54 -0
|
@@ -0,0 +1,576 @@
|
|
|
1
|
+
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
|
+
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
+
import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
|
|
4
|
+
export declare enum DefaultProjectRole {
|
|
5
|
+
PROJECT_UNSPECIFIED = 0,
|
|
6
|
+
PROJECT_USER = 1,
|
|
7
|
+
PROJECT_EXECUTOR = 2,
|
|
8
|
+
PROJECT_DEVELOPER = 3,
|
|
9
|
+
PROJECT_ADMIN = 4,
|
|
10
|
+
PROJECT_INACTIVE = 5
|
|
11
|
+
}
|
|
12
|
+
export declare enum ProjectRoleView {
|
|
13
|
+
PROJECT_ROLE_VIEW_UNSPECIFIED = 0,
|
|
14
|
+
PROJECT_ROLE_VIEW_SHALLOW = 1,
|
|
15
|
+
PROJECT_ROLE_VIEW_FULL = 2
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Message implementation for ondewo.nlu.ProjectRole
|
|
19
|
+
*/
|
|
20
|
+
export declare class ProjectRole implements GrpcMessage {
|
|
21
|
+
static id: string;
|
|
22
|
+
/**
|
|
23
|
+
* Deserialize binary data to message
|
|
24
|
+
* @param instance message instance
|
|
25
|
+
*/
|
|
26
|
+
static deserializeBinary(bytes: ByteSource): ProjectRole;
|
|
27
|
+
/**
|
|
28
|
+
* Check all the properties and set default protobuf values if necessary
|
|
29
|
+
* @param _instance message instance
|
|
30
|
+
*/
|
|
31
|
+
static refineValues(_instance: ProjectRole): void;
|
|
32
|
+
/**
|
|
33
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
34
|
+
* @param _instance message instance
|
|
35
|
+
* @param _reader binary reader instance
|
|
36
|
+
*/
|
|
37
|
+
static deserializeBinaryFromReader(_instance: ProjectRole, _reader: BinaryReader): void;
|
|
38
|
+
/**
|
|
39
|
+
* Serializes a message to binary format using provided binary reader
|
|
40
|
+
* @param _instance message instance
|
|
41
|
+
* @param _writer binary writer instance
|
|
42
|
+
*/
|
|
43
|
+
static serializeBinaryToWriter(_instance: ProjectRole, _writer: BinaryWriter): void;
|
|
44
|
+
private _roleId?;
|
|
45
|
+
private _name?;
|
|
46
|
+
private _permissions?;
|
|
47
|
+
/**
|
|
48
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
49
|
+
* @param _value initial values object or instance of ProjectRole to deeply clone from
|
|
50
|
+
*/
|
|
51
|
+
constructor(_value?: RecursivePartial<ProjectRole.AsObject>);
|
|
52
|
+
get roleId(): number | undefined;
|
|
53
|
+
set roleId(value: number | undefined);
|
|
54
|
+
get name(): string | undefined;
|
|
55
|
+
set name(value: string | undefined);
|
|
56
|
+
get permissions(): string[] | undefined;
|
|
57
|
+
set permissions(value: string[] | undefined);
|
|
58
|
+
/**
|
|
59
|
+
* Serialize message to binary data
|
|
60
|
+
* @param instance message instance
|
|
61
|
+
*/
|
|
62
|
+
serializeBinary(): any;
|
|
63
|
+
/**
|
|
64
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
65
|
+
*/
|
|
66
|
+
toObject(): ProjectRole.AsObject;
|
|
67
|
+
/**
|
|
68
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
69
|
+
*/
|
|
70
|
+
toJSON(): ProjectRole.AsObject;
|
|
71
|
+
/**
|
|
72
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
73
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
74
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
75
|
+
*/
|
|
76
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ProjectRole.AsProtobufJSON;
|
|
77
|
+
}
|
|
78
|
+
export declare module ProjectRole {
|
|
79
|
+
/**
|
|
80
|
+
* Standard JavaScript object representation for ProjectRole
|
|
81
|
+
*/
|
|
82
|
+
interface AsObject {
|
|
83
|
+
roleId?: number;
|
|
84
|
+
name?: string;
|
|
85
|
+
permissions?: string[];
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Protobuf JSON representation for ProjectRole
|
|
89
|
+
*/
|
|
90
|
+
interface AsProtobufJSON {
|
|
91
|
+
roleId?: number;
|
|
92
|
+
name?: string;
|
|
93
|
+
permissions?: string[];
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Message implementation for ondewo.nlu.CreateProjectRoleRequest
|
|
98
|
+
*/
|
|
99
|
+
export declare class CreateProjectRoleRequest implements GrpcMessage {
|
|
100
|
+
static id: string;
|
|
101
|
+
/**
|
|
102
|
+
* Deserialize binary data to message
|
|
103
|
+
* @param instance message instance
|
|
104
|
+
*/
|
|
105
|
+
static deserializeBinary(bytes: ByteSource): CreateProjectRoleRequest;
|
|
106
|
+
/**
|
|
107
|
+
* Check all the properties and set default protobuf values if necessary
|
|
108
|
+
* @param _instance message instance
|
|
109
|
+
*/
|
|
110
|
+
static refineValues(_instance: CreateProjectRoleRequest): void;
|
|
111
|
+
/**
|
|
112
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
113
|
+
* @param _instance message instance
|
|
114
|
+
* @param _reader binary reader instance
|
|
115
|
+
*/
|
|
116
|
+
static deserializeBinaryFromReader(_instance: CreateProjectRoleRequest, _reader: BinaryReader): void;
|
|
117
|
+
/**
|
|
118
|
+
* Serializes a message to binary format using provided binary reader
|
|
119
|
+
* @param _instance message instance
|
|
120
|
+
* @param _writer binary writer instance
|
|
121
|
+
*/
|
|
122
|
+
static serializeBinaryToWriter(_instance: CreateProjectRoleRequest, _writer: BinaryWriter): void;
|
|
123
|
+
private _parent?;
|
|
124
|
+
private _role?;
|
|
125
|
+
private _projectRoleView?;
|
|
126
|
+
/**
|
|
127
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
128
|
+
* @param _value initial values object or instance of CreateProjectRoleRequest to deeply clone from
|
|
129
|
+
*/
|
|
130
|
+
constructor(_value?: RecursivePartial<CreateProjectRoleRequest.AsObject>);
|
|
131
|
+
get parent(): string | undefined;
|
|
132
|
+
set parent(value: string | undefined);
|
|
133
|
+
get role(): ProjectRole | undefined;
|
|
134
|
+
set role(value: ProjectRole | undefined);
|
|
135
|
+
get projectRoleView(): ProjectRoleView | undefined;
|
|
136
|
+
set projectRoleView(value: ProjectRoleView | undefined);
|
|
137
|
+
/**
|
|
138
|
+
* Serialize message to binary data
|
|
139
|
+
* @param instance message instance
|
|
140
|
+
*/
|
|
141
|
+
serializeBinary(): any;
|
|
142
|
+
/**
|
|
143
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
144
|
+
*/
|
|
145
|
+
toObject(): CreateProjectRoleRequest.AsObject;
|
|
146
|
+
/**
|
|
147
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
148
|
+
*/
|
|
149
|
+
toJSON(): CreateProjectRoleRequest.AsObject;
|
|
150
|
+
/**
|
|
151
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
152
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
153
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
154
|
+
*/
|
|
155
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): CreateProjectRoleRequest.AsProtobufJSON;
|
|
156
|
+
}
|
|
157
|
+
export declare module CreateProjectRoleRequest {
|
|
158
|
+
/**
|
|
159
|
+
* Standard JavaScript object representation for CreateProjectRoleRequest
|
|
160
|
+
*/
|
|
161
|
+
interface AsObject {
|
|
162
|
+
parent?: string;
|
|
163
|
+
role?: ProjectRole.AsObject;
|
|
164
|
+
projectRoleView?: ProjectRoleView;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Protobuf JSON representation for CreateProjectRoleRequest
|
|
168
|
+
*/
|
|
169
|
+
interface AsProtobufJSON {
|
|
170
|
+
parent?: string;
|
|
171
|
+
role?: ProjectRole.AsProtobufJSON | null;
|
|
172
|
+
projectRoleView?: string;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Message implementation for ondewo.nlu.UpdateProjectRoleRequest
|
|
177
|
+
*/
|
|
178
|
+
export declare class UpdateProjectRoleRequest implements GrpcMessage {
|
|
179
|
+
static id: string;
|
|
180
|
+
/**
|
|
181
|
+
* Deserialize binary data to message
|
|
182
|
+
* @param instance message instance
|
|
183
|
+
*/
|
|
184
|
+
static deserializeBinary(bytes: ByteSource): UpdateProjectRoleRequest;
|
|
185
|
+
/**
|
|
186
|
+
* Check all the properties and set default protobuf values if necessary
|
|
187
|
+
* @param _instance message instance
|
|
188
|
+
*/
|
|
189
|
+
static refineValues(_instance: UpdateProjectRoleRequest): void;
|
|
190
|
+
/**
|
|
191
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
192
|
+
* @param _instance message instance
|
|
193
|
+
* @param _reader binary reader instance
|
|
194
|
+
*/
|
|
195
|
+
static deserializeBinaryFromReader(_instance: UpdateProjectRoleRequest, _reader: BinaryReader): void;
|
|
196
|
+
/**
|
|
197
|
+
* Serializes a message to binary format using provided binary reader
|
|
198
|
+
* @param _instance message instance
|
|
199
|
+
* @param _writer binary writer instance
|
|
200
|
+
*/
|
|
201
|
+
static serializeBinaryToWriter(_instance: UpdateProjectRoleRequest, _writer: BinaryWriter): void;
|
|
202
|
+
private _parent?;
|
|
203
|
+
private _role?;
|
|
204
|
+
private _updateMask?;
|
|
205
|
+
private _projectRoleView?;
|
|
206
|
+
/**
|
|
207
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
208
|
+
* @param _value initial values object or instance of UpdateProjectRoleRequest to deeply clone from
|
|
209
|
+
*/
|
|
210
|
+
constructor(_value?: RecursivePartial<UpdateProjectRoleRequest.AsObject>);
|
|
211
|
+
get parent(): string | undefined;
|
|
212
|
+
set parent(value: string | undefined);
|
|
213
|
+
get role(): ProjectRole | undefined;
|
|
214
|
+
set role(value: ProjectRole | undefined);
|
|
215
|
+
get updateMask(): googleProtobuf003.FieldMask | undefined;
|
|
216
|
+
set updateMask(value: googleProtobuf003.FieldMask | undefined);
|
|
217
|
+
get projectRoleView(): ProjectRoleView | undefined;
|
|
218
|
+
set projectRoleView(value: ProjectRoleView | undefined);
|
|
219
|
+
/**
|
|
220
|
+
* Serialize message to binary data
|
|
221
|
+
* @param instance message instance
|
|
222
|
+
*/
|
|
223
|
+
serializeBinary(): any;
|
|
224
|
+
/**
|
|
225
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
226
|
+
*/
|
|
227
|
+
toObject(): UpdateProjectRoleRequest.AsObject;
|
|
228
|
+
/**
|
|
229
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
230
|
+
*/
|
|
231
|
+
toJSON(): UpdateProjectRoleRequest.AsObject;
|
|
232
|
+
/**
|
|
233
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
234
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
235
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
236
|
+
*/
|
|
237
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): UpdateProjectRoleRequest.AsProtobufJSON;
|
|
238
|
+
}
|
|
239
|
+
export declare module UpdateProjectRoleRequest {
|
|
240
|
+
/**
|
|
241
|
+
* Standard JavaScript object representation for UpdateProjectRoleRequest
|
|
242
|
+
*/
|
|
243
|
+
interface AsObject {
|
|
244
|
+
parent?: string;
|
|
245
|
+
role?: ProjectRole.AsObject;
|
|
246
|
+
updateMask?: googleProtobuf003.FieldMask.AsObject;
|
|
247
|
+
projectRoleView?: ProjectRoleView;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Protobuf JSON representation for UpdateProjectRoleRequest
|
|
251
|
+
*/
|
|
252
|
+
interface AsProtobufJSON {
|
|
253
|
+
parent?: string;
|
|
254
|
+
role?: ProjectRole.AsProtobufJSON | null;
|
|
255
|
+
updateMask?: googleProtobuf003.FieldMask.AsProtobufJSON | null;
|
|
256
|
+
projectRoleView?: string;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* Message implementation for ondewo.nlu.GetProjectRoleRequest
|
|
261
|
+
*/
|
|
262
|
+
export declare class GetProjectRoleRequest implements GrpcMessage {
|
|
263
|
+
static id: string;
|
|
264
|
+
/**
|
|
265
|
+
* Deserialize binary data to message
|
|
266
|
+
* @param instance message instance
|
|
267
|
+
*/
|
|
268
|
+
static deserializeBinary(bytes: ByteSource): GetProjectRoleRequest;
|
|
269
|
+
/**
|
|
270
|
+
* Check all the properties and set default protobuf values if necessary
|
|
271
|
+
* @param _instance message instance
|
|
272
|
+
*/
|
|
273
|
+
static refineValues(_instance: GetProjectRoleRequest): void;
|
|
274
|
+
/**
|
|
275
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
276
|
+
* @param _instance message instance
|
|
277
|
+
* @param _reader binary reader instance
|
|
278
|
+
*/
|
|
279
|
+
static deserializeBinaryFromReader(_instance: GetProjectRoleRequest, _reader: BinaryReader): void;
|
|
280
|
+
/**
|
|
281
|
+
* Serializes a message to binary format using provided binary reader
|
|
282
|
+
* @param _instance message instance
|
|
283
|
+
* @param _writer binary writer instance
|
|
284
|
+
*/
|
|
285
|
+
static serializeBinaryToWriter(_instance: GetProjectRoleRequest, _writer: BinaryWriter): void;
|
|
286
|
+
private _parent?;
|
|
287
|
+
private _roleId?;
|
|
288
|
+
private _roleName?;
|
|
289
|
+
private _projectRoleView?;
|
|
290
|
+
private _projectRoleIdentifier;
|
|
291
|
+
/**
|
|
292
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
293
|
+
* @param _value initial values object or instance of GetProjectRoleRequest to deeply clone from
|
|
294
|
+
*/
|
|
295
|
+
constructor(_value?: RecursivePartial<GetProjectRoleRequest.AsObject>);
|
|
296
|
+
get parent(): string | undefined;
|
|
297
|
+
set parent(value: string | undefined);
|
|
298
|
+
get roleId(): number | undefined;
|
|
299
|
+
set roleId(value: number | undefined);
|
|
300
|
+
get roleName(): string | undefined;
|
|
301
|
+
set roleName(value: string | undefined);
|
|
302
|
+
get projectRoleView(): ProjectRoleView | undefined;
|
|
303
|
+
set projectRoleView(value: ProjectRoleView | undefined);
|
|
304
|
+
get projectRoleIdentifier(): GetProjectRoleRequest.ProjectRoleIdentifierCase;
|
|
305
|
+
/**
|
|
306
|
+
* Serialize message to binary data
|
|
307
|
+
* @param instance message instance
|
|
308
|
+
*/
|
|
309
|
+
serializeBinary(): any;
|
|
310
|
+
/**
|
|
311
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
312
|
+
*/
|
|
313
|
+
toObject(): GetProjectRoleRequest.AsObject;
|
|
314
|
+
/**
|
|
315
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
316
|
+
*/
|
|
317
|
+
toJSON(): GetProjectRoleRequest.AsObject;
|
|
318
|
+
/**
|
|
319
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
320
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
321
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
322
|
+
*/
|
|
323
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): GetProjectRoleRequest.AsProtobufJSON;
|
|
324
|
+
}
|
|
325
|
+
export declare module GetProjectRoleRequest {
|
|
326
|
+
/**
|
|
327
|
+
* Standard JavaScript object representation for GetProjectRoleRequest
|
|
328
|
+
*/
|
|
329
|
+
interface AsObject {
|
|
330
|
+
parent?: string;
|
|
331
|
+
roleId?: number;
|
|
332
|
+
roleName?: string;
|
|
333
|
+
projectRoleView?: ProjectRoleView;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Protobuf JSON representation for GetProjectRoleRequest
|
|
337
|
+
*/
|
|
338
|
+
interface AsProtobufJSON {
|
|
339
|
+
parent?: string;
|
|
340
|
+
roleId?: number | null;
|
|
341
|
+
roleName?: string | null;
|
|
342
|
+
projectRoleView?: string;
|
|
343
|
+
}
|
|
344
|
+
enum ProjectRoleIdentifierCase {
|
|
345
|
+
none = 0,
|
|
346
|
+
roleId = 1,
|
|
347
|
+
roleName = 2
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* Message implementation for ondewo.nlu.DeleteProjectRoleRequest
|
|
352
|
+
*/
|
|
353
|
+
export declare class DeleteProjectRoleRequest implements GrpcMessage {
|
|
354
|
+
static id: string;
|
|
355
|
+
/**
|
|
356
|
+
* Deserialize binary data to message
|
|
357
|
+
* @param instance message instance
|
|
358
|
+
*/
|
|
359
|
+
static deserializeBinary(bytes: ByteSource): DeleteProjectRoleRequest;
|
|
360
|
+
/**
|
|
361
|
+
* Check all the properties and set default protobuf values if necessary
|
|
362
|
+
* @param _instance message instance
|
|
363
|
+
*/
|
|
364
|
+
static refineValues(_instance: DeleteProjectRoleRequest): void;
|
|
365
|
+
/**
|
|
366
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
367
|
+
* @param _instance message instance
|
|
368
|
+
* @param _reader binary reader instance
|
|
369
|
+
*/
|
|
370
|
+
static deserializeBinaryFromReader(_instance: DeleteProjectRoleRequest, _reader: BinaryReader): void;
|
|
371
|
+
/**
|
|
372
|
+
* Serializes a message to binary format using provided binary reader
|
|
373
|
+
* @param _instance message instance
|
|
374
|
+
* @param _writer binary writer instance
|
|
375
|
+
*/
|
|
376
|
+
static serializeBinaryToWriter(_instance: DeleteProjectRoleRequest, _writer: BinaryWriter): void;
|
|
377
|
+
private _parent?;
|
|
378
|
+
private _roleId?;
|
|
379
|
+
/**
|
|
380
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
381
|
+
* @param _value initial values object or instance of DeleteProjectRoleRequest to deeply clone from
|
|
382
|
+
*/
|
|
383
|
+
constructor(_value?: RecursivePartial<DeleteProjectRoleRequest.AsObject>);
|
|
384
|
+
get parent(): string | undefined;
|
|
385
|
+
set parent(value: string | undefined);
|
|
386
|
+
get roleId(): number | undefined;
|
|
387
|
+
set roleId(value: number | undefined);
|
|
388
|
+
/**
|
|
389
|
+
* Serialize message to binary data
|
|
390
|
+
* @param instance message instance
|
|
391
|
+
*/
|
|
392
|
+
serializeBinary(): any;
|
|
393
|
+
/**
|
|
394
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
395
|
+
*/
|
|
396
|
+
toObject(): DeleteProjectRoleRequest.AsObject;
|
|
397
|
+
/**
|
|
398
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
399
|
+
*/
|
|
400
|
+
toJSON(): DeleteProjectRoleRequest.AsObject;
|
|
401
|
+
/**
|
|
402
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
403
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
404
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
405
|
+
*/
|
|
406
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteProjectRoleRequest.AsProtobufJSON;
|
|
407
|
+
}
|
|
408
|
+
export declare module DeleteProjectRoleRequest {
|
|
409
|
+
/**
|
|
410
|
+
* Standard JavaScript object representation for DeleteProjectRoleRequest
|
|
411
|
+
*/
|
|
412
|
+
interface AsObject {
|
|
413
|
+
parent?: string;
|
|
414
|
+
roleId?: number;
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
* Protobuf JSON representation for DeleteProjectRoleRequest
|
|
418
|
+
*/
|
|
419
|
+
interface AsProtobufJSON {
|
|
420
|
+
parent?: string;
|
|
421
|
+
roleId?: number;
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Message implementation for ondewo.nlu.ListProjectRolesRequest
|
|
426
|
+
*/
|
|
427
|
+
export declare class ListProjectRolesRequest implements GrpcMessage {
|
|
428
|
+
static id: string;
|
|
429
|
+
/**
|
|
430
|
+
* Deserialize binary data to message
|
|
431
|
+
* @param instance message instance
|
|
432
|
+
*/
|
|
433
|
+
static deserializeBinary(bytes: ByteSource): ListProjectRolesRequest;
|
|
434
|
+
/**
|
|
435
|
+
* Check all the properties and set default protobuf values if necessary
|
|
436
|
+
* @param _instance message instance
|
|
437
|
+
*/
|
|
438
|
+
static refineValues(_instance: ListProjectRolesRequest): void;
|
|
439
|
+
/**
|
|
440
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
441
|
+
* @param _instance message instance
|
|
442
|
+
* @param _reader binary reader instance
|
|
443
|
+
*/
|
|
444
|
+
static deserializeBinaryFromReader(_instance: ListProjectRolesRequest, _reader: BinaryReader): void;
|
|
445
|
+
/**
|
|
446
|
+
* Serializes a message to binary format using provided binary reader
|
|
447
|
+
* @param _instance message instance
|
|
448
|
+
* @param _writer binary writer instance
|
|
449
|
+
*/
|
|
450
|
+
static serializeBinaryToWriter(_instance: ListProjectRolesRequest, _writer: BinaryWriter): void;
|
|
451
|
+
private _parent?;
|
|
452
|
+
private _pageToken?;
|
|
453
|
+
private _projectRoleView?;
|
|
454
|
+
/**
|
|
455
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
456
|
+
* @param _value initial values object or instance of ListProjectRolesRequest to deeply clone from
|
|
457
|
+
*/
|
|
458
|
+
constructor(_value?: RecursivePartial<ListProjectRolesRequest.AsObject>);
|
|
459
|
+
get parent(): string | undefined;
|
|
460
|
+
set parent(value: string | undefined);
|
|
461
|
+
get pageToken(): string | undefined;
|
|
462
|
+
set pageToken(value: string | undefined);
|
|
463
|
+
get projectRoleView(): ProjectRoleView | undefined;
|
|
464
|
+
set projectRoleView(value: ProjectRoleView | undefined);
|
|
465
|
+
/**
|
|
466
|
+
* Serialize message to binary data
|
|
467
|
+
* @param instance message instance
|
|
468
|
+
*/
|
|
469
|
+
serializeBinary(): any;
|
|
470
|
+
/**
|
|
471
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
472
|
+
*/
|
|
473
|
+
toObject(): ListProjectRolesRequest.AsObject;
|
|
474
|
+
/**
|
|
475
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
476
|
+
*/
|
|
477
|
+
toJSON(): ListProjectRolesRequest.AsObject;
|
|
478
|
+
/**
|
|
479
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
480
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
481
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
482
|
+
*/
|
|
483
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectRolesRequest.AsProtobufJSON;
|
|
484
|
+
}
|
|
485
|
+
export declare module ListProjectRolesRequest {
|
|
486
|
+
/**
|
|
487
|
+
* Standard JavaScript object representation for ListProjectRolesRequest
|
|
488
|
+
*/
|
|
489
|
+
interface AsObject {
|
|
490
|
+
parent?: string;
|
|
491
|
+
pageToken?: string;
|
|
492
|
+
projectRoleView?: ProjectRoleView;
|
|
493
|
+
}
|
|
494
|
+
/**
|
|
495
|
+
* Protobuf JSON representation for ListProjectRolesRequest
|
|
496
|
+
*/
|
|
497
|
+
interface AsProtobufJSON {
|
|
498
|
+
parent?: string;
|
|
499
|
+
pageToken?: string;
|
|
500
|
+
projectRoleView?: string;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
* Message implementation for ondewo.nlu.ListProjectRolesResponse
|
|
505
|
+
*/
|
|
506
|
+
export declare class ListProjectRolesResponse implements GrpcMessage {
|
|
507
|
+
static id: string;
|
|
508
|
+
/**
|
|
509
|
+
* Deserialize binary data to message
|
|
510
|
+
* @param instance message instance
|
|
511
|
+
*/
|
|
512
|
+
static deserializeBinary(bytes: ByteSource): ListProjectRolesResponse;
|
|
513
|
+
/**
|
|
514
|
+
* Check all the properties and set default protobuf values if necessary
|
|
515
|
+
* @param _instance message instance
|
|
516
|
+
*/
|
|
517
|
+
static refineValues(_instance: ListProjectRolesResponse): void;
|
|
518
|
+
/**
|
|
519
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
520
|
+
* @param _instance message instance
|
|
521
|
+
* @param _reader binary reader instance
|
|
522
|
+
*/
|
|
523
|
+
static deserializeBinaryFromReader(_instance: ListProjectRolesResponse, _reader: BinaryReader): void;
|
|
524
|
+
/**
|
|
525
|
+
* Serializes a message to binary format using provided binary reader
|
|
526
|
+
* @param _instance message instance
|
|
527
|
+
* @param _writer binary writer instance
|
|
528
|
+
*/
|
|
529
|
+
static serializeBinaryToWriter(_instance: ListProjectRolesResponse, _writer: BinaryWriter): void;
|
|
530
|
+
private _projectRoles?;
|
|
531
|
+
private _nextPageToken?;
|
|
532
|
+
/**
|
|
533
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
534
|
+
* @param _value initial values object or instance of ListProjectRolesResponse to deeply clone from
|
|
535
|
+
*/
|
|
536
|
+
constructor(_value?: RecursivePartial<ListProjectRolesResponse.AsObject>);
|
|
537
|
+
get projectRoles(): ProjectRole[] | undefined;
|
|
538
|
+
set projectRoles(value: ProjectRole[] | undefined);
|
|
539
|
+
get nextPageToken(): string | undefined;
|
|
540
|
+
set nextPageToken(value: string | undefined);
|
|
541
|
+
/**
|
|
542
|
+
* Serialize message to binary data
|
|
543
|
+
* @param instance message instance
|
|
544
|
+
*/
|
|
545
|
+
serializeBinary(): any;
|
|
546
|
+
/**
|
|
547
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
548
|
+
*/
|
|
549
|
+
toObject(): ListProjectRolesResponse.AsObject;
|
|
550
|
+
/**
|
|
551
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
552
|
+
*/
|
|
553
|
+
toJSON(): ListProjectRolesResponse.AsObject;
|
|
554
|
+
/**
|
|
555
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
556
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
557
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
558
|
+
*/
|
|
559
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): ListProjectRolesResponse.AsProtobufJSON;
|
|
560
|
+
}
|
|
561
|
+
export declare module ListProjectRolesResponse {
|
|
562
|
+
/**
|
|
563
|
+
* Standard JavaScript object representation for ListProjectRolesResponse
|
|
564
|
+
*/
|
|
565
|
+
interface AsObject {
|
|
566
|
+
projectRoles?: ProjectRole.AsObject[];
|
|
567
|
+
nextPageToken?: string;
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
* Protobuf JSON representation for ListProjectRolesResponse
|
|
571
|
+
*/
|
|
572
|
+
interface AsProtobufJSON {
|
|
573
|
+
projectRoles?: ProjectRole.AsProtobufJSON[] | null;
|
|
574
|
+
nextPageToken?: string;
|
|
575
|
+
}
|
|
576
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Specific GrpcClientSettings for ProjectRoles.
|
|
4
|
+
* Use it only if your default settings are not set or the service requires other settings.
|
|
5
|
+
*/
|
|
6
|
+
export declare const GRPC_PROJECT_ROLES_CLIENT_SETTINGS: InjectionToken<any>;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { GrpcClientFactory, GrpcEvent, GrpcMetadata } from '@ngx-grpc/common';
|
|
2
|
+
import { GrpcHandler } from '@ngx-grpc/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as thisProto from './project-role.pb';
|
|
5
|
+
import * as googleProtobuf004 from '@ngx-grpc/well-known-types';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* Service client implementation for ondewo.nlu.ProjectRoles
|
|
9
|
+
*/
|
|
10
|
+
export declare class ProjectRolesClient {
|
|
11
|
+
private handler;
|
|
12
|
+
private client;
|
|
13
|
+
/**
|
|
14
|
+
* Raw RPC implementation for each service client method.
|
|
15
|
+
* The raw methods provide more control on the incoming data and events. E.g. they can be useful to read status `OK` metadata.
|
|
16
|
+
* Attention: these methods do not throw errors when non-zero status codes are received.
|
|
17
|
+
*/
|
|
18
|
+
$raw: {
|
|
19
|
+
/**
|
|
20
|
+
* Unary call: /ondewo.nlu.ProjectRoles/CreateProjectRole
|
|
21
|
+
*
|
|
22
|
+
* @param requestMessage Request message
|
|
23
|
+
* @param requestMetadata Request metadata
|
|
24
|
+
* @returns Observable<GrpcEvent<thisProto.ProjectRole>>
|
|
25
|
+
*/
|
|
26
|
+
createProjectRole: (requestData: thisProto.CreateProjectRoleRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ProjectRole>>;
|
|
27
|
+
/**
|
|
28
|
+
* Unary call: /ondewo.nlu.ProjectRoles/GetProjectRole
|
|
29
|
+
*
|
|
30
|
+
* @param requestMessage Request message
|
|
31
|
+
* @param requestMetadata Request metadata
|
|
32
|
+
* @returns Observable<GrpcEvent<thisProto.ProjectRole>>
|
|
33
|
+
*/
|
|
34
|
+
getProjectRole: (requestData: thisProto.GetProjectRoleRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ProjectRole>>;
|
|
35
|
+
/**
|
|
36
|
+
* Unary call: /ondewo.nlu.ProjectRoles/DeleteProjectRole
|
|
37
|
+
*
|
|
38
|
+
* @param requestMessage Request message
|
|
39
|
+
* @param requestMetadata Request metadata
|
|
40
|
+
* @returns Observable<GrpcEvent<googleProtobuf004.Empty>>
|
|
41
|
+
*/
|
|
42
|
+
deleteProjectRole: (requestData: thisProto.DeleteProjectRoleRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf004.Empty>>;
|
|
43
|
+
/**
|
|
44
|
+
* Unary call: /ondewo.nlu.ProjectRoles/UpdateProjectRole
|
|
45
|
+
*
|
|
46
|
+
* @param requestMessage Request message
|
|
47
|
+
* @param requestMetadata Request metadata
|
|
48
|
+
* @returns Observable<GrpcEvent<thisProto.ProjectRole>>
|
|
49
|
+
*/
|
|
50
|
+
updateProjectRole: (requestData: thisProto.UpdateProjectRoleRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ProjectRole>>;
|
|
51
|
+
/**
|
|
52
|
+
* Unary call: /ondewo.nlu.ProjectRoles/ListProjectRoles
|
|
53
|
+
*
|
|
54
|
+
* @param requestMessage Request message
|
|
55
|
+
* @param requestMetadata Request metadata
|
|
56
|
+
* @returns Observable<GrpcEvent<thisProto.ListProjectRolesResponse>>
|
|
57
|
+
*/
|
|
58
|
+
listProjectRoles: (requestData: thisProto.ListProjectRolesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListProjectRolesResponse>>;
|
|
59
|
+
};
|
|
60
|
+
constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
|
|
61
|
+
/**
|
|
62
|
+
* Unary call @/ondewo.nlu.ProjectRoles/CreateProjectRole
|
|
63
|
+
*
|
|
64
|
+
* @param requestMessage Request message
|
|
65
|
+
* @param requestMetadata Request metadata
|
|
66
|
+
* @returns Observable<thisProto.ProjectRole>
|
|
67
|
+
*/
|
|
68
|
+
createProjectRole(requestData: thisProto.CreateProjectRoleRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ProjectRole>;
|
|
69
|
+
/**
|
|
70
|
+
* Unary call @/ondewo.nlu.ProjectRoles/GetProjectRole
|
|
71
|
+
*
|
|
72
|
+
* @param requestMessage Request message
|
|
73
|
+
* @param requestMetadata Request metadata
|
|
74
|
+
* @returns Observable<thisProto.ProjectRole>
|
|
75
|
+
*/
|
|
76
|
+
getProjectRole(requestData: thisProto.GetProjectRoleRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ProjectRole>;
|
|
77
|
+
/**
|
|
78
|
+
* Unary call @/ondewo.nlu.ProjectRoles/DeleteProjectRole
|
|
79
|
+
*
|
|
80
|
+
* @param requestMessage Request message
|
|
81
|
+
* @param requestMetadata Request metadata
|
|
82
|
+
* @returns Observable<googleProtobuf004.Empty>
|
|
83
|
+
*/
|
|
84
|
+
deleteProjectRole(requestData: thisProto.DeleteProjectRoleRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf004.Empty>;
|
|
85
|
+
/**
|
|
86
|
+
* Unary call @/ondewo.nlu.ProjectRoles/UpdateProjectRole
|
|
87
|
+
*
|
|
88
|
+
* @param requestMessage Request message
|
|
89
|
+
* @param requestMetadata Request metadata
|
|
90
|
+
* @returns Observable<thisProto.ProjectRole>
|
|
91
|
+
*/
|
|
92
|
+
updateProjectRole(requestData: thisProto.UpdateProjectRoleRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ProjectRole>;
|
|
93
|
+
/**
|
|
94
|
+
* Unary call @/ondewo.nlu.ProjectRoles/ListProjectRoles
|
|
95
|
+
*
|
|
96
|
+
* @param requestMessage Request message
|
|
97
|
+
* @param requestMetadata Request metadata
|
|
98
|
+
* @returns Observable<thisProto.ListProjectRolesResponse>
|
|
99
|
+
*/
|
|
100
|
+
listProjectRoles(requestData: thisProto.ListProjectRolesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListProjectRolesResponse>;
|
|
101
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProjectRolesClient, [{ optional: true; }, null, null]>;
|
|
102
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProjectRolesClient>;
|
|
103
|
+
}
|