File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,12 @@ export class Connection {
238
238
/**
239
239
* Raw gRPC access to Temporal Server's
240
240
* {@link https://github.com/temporalio/api/blob/master/temporal/api/operatorservice/v1/service.proto | Operator service}
241
+ *
242
+ * The Operator Service API defines how Temporal SDKs and other clients interact with the Temporal
243
+ * server to perform administrative functions like registering a search attribute or a namespace.
244
+ *
245
+ * This Service API is NOT compatible with Temporal Cloud. Attempt to use it against a Temporal
246
+ * Cloud namespace will result in gRPC `unauthorized` error.
241
247
*/
242
248
public readonly operatorService : OperatorService ;
243
249
public readonly healthService : HealthService ;
You can’t perform that action at this time.
0 commit comments