@proompteng/temporal-bun-sdk 0.10.0 → 0.11.0
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/README.md +14 -10
- package/dist/agent-readiness.json +102 -18
- package/dist/production-readiness.json +246 -94
- package/dist/release-provenance.json +82 -0
- package/dist/src/activities/lifecycle.js +15 -4
- package/dist/src/activities/lifecycle.js.map +1 -1
- package/dist/src/client/retries.d.ts.map +1 -1
- package/dist/src/client/retries.js +12 -2
- package/dist/src/client/retries.js.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +14 -14
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts +106 -35
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js +18 -2
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts +12 -12
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts +72 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js +18 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts +206 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js +95 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts +462 -82
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js +223 -132
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts +95 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts +11 -3
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts +173 -24
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js +22 -2
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts +325 -26
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js +105 -22
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/region/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/resource/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/sink/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts +61 -52
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/command/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts +118 -2
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.js +24 -4
- package/dist/src/proto/temporal/api/common/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts +133 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js +38 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts +49 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts +39 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts +76 -39
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js +4 -2
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/activity_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/batch_operation_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/command_type_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/common_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts +8 -4
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js +9 -5
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/namespace_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts +153 -0
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js +159 -2
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/query_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/reset_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/schedule_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts +10 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js +11 -2
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/update_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts +24 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js +7 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts +26 -11
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts +278 -141
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.js +72 -62
- package/dist/src/proto/temporal/api/history/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts +39 -5
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts +386 -14
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js +26 -3
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts +41 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js +20 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts +6 -6
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.js +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/service_pb.js +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts +46 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js +19 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/query/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts +24 -24
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts +35 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js +14 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/task_complete_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/worker_config_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts +39 -23
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js +12 -7
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts +10 -10
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts +208 -15
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js +33 -3
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts +187 -96
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js +16 -11
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts +1884 -283
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js +309 -127
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts +232 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js +3 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js.map +1 -1
- package/dist/src/runtime/effect-layers.d.ts +85 -0
- package/dist/src/runtime/effect-layers.d.ts.map +1 -1
- package/dist/src/worker/concurrency.d.ts.map +1 -1
- package/dist/src/worker/concurrency.js +12 -0
- package/dist/src/worker/concurrency.js.map +1 -1
- package/docs/adoption-readiness.md +93 -0
- package/docs/agent-adoption-guide.md +21 -26
- package/docs/default-choice-hardening-plan.md +47 -70
- package/docs/feature-matrix.md +20 -20
- package/docs/production-design.md +3 -3
- package/docs/production-readiness-implementation-plan.md +47 -56
- package/docs/semantic-readiness.md +45 -38
- package/docs/support-policy.md +3 -3
- package/package.json +10 -4
|
@@ -1,19 +1,70 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
2
|
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
3
|
import type { AsyncOperation } from "../../operation/v1/message_pb.js";
|
|
4
|
-
import type { ApiKey, ApiKeySpec, NamespaceAccess, OwnerType, ServiceAccount, ServiceAccountSpec, User, UserGroup, UserGroupMember, UserGroupMemberId, UserGroupSpec, UserSpec } from "../../identity/v1/message_pb.js";
|
|
5
|
-
import type { ExportSink, ExportSinkSpec, Namespace, NamespaceSpec } from "../../namespace/v1/message_pb.js";
|
|
4
|
+
import type { ApiKey, ApiKeySpec, CustomRole, CustomRoleSpec, NamespaceAccess, OwnerType, ServiceAccount, ServiceAccountSpec, User, UserGroup, UserGroupMember, UserGroupMemberId, UserGroupSpec, UserSpec } from "../../identity/v1/message_pb.js";
|
|
5
|
+
import type { ExportSink, ExportSinkSpec, Namespace, NamespaceCapacityInfo, NamespaceSpec } from "../../namespace/v1/message_pb.js";
|
|
6
6
|
import type { Endpoint, EndpointSpec } from "../../nexus/v1/message_pb.js";
|
|
7
7
|
import type { Region } from "../../region/v1/message_pb.js";
|
|
8
8
|
import type { Account, AccountSpec, AuditLogSink, AuditLogSinkSpec } from "../../account/v1/message_pb.js";
|
|
9
9
|
import type { Summary } from "../../usage/v1/message_pb.js";
|
|
10
10
|
import type { ConnectivityRule, ConnectivityRuleSpec } from "../../connectivityrule/v1/message_pb.js";
|
|
11
11
|
import type { LogRecord } from "../../auditlog/v1/message_pb.js";
|
|
12
|
+
import type { BillingReport, BillingReportSpec } from "../../billing/v1/message_pb.js";
|
|
12
13
|
import type { Message } from "@bufbuild/protobuf";
|
|
13
14
|
/**
|
|
14
15
|
* Describes the file temporal/api/cloud/cloudservice/v1/request_response.proto.
|
|
15
16
|
*/
|
|
16
17
|
export declare const file_temporal_api_cloud_cloudservice_v1_request_response: GenFile;
|
|
18
|
+
/**
|
|
19
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetCurrentIdentityRequest
|
|
20
|
+
*/
|
|
21
|
+
export type GetCurrentIdentityRequest = Message<"temporal.api.cloud.cloudservice.v1.GetCurrentIdentityRequest"> & {};
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetCurrentIdentityRequest.
|
|
24
|
+
* Use `create(GetCurrentIdentityRequestSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export declare const GetCurrentIdentityRequestSchema: GenMessage<GetCurrentIdentityRequest>;
|
|
27
|
+
/**
|
|
28
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetCurrentIdentityResponse
|
|
29
|
+
*/
|
|
30
|
+
export type GetCurrentIdentityResponse = Message<"temporal.api.cloud.cloudservice.v1.GetCurrentIdentityResponse"> & {
|
|
31
|
+
/**
|
|
32
|
+
* The authenticated principal making the request
|
|
33
|
+
*
|
|
34
|
+
* @generated from oneof temporal.api.cloud.cloudservice.v1.GetCurrentIdentityResponse.principal
|
|
35
|
+
*/
|
|
36
|
+
principal: {
|
|
37
|
+
/**
|
|
38
|
+
* The user is a regular user
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: temporal.api.cloud.identity.v1.User user = 1;
|
|
41
|
+
*/
|
|
42
|
+
value: User;
|
|
43
|
+
case: "user";
|
|
44
|
+
} | {
|
|
45
|
+
/**
|
|
46
|
+
* The user is a service account
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: temporal.api.cloud.identity.v1.ServiceAccount service_account = 2;
|
|
49
|
+
*/
|
|
50
|
+
value: ServiceAccount;
|
|
51
|
+
case: "serviceAccount";
|
|
52
|
+
} | {
|
|
53
|
+
case: undefined;
|
|
54
|
+
value?: undefined;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* The API key info used to authenticate the request, if any
|
|
58
|
+
*
|
|
59
|
+
* @generated from field: temporal.api.cloud.identity.v1.ApiKey principal_api_key = 3;
|
|
60
|
+
*/
|
|
61
|
+
principalApiKey?: ApiKey | undefined;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetCurrentIdentityResponse.
|
|
65
|
+
* Use `create(GetCurrentIdentityResponseSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export declare const GetCurrentIdentityResponseSchema: GenMessage<GetCurrentIdentityResponse>;
|
|
17
68
|
/**
|
|
18
69
|
* @generated from message temporal.api.cloud.cloudservice.v1.GetUsersRequest
|
|
19
70
|
*/
|
|
@@ -96,7 +147,7 @@ export type GetUserResponse = Message<"temporal.api.cloud.cloudservice.v1.GetUse
|
|
|
96
147
|
*
|
|
97
148
|
* @generated from field: temporal.api.cloud.identity.v1.User user = 1;
|
|
98
149
|
*/
|
|
99
|
-
user?: User;
|
|
150
|
+
user?: User | undefined;
|
|
100
151
|
};
|
|
101
152
|
/**
|
|
102
153
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetUserResponse.
|
|
@@ -112,7 +163,7 @@ export type CreateUserRequest = Message<"temporal.api.cloud.cloudservice.v1.Crea
|
|
|
112
163
|
*
|
|
113
164
|
* @generated from field: temporal.api.cloud.identity.v1.UserSpec spec = 1;
|
|
114
165
|
*/
|
|
115
|
-
spec?: UserSpec;
|
|
166
|
+
spec?: UserSpec | undefined;
|
|
116
167
|
/**
|
|
117
168
|
* The id to use for this async operation - optional
|
|
118
169
|
*
|
|
@@ -140,7 +191,7 @@ export type CreateUserResponse = Message<"temporal.api.cloud.cloudservice.v1.Cre
|
|
|
140
191
|
*
|
|
141
192
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
142
193
|
*/
|
|
143
|
-
asyncOperation?: AsyncOperation;
|
|
194
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
144
195
|
};
|
|
145
196
|
/**
|
|
146
197
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateUserResponse.
|
|
@@ -162,7 +213,7 @@ export type UpdateUserRequest = Message<"temporal.api.cloud.cloudservice.v1.Upda
|
|
|
162
213
|
*
|
|
163
214
|
* @generated from field: temporal.api.cloud.identity.v1.UserSpec spec = 2;
|
|
164
215
|
*/
|
|
165
|
-
spec?: UserSpec;
|
|
216
|
+
spec?: UserSpec | undefined;
|
|
166
217
|
/**
|
|
167
218
|
* The version of the user for which this update is intended for
|
|
168
219
|
* The latest version can be found in the GetUser operation response
|
|
@@ -191,7 +242,7 @@ export type UpdateUserResponse = Message<"temporal.api.cloud.cloudservice.v1.Upd
|
|
|
191
242
|
*
|
|
192
243
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
193
244
|
*/
|
|
194
|
-
asyncOperation?: AsyncOperation;
|
|
245
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
195
246
|
};
|
|
196
247
|
/**
|
|
197
248
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateUserResponse.
|
|
@@ -236,7 +287,7 @@ export type DeleteUserResponse = Message<"temporal.api.cloud.cloudservice.v1.Del
|
|
|
236
287
|
*
|
|
237
288
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
238
289
|
*/
|
|
239
|
-
asyncOperation?: AsyncOperation;
|
|
290
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
240
291
|
};
|
|
241
292
|
/**
|
|
242
293
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteUserResponse.
|
|
@@ -264,7 +315,7 @@ export type SetUserNamespaceAccessRequest = Message<"temporal.api.cloud.cloudser
|
|
|
264
315
|
*
|
|
265
316
|
* @generated from field: temporal.api.cloud.identity.v1.NamespaceAccess access = 3;
|
|
266
317
|
*/
|
|
267
|
-
access?: NamespaceAccess;
|
|
318
|
+
access?: NamespaceAccess | undefined;
|
|
268
319
|
/**
|
|
269
320
|
* The version of the user for which this update is intended for
|
|
270
321
|
* The latest version can be found in the GetUser operation response
|
|
@@ -293,7 +344,7 @@ export type SetUserNamespaceAccessResponse = Message<"temporal.api.cloud.cloudse
|
|
|
293
344
|
*
|
|
294
345
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
295
346
|
*/
|
|
296
|
-
asyncOperation?: AsyncOperation;
|
|
347
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
297
348
|
};
|
|
298
349
|
/**
|
|
299
350
|
* Describes the message temporal.api.cloud.cloudservice.v1.SetUserNamespaceAccessResponse.
|
|
@@ -325,7 +376,7 @@ export type GetAsyncOperationResponse = Message<"temporal.api.cloud.cloudservice
|
|
|
325
376
|
*
|
|
326
377
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
327
378
|
*/
|
|
328
|
-
asyncOperation?: AsyncOperation;
|
|
379
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
329
380
|
};
|
|
330
381
|
/**
|
|
331
382
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetAsyncOperationResponse.
|
|
@@ -341,7 +392,7 @@ export type CreateNamespaceRequest = Message<"temporal.api.cloud.cloudservice.v1
|
|
|
341
392
|
*
|
|
342
393
|
* @generated from field: temporal.api.cloud.namespace.v1.NamespaceSpec spec = 2;
|
|
343
394
|
*/
|
|
344
|
-
spec?: NamespaceSpec;
|
|
395
|
+
spec?: NamespaceSpec | undefined;
|
|
345
396
|
/**
|
|
346
397
|
* The id to use for this async operation.
|
|
347
398
|
* Optional, if not provided a random id will be generated.
|
|
@@ -379,7 +430,7 @@ export type CreateNamespaceResponse = Message<"temporal.api.cloud.cloudservice.v
|
|
|
379
430
|
*
|
|
380
431
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
381
432
|
*/
|
|
382
|
-
asyncOperation?: AsyncOperation;
|
|
433
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
383
434
|
};
|
|
384
435
|
/**
|
|
385
436
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateNamespaceResponse.
|
|
@@ -465,7 +516,7 @@ export type GetNamespaceResponse = Message<"temporal.api.cloud.cloudservice.v1.G
|
|
|
465
516
|
*
|
|
466
517
|
* @generated from field: temporal.api.cloud.namespace.v1.Namespace namespace = 1;
|
|
467
518
|
*/
|
|
468
|
-
namespace?: Namespace;
|
|
519
|
+
namespace?: Namespace | undefined;
|
|
469
520
|
};
|
|
470
521
|
/**
|
|
471
522
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetNamespaceResponse.
|
|
@@ -487,7 +538,7 @@ export type UpdateNamespaceRequest = Message<"temporal.api.cloud.cloudservice.v1
|
|
|
487
538
|
*
|
|
488
539
|
* @generated from field: temporal.api.cloud.namespace.v1.NamespaceSpec spec = 2;
|
|
489
540
|
*/
|
|
490
|
-
spec?: NamespaceSpec;
|
|
541
|
+
spec?: NamespaceSpec | undefined;
|
|
491
542
|
/**
|
|
492
543
|
* The version of the namespace for which this update is intended for.
|
|
493
544
|
* The latest version can be found in the namespace status.
|
|
@@ -517,7 +568,7 @@ export type UpdateNamespaceResponse = Message<"temporal.api.cloud.cloudservice.v
|
|
|
517
568
|
*
|
|
518
569
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
519
570
|
*/
|
|
520
|
-
asyncOperation?: AsyncOperation;
|
|
571
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
521
572
|
};
|
|
522
573
|
/**
|
|
523
574
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateNamespaceResponse.
|
|
@@ -575,7 +626,7 @@ export type RenameCustomSearchAttributeResponse = Message<"temporal.api.cloud.cl
|
|
|
575
626
|
*
|
|
576
627
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
577
628
|
*/
|
|
578
|
-
asyncOperation?: AsyncOperation;
|
|
629
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
579
630
|
};
|
|
580
631
|
/**
|
|
581
632
|
* Describes the message temporal.api.cloud.cloudservice.v1.RenameCustomSearchAttributeResponse.
|
|
@@ -621,7 +672,7 @@ export type DeleteNamespaceResponse = Message<"temporal.api.cloud.cloudservice.v
|
|
|
621
672
|
*
|
|
622
673
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
623
674
|
*/
|
|
624
|
-
asyncOperation?: AsyncOperation;
|
|
675
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
625
676
|
};
|
|
626
677
|
/**
|
|
627
678
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteNamespaceResponse.
|
|
@@ -666,7 +717,7 @@ export type FailoverNamespaceRegionResponse = Message<"temporal.api.cloud.clouds
|
|
|
666
717
|
*
|
|
667
718
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
668
719
|
*/
|
|
669
|
-
asyncOperation?: AsyncOperation;
|
|
720
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
670
721
|
};
|
|
671
722
|
/**
|
|
672
723
|
* Describes the message temporal.api.cloud.cloudservice.v1.FailoverNamespaceRegionResponse.
|
|
@@ -719,7 +770,7 @@ export type AddNamespaceRegionResponse = Message<"temporal.api.cloud.cloudservic
|
|
|
719
770
|
*
|
|
720
771
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
721
772
|
*/
|
|
722
|
-
asyncOperation?: AsyncOperation;
|
|
773
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
723
774
|
};
|
|
724
775
|
/**
|
|
725
776
|
* Describes the message temporal.api.cloud.cloudservice.v1.AddNamespaceRegionResponse.
|
|
@@ -772,7 +823,7 @@ export type DeleteNamespaceRegionResponse = Message<"temporal.api.cloud.cloudser
|
|
|
772
823
|
*
|
|
773
824
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
774
825
|
*/
|
|
775
|
-
asyncOperation?: AsyncOperation;
|
|
826
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
776
827
|
};
|
|
777
828
|
/**
|
|
778
829
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteNamespaceRegionResponse.
|
|
@@ -829,7 +880,7 @@ export type GetRegionResponse = Message<"temporal.api.cloud.cloudservice.v1.GetR
|
|
|
829
880
|
*
|
|
830
881
|
* @generated from field: temporal.api.cloud.region.v1.Region region = 1;
|
|
831
882
|
*/
|
|
832
|
-
region?: Region;
|
|
883
|
+
region?: Region | undefined;
|
|
833
884
|
};
|
|
834
885
|
/**
|
|
835
886
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetRegionResponse.
|
|
@@ -928,7 +979,7 @@ export type GetApiKeyResponse = Message<"temporal.api.cloud.cloudservice.v1.GetA
|
|
|
928
979
|
*
|
|
929
980
|
* @generated from field: temporal.api.cloud.identity.v1.ApiKey api_key = 1;
|
|
930
981
|
*/
|
|
931
|
-
apiKey?: ApiKey;
|
|
982
|
+
apiKey?: ApiKey | undefined;
|
|
932
983
|
};
|
|
933
984
|
/**
|
|
934
985
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetApiKeyResponse.
|
|
@@ -945,7 +996,7 @@ export type CreateApiKeyRequest = Message<"temporal.api.cloud.cloudservice.v1.Cr
|
|
|
945
996
|
*
|
|
946
997
|
* @generated from field: temporal.api.cloud.identity.v1.ApiKeySpec spec = 1;
|
|
947
998
|
*/
|
|
948
|
-
spec?: ApiKeySpec;
|
|
999
|
+
spec?: ApiKeySpec | undefined;
|
|
949
1000
|
/**
|
|
950
1001
|
* The id to use for this async operation - optional.
|
|
951
1002
|
*
|
|
@@ -981,7 +1032,7 @@ export type CreateApiKeyResponse = Message<"temporal.api.cloud.cloudservice.v1.C
|
|
|
981
1032
|
*
|
|
982
1033
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 3;
|
|
983
1034
|
*/
|
|
984
|
-
asyncOperation?: AsyncOperation;
|
|
1035
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
985
1036
|
};
|
|
986
1037
|
/**
|
|
987
1038
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateApiKeyResponse.
|
|
@@ -1003,7 +1054,7 @@ export type UpdateApiKeyRequest = Message<"temporal.api.cloud.cloudservice.v1.Up
|
|
|
1003
1054
|
*
|
|
1004
1055
|
* @generated from field: temporal.api.cloud.identity.v1.ApiKeySpec spec = 2;
|
|
1005
1056
|
*/
|
|
1006
|
-
spec?: ApiKeySpec;
|
|
1057
|
+
spec?: ApiKeySpec | undefined;
|
|
1007
1058
|
/**
|
|
1008
1059
|
* The version of the api key for which this update is intended for.
|
|
1009
1060
|
* The latest version can be found in the GetApiKey operation response.
|
|
@@ -1032,7 +1083,7 @@ export type UpdateApiKeyResponse = Message<"temporal.api.cloud.cloudservice.v1.U
|
|
|
1032
1083
|
*
|
|
1033
1084
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1034
1085
|
*/
|
|
1035
|
-
asyncOperation?: AsyncOperation;
|
|
1086
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1036
1087
|
};
|
|
1037
1088
|
/**
|
|
1038
1089
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateApiKeyResponse.
|
|
@@ -1077,7 +1128,7 @@ export type DeleteApiKeyResponse = Message<"temporal.api.cloud.cloudservice.v1.D
|
|
|
1077
1128
|
*
|
|
1078
1129
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1079
1130
|
*/
|
|
1080
|
-
asyncOperation?: AsyncOperation;
|
|
1131
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1081
1132
|
};
|
|
1082
1133
|
/**
|
|
1083
1134
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteApiKeyResponse.
|
|
@@ -1172,7 +1223,7 @@ export type GetNexusEndpointResponse = Message<"temporal.api.cloud.cloudservice.
|
|
|
1172
1223
|
*
|
|
1173
1224
|
* @generated from field: temporal.api.cloud.nexus.v1.Endpoint endpoint = 1;
|
|
1174
1225
|
*/
|
|
1175
|
-
endpoint?: Endpoint;
|
|
1226
|
+
endpoint?: Endpoint | undefined;
|
|
1176
1227
|
};
|
|
1177
1228
|
/**
|
|
1178
1229
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetNexusEndpointResponse.
|
|
@@ -1188,7 +1239,7 @@ export type CreateNexusEndpointRequest = Message<"temporal.api.cloud.cloudservic
|
|
|
1188
1239
|
*
|
|
1189
1240
|
* @generated from field: temporal.api.cloud.nexus.v1.EndpointSpec spec = 1;
|
|
1190
1241
|
*/
|
|
1191
|
-
spec?: EndpointSpec;
|
|
1242
|
+
spec?: EndpointSpec | undefined;
|
|
1192
1243
|
/**
|
|
1193
1244
|
* The id to use for this async operation - optional.
|
|
1194
1245
|
*
|
|
@@ -1216,7 +1267,7 @@ export type CreateNexusEndpointResponse = Message<"temporal.api.cloud.cloudservi
|
|
|
1216
1267
|
*
|
|
1217
1268
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
1218
1269
|
*/
|
|
1219
|
-
asyncOperation?: AsyncOperation;
|
|
1270
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1220
1271
|
};
|
|
1221
1272
|
/**
|
|
1222
1273
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateNexusEndpointResponse.
|
|
@@ -1238,7 +1289,7 @@ export type UpdateNexusEndpointRequest = Message<"temporal.api.cloud.cloudservic
|
|
|
1238
1289
|
*
|
|
1239
1290
|
* @generated from field: temporal.api.cloud.nexus.v1.EndpointSpec spec = 2;
|
|
1240
1291
|
*/
|
|
1241
|
-
spec?: EndpointSpec;
|
|
1292
|
+
spec?: EndpointSpec | undefined;
|
|
1242
1293
|
/**
|
|
1243
1294
|
* The version of the nexus endpoint for which this update is intended for.
|
|
1244
1295
|
* The latest version can be found in the GetNexusEndpoint operation response.
|
|
@@ -1267,7 +1318,7 @@ export type UpdateNexusEndpointResponse = Message<"temporal.api.cloud.cloudservi
|
|
|
1267
1318
|
*
|
|
1268
1319
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1269
1320
|
*/
|
|
1270
|
-
asyncOperation?: AsyncOperation;
|
|
1321
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1271
1322
|
};
|
|
1272
1323
|
/**
|
|
1273
1324
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateNexusEndpointResponse.
|
|
@@ -1312,7 +1363,7 @@ export type DeleteNexusEndpointResponse = Message<"temporal.api.cloud.cloudservi
|
|
|
1312
1363
|
*
|
|
1313
1364
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1314
1365
|
*/
|
|
1315
|
-
asyncOperation?: AsyncOperation;
|
|
1366
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1316
1367
|
};
|
|
1317
1368
|
/**
|
|
1318
1369
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteNexusEndpointResponse.
|
|
@@ -1353,13 +1404,13 @@ export type GetUserGroupsRequest = Message<"temporal.api.cloud.cloudservice.v1.G
|
|
|
1353
1404
|
*
|
|
1354
1405
|
* @generated from field: temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.GoogleGroupFilter google_group = 5;
|
|
1355
1406
|
*/
|
|
1356
|
-
googleGroup?: GetUserGroupsRequest_GoogleGroupFilter;
|
|
1407
|
+
googleGroup?: GetUserGroupsRequest_GoogleGroupFilter | undefined;
|
|
1357
1408
|
/**
|
|
1358
1409
|
* Filter groups by the SCIM group specification - optional.
|
|
1359
1410
|
*
|
|
1360
1411
|
* @generated from field: temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.SCIMGroupFilter scim_group = 6;
|
|
1361
1412
|
*/
|
|
1362
|
-
scimGroup?: GetUserGroupsRequest_SCIMGroupFilter;
|
|
1413
|
+
scimGroup?: GetUserGroupsRequest_SCIMGroupFilter | undefined;
|
|
1363
1414
|
};
|
|
1364
1415
|
/**
|
|
1365
1416
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetUserGroupsRequest.
|
|
@@ -1445,7 +1496,7 @@ export type GetUserGroupResponse = Message<"temporal.api.cloud.cloudservice.v1.G
|
|
|
1445
1496
|
*
|
|
1446
1497
|
* @generated from field: temporal.api.cloud.identity.v1.UserGroup group = 1;
|
|
1447
1498
|
*/
|
|
1448
|
-
group?: UserGroup;
|
|
1499
|
+
group?: UserGroup | undefined;
|
|
1449
1500
|
};
|
|
1450
1501
|
/**
|
|
1451
1502
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetUserGroupResponse.
|
|
@@ -1461,7 +1512,7 @@ export type CreateUserGroupRequest = Message<"temporal.api.cloud.cloudservice.v1
|
|
|
1461
1512
|
*
|
|
1462
1513
|
* @generated from field: temporal.api.cloud.identity.v1.UserGroupSpec spec = 1;
|
|
1463
1514
|
*/
|
|
1464
|
-
spec?: UserGroupSpec;
|
|
1515
|
+
spec?: UserGroupSpec | undefined;
|
|
1465
1516
|
/**
|
|
1466
1517
|
* The id to use for this async operation.
|
|
1467
1518
|
* Optional, if not provided a random id will be generated.
|
|
@@ -1490,7 +1541,7 @@ export type CreateUserGroupResponse = Message<"temporal.api.cloud.cloudservice.v
|
|
|
1490
1541
|
*
|
|
1491
1542
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
1492
1543
|
*/
|
|
1493
|
-
asyncOperation?: AsyncOperation;
|
|
1544
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1494
1545
|
};
|
|
1495
1546
|
/**
|
|
1496
1547
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateUserGroupResponse.
|
|
@@ -1512,7 +1563,7 @@ export type UpdateUserGroupRequest = Message<"temporal.api.cloud.cloudservice.v1
|
|
|
1512
1563
|
*
|
|
1513
1564
|
* @generated from field: temporal.api.cloud.identity.v1.UserGroupSpec spec = 2;
|
|
1514
1565
|
*/
|
|
1515
|
-
spec?: UserGroupSpec;
|
|
1566
|
+
spec?: UserGroupSpec | undefined;
|
|
1516
1567
|
/**
|
|
1517
1568
|
* The version of the group for which this update is intended for.
|
|
1518
1569
|
* The latest version can be found in the GetGroup operation response.
|
|
@@ -1542,7 +1593,7 @@ export type UpdateUserGroupResponse = Message<"temporal.api.cloud.cloudservice.v
|
|
|
1542
1593
|
*
|
|
1543
1594
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1544
1595
|
*/
|
|
1545
|
-
asyncOperation?: AsyncOperation;
|
|
1596
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1546
1597
|
};
|
|
1547
1598
|
/**
|
|
1548
1599
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateUserGroupResponse.
|
|
@@ -1588,7 +1639,7 @@ export type DeleteUserGroupResponse = Message<"temporal.api.cloud.cloudservice.v
|
|
|
1588
1639
|
*
|
|
1589
1640
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1590
1641
|
*/
|
|
1591
|
-
asyncOperation?: AsyncOperation;
|
|
1642
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1592
1643
|
};
|
|
1593
1644
|
/**
|
|
1594
1645
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteUserGroupResponse.
|
|
@@ -1616,7 +1667,7 @@ export type SetUserGroupNamespaceAccessRequest = Message<"temporal.api.cloud.clo
|
|
|
1616
1667
|
*
|
|
1617
1668
|
* @generated from field: temporal.api.cloud.identity.v1.NamespaceAccess access = 3;
|
|
1618
1669
|
*/
|
|
1619
|
-
access?: NamespaceAccess;
|
|
1670
|
+
access?: NamespaceAccess | undefined;
|
|
1620
1671
|
/**
|
|
1621
1672
|
* The version of the group for which this update is intended for.
|
|
1622
1673
|
* The latest version can be found in the GetGroup operation response.
|
|
@@ -1645,7 +1696,7 @@ export type SetUserGroupNamespaceAccessResponse = Message<"temporal.api.cloud.cl
|
|
|
1645
1696
|
*
|
|
1646
1697
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1647
1698
|
*/
|
|
1648
|
-
asyncOperation?: AsyncOperation;
|
|
1699
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1649
1700
|
};
|
|
1650
1701
|
/**
|
|
1651
1702
|
* Describes the message temporal.api.cloud.cloudservice.v1.SetUserGroupNamespaceAccessResponse.
|
|
@@ -1667,7 +1718,7 @@ export type AddUserGroupMemberRequest = Message<"temporal.api.cloud.cloudservice
|
|
|
1667
1718
|
*
|
|
1668
1719
|
* @generated from field: temporal.api.cloud.identity.v1.UserGroupMemberId member_id = 2;
|
|
1669
1720
|
*/
|
|
1670
|
-
memberId?: UserGroupMemberId;
|
|
1721
|
+
memberId?: UserGroupMemberId | undefined;
|
|
1671
1722
|
/**
|
|
1672
1723
|
* The id to use for this async operation.
|
|
1673
1724
|
* Optional, if not provided a random id will be generated.
|
|
@@ -1690,7 +1741,7 @@ export type AddUserGroupMemberResponse = Message<"temporal.api.cloud.cloudservic
|
|
|
1690
1741
|
*
|
|
1691
1742
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1692
1743
|
*/
|
|
1693
|
-
asyncOperation?: AsyncOperation;
|
|
1744
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1694
1745
|
};
|
|
1695
1746
|
/**
|
|
1696
1747
|
* Describes the message temporal.api.cloud.cloudservice.v1.AddUserGroupMemberResponse.
|
|
@@ -1712,7 +1763,7 @@ export type RemoveUserGroupMemberRequest = Message<"temporal.api.cloud.cloudserv
|
|
|
1712
1763
|
*
|
|
1713
1764
|
* @generated from field: temporal.api.cloud.identity.v1.UserGroupMemberId member_id = 2;
|
|
1714
1765
|
*/
|
|
1715
|
-
memberId?: UserGroupMemberId;
|
|
1766
|
+
memberId?: UserGroupMemberId | undefined;
|
|
1716
1767
|
/**
|
|
1717
1768
|
* The id to use for this async operation.
|
|
1718
1769
|
* Optional, if not provided a random id will be generated.
|
|
@@ -1735,7 +1786,7 @@ export type RemoveUserGroupMemberResponse = Message<"temporal.api.cloud.cloudser
|
|
|
1735
1786
|
*
|
|
1736
1787
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1737
1788
|
*/
|
|
1738
|
-
asyncOperation?: AsyncOperation;
|
|
1789
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1739
1790
|
};
|
|
1740
1791
|
/**
|
|
1741
1792
|
* Describes the message temporal.api.cloud.cloudservice.v1.RemoveUserGroupMemberResponse.
|
|
@@ -1802,7 +1853,7 @@ export type CreateServiceAccountRequest = Message<"temporal.api.cloud.cloudservi
|
|
|
1802
1853
|
*
|
|
1803
1854
|
* @generated from field: temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 1;
|
|
1804
1855
|
*/
|
|
1805
|
-
spec?: ServiceAccountSpec;
|
|
1856
|
+
spec?: ServiceAccountSpec | undefined;
|
|
1806
1857
|
/**
|
|
1807
1858
|
* The ID to use for this async operation - optional.
|
|
1808
1859
|
*
|
|
@@ -1830,7 +1881,7 @@ export type CreateServiceAccountResponse = Message<"temporal.api.cloud.cloudserv
|
|
|
1830
1881
|
*
|
|
1831
1882
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
1832
1883
|
*/
|
|
1833
|
-
asyncOperation?: AsyncOperation;
|
|
1884
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1834
1885
|
};
|
|
1835
1886
|
/**
|
|
1836
1887
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateServiceAccountResponse.
|
|
@@ -1862,7 +1913,7 @@ export type GetServiceAccountResponse = Message<"temporal.api.cloud.cloudservice
|
|
|
1862
1913
|
*
|
|
1863
1914
|
* @generated from field: temporal.api.cloud.identity.v1.ServiceAccount service_account = 1;
|
|
1864
1915
|
*/
|
|
1865
|
-
serviceAccount?: ServiceAccount;
|
|
1916
|
+
serviceAccount?: ServiceAccount | undefined;
|
|
1866
1917
|
};
|
|
1867
1918
|
/**
|
|
1868
1919
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetServiceAccountResponse.
|
|
@@ -1929,7 +1980,7 @@ export type UpdateServiceAccountRequest = Message<"temporal.api.cloud.cloudservi
|
|
|
1929
1980
|
*
|
|
1930
1981
|
* @generated from field: temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 2;
|
|
1931
1982
|
*/
|
|
1932
|
-
spec?: ServiceAccountSpec;
|
|
1983
|
+
spec?: ServiceAccountSpec | undefined;
|
|
1933
1984
|
/**
|
|
1934
1985
|
* The version of the service account for which this update is intended for.
|
|
1935
1986
|
* The latest version can be found in the GetServiceAccount response.
|
|
@@ -1958,7 +2009,7 @@ export type UpdateServiceAccountResponse = Message<"temporal.api.cloud.cloudserv
|
|
|
1958
2009
|
*
|
|
1959
2010
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
1960
2011
|
*/
|
|
1961
|
-
asyncOperation?: AsyncOperation;
|
|
2012
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
1962
2013
|
};
|
|
1963
2014
|
/**
|
|
1964
2015
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateServiceAccountResponse.
|
|
@@ -1986,7 +2037,7 @@ export type SetServiceAccountNamespaceAccessRequest = Message<"temporal.api.clou
|
|
|
1986
2037
|
*
|
|
1987
2038
|
* @generated from field: temporal.api.cloud.identity.v1.NamespaceAccess access = 3;
|
|
1988
2039
|
*/
|
|
1989
|
-
access?: NamespaceAccess;
|
|
2040
|
+
access?: NamespaceAccess | undefined;
|
|
1990
2041
|
/**
|
|
1991
2042
|
* The version of the service account for which this update is intended for.
|
|
1992
2043
|
* The latest version can be found in the GetServiceAccount response.
|
|
@@ -2015,7 +2066,7 @@ export type SetServiceAccountNamespaceAccessResponse = Message<"temporal.api.clo
|
|
|
2015
2066
|
*
|
|
2016
2067
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2017
2068
|
*/
|
|
2018
|
-
asyncOperation?: AsyncOperation;
|
|
2069
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2019
2070
|
};
|
|
2020
2071
|
/**
|
|
2021
2072
|
* Describes the message temporal.api.cloud.cloudservice.v1.SetServiceAccountNamespaceAccessResponse.
|
|
@@ -2060,7 +2111,7 @@ export type DeleteServiceAccountResponse = Message<"temporal.api.cloud.cloudserv
|
|
|
2060
2111
|
*
|
|
2061
2112
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2062
2113
|
*/
|
|
2063
|
-
asyncOperation?: AsyncOperation;
|
|
2114
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2064
2115
|
};
|
|
2065
2116
|
/**
|
|
2066
2117
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteServiceAccountResponse.
|
|
@@ -2079,7 +2130,7 @@ export type GetUsageRequest = Message<"temporal.api.cloud.cloudservice.v1.GetUsa
|
|
|
2079
2130
|
*
|
|
2080
2131
|
* @generated from field: google.protobuf.Timestamp start_time_inclusive = 1;
|
|
2081
2132
|
*/
|
|
2082
|
-
startTimeInclusive?: Timestamp;
|
|
2133
|
+
startTimeInclusive?: Timestamp | undefined;
|
|
2083
2134
|
/**
|
|
2084
2135
|
* Filter for UTC time < - optional.
|
|
2085
2136
|
* Defaults to: start of the next UTC day.
|
|
@@ -2088,7 +2139,7 @@ export type GetUsageRequest = Message<"temporal.api.cloud.cloudservice.v1.GetUsa
|
|
|
2088
2139
|
*
|
|
2089
2140
|
* @generated from field: google.protobuf.Timestamp end_time_exclusive = 2;
|
|
2090
2141
|
*/
|
|
2091
|
-
endTimeExclusive?: Timestamp;
|
|
2142
|
+
endTimeExclusive?: Timestamp | undefined;
|
|
2092
2143
|
/**
|
|
2093
2144
|
* The requested size of the page to retrieve - optional.
|
|
2094
2145
|
* Each count corresponds to a single object - per day per namespace
|
|
@@ -2150,7 +2201,7 @@ export type GetAccountResponse = Message<"temporal.api.cloud.cloudservice.v1.Get
|
|
|
2150
2201
|
*
|
|
2151
2202
|
* @generated from field: temporal.api.cloud.account.v1.Account account = 1;
|
|
2152
2203
|
*/
|
|
2153
|
-
account?: Account;
|
|
2204
|
+
account?: Account | undefined;
|
|
2154
2205
|
};
|
|
2155
2206
|
/**
|
|
2156
2207
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetAccountResponse.
|
|
@@ -2166,7 +2217,7 @@ export type UpdateAccountRequest = Message<"temporal.api.cloud.cloudservice.v1.U
|
|
|
2166
2217
|
*
|
|
2167
2218
|
* @generated from field: temporal.api.cloud.account.v1.AccountSpec spec = 1;
|
|
2168
2219
|
*/
|
|
2169
|
-
spec?: AccountSpec;
|
|
2220
|
+
spec?: AccountSpec | undefined;
|
|
2170
2221
|
/**
|
|
2171
2222
|
* The version of the account for which this update is intended for.
|
|
2172
2223
|
* The latest version can be found in the GetAccount operation response.
|
|
@@ -2196,7 +2247,7 @@ export type UpdateAccountResponse = Message<"temporal.api.cloud.cloudservice.v1.
|
|
|
2196
2247
|
*
|
|
2197
2248
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2198
2249
|
*/
|
|
2199
|
-
asyncOperation?: AsyncOperation;
|
|
2250
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2200
2251
|
};
|
|
2201
2252
|
/**
|
|
2202
2253
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateAccountResponse.
|
|
@@ -2218,7 +2269,7 @@ export type CreateNamespaceExportSinkRequest = Message<"temporal.api.cloud.cloud
|
|
|
2218
2269
|
*
|
|
2219
2270
|
* @generated from field: temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;
|
|
2220
2271
|
*/
|
|
2221
|
-
spec?: ExportSinkSpec;
|
|
2272
|
+
spec?: ExportSinkSpec | undefined;
|
|
2222
2273
|
/**
|
|
2223
2274
|
* Optional. The ID to use for this async operation.
|
|
2224
2275
|
*
|
|
@@ -2240,7 +2291,7 @@ export type CreateNamespaceExportSinkResponse = Message<"temporal.api.cloud.clou
|
|
|
2240
2291
|
*
|
|
2241
2292
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2242
2293
|
*/
|
|
2243
|
-
asyncOperation?: AsyncOperation;
|
|
2294
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2244
2295
|
};
|
|
2245
2296
|
/**
|
|
2246
2297
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateNamespaceExportSinkResponse.
|
|
@@ -2278,7 +2329,7 @@ export type GetNamespaceExportSinkResponse = Message<"temporal.api.cloud.cloudse
|
|
|
2278
2329
|
*
|
|
2279
2330
|
* @generated from field: temporal.api.cloud.namespace.v1.ExportSink sink = 1;
|
|
2280
2331
|
*/
|
|
2281
|
-
sink?: ExportSink;
|
|
2332
|
+
sink?: ExportSink | undefined;
|
|
2282
2333
|
};
|
|
2283
2334
|
/**
|
|
2284
2335
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetNamespaceExportSinkResponse.
|
|
@@ -2351,7 +2402,7 @@ export type UpdateNamespaceExportSinkRequest = Message<"temporal.api.cloud.cloud
|
|
|
2351
2402
|
*
|
|
2352
2403
|
* @generated from field: temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;
|
|
2353
2404
|
*/
|
|
2354
|
-
spec?: ExportSinkSpec;
|
|
2405
|
+
spec?: ExportSinkSpec | undefined;
|
|
2355
2406
|
/**
|
|
2356
2407
|
* The version of the sink to update. The latest version can be
|
|
2357
2408
|
* retrieved using the GetNamespaceExportSink call.
|
|
@@ -2380,7 +2431,7 @@ export type UpdateNamespaceExportSinkResponse = Message<"temporal.api.cloud.clou
|
|
|
2380
2431
|
*
|
|
2381
2432
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2382
2433
|
*/
|
|
2383
|
-
asyncOperation?: AsyncOperation;
|
|
2434
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2384
2435
|
};
|
|
2385
2436
|
/**
|
|
2386
2437
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateNamespaceExportSinkResponse.
|
|
@@ -2431,7 +2482,7 @@ export type DeleteNamespaceExportSinkResponse = Message<"temporal.api.cloud.clou
|
|
|
2431
2482
|
*
|
|
2432
2483
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2433
2484
|
*/
|
|
2434
|
-
asyncOperation?: AsyncOperation;
|
|
2485
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2435
2486
|
};
|
|
2436
2487
|
/**
|
|
2437
2488
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteNamespaceExportSinkResponse.
|
|
@@ -2453,7 +2504,7 @@ export type ValidateNamespaceExportSinkRequest = Message<"temporal.api.cloud.clo
|
|
|
2453
2504
|
*
|
|
2454
2505
|
* @generated from field: temporal.api.cloud.namespace.v1.ExportSinkSpec spec = 2;
|
|
2455
2506
|
*/
|
|
2456
|
-
spec?: ExportSinkSpec;
|
|
2507
|
+
spec?: ExportSinkSpec | undefined;
|
|
2457
2508
|
};
|
|
2458
2509
|
/**
|
|
2459
2510
|
* Describes the message temporal.api.cloud.cloudservice.v1.ValidateNamespaceExportSinkRequest.
|
|
@@ -2518,7 +2569,7 @@ export type UpdateNamespaceTagsResponse = Message<"temporal.api.cloud.cloudservi
|
|
|
2518
2569
|
*
|
|
2519
2570
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2520
2571
|
*/
|
|
2521
|
-
asyncOperation?: AsyncOperation;
|
|
2572
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2522
2573
|
};
|
|
2523
2574
|
/**
|
|
2524
2575
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateNamespaceTagsResponse.
|
|
@@ -2534,7 +2585,7 @@ export type CreateConnectivityRuleRequest = Message<"temporal.api.cloud.cloudser
|
|
|
2534
2585
|
*
|
|
2535
2586
|
* @generated from field: temporal.api.cloud.connectivityrule.v1.ConnectivityRuleSpec spec = 1;
|
|
2536
2587
|
*/
|
|
2537
|
-
spec?: ConnectivityRuleSpec;
|
|
2588
|
+
spec?: ConnectivityRuleSpec | undefined;
|
|
2538
2589
|
/**
|
|
2539
2590
|
* The id to use for this async operation.
|
|
2540
2591
|
* Optional, if not provided a random id will be generated.
|
|
@@ -2563,7 +2614,7 @@ export type CreateConnectivityRuleResponse = Message<"temporal.api.cloud.cloudse
|
|
|
2563
2614
|
*
|
|
2564
2615
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
2565
2616
|
*/
|
|
2566
|
-
asyncOperation?: AsyncOperation;
|
|
2617
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2567
2618
|
};
|
|
2568
2619
|
/**
|
|
2569
2620
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateConnectivityRuleResponse.
|
|
@@ -2593,7 +2644,7 @@ export type GetConnectivityRuleResponse = Message<"temporal.api.cloud.cloudservi
|
|
|
2593
2644
|
/**
|
|
2594
2645
|
* @generated from field: temporal.api.cloud.connectivityrule.v1.ConnectivityRule connectivity_rule = 1;
|
|
2595
2646
|
*/
|
|
2596
|
-
connectivityRule?: ConnectivityRule;
|
|
2647
|
+
connectivityRule?: ConnectivityRule | undefined;
|
|
2597
2648
|
};
|
|
2598
2649
|
/**
|
|
2599
2650
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetConnectivityRuleResponse.
|
|
@@ -2691,7 +2742,7 @@ export type DeleteConnectivityRuleResponse = Message<"temporal.api.cloud.cloudse
|
|
|
2691
2742
|
*
|
|
2692
2743
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2693
2744
|
*/
|
|
2694
|
-
asyncOperation?: AsyncOperation;
|
|
2745
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2695
2746
|
};
|
|
2696
2747
|
/**
|
|
2697
2748
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteConnectivityRuleResponse.
|
|
@@ -2720,13 +2771,13 @@ export type GetAuditLogsRequest = Message<"temporal.api.cloud.cloudservice.v1.Ge
|
|
|
2720
2771
|
*
|
|
2721
2772
|
* @generated from field: google.protobuf.Timestamp start_time_inclusive = 3;
|
|
2722
2773
|
*/
|
|
2723
|
-
startTimeInclusive?: Timestamp;
|
|
2774
|
+
startTimeInclusive?: Timestamp | undefined;
|
|
2724
2775
|
/**
|
|
2725
2776
|
* Filter for UTC time < (defaults to current time) - optional.
|
|
2726
2777
|
*
|
|
2727
2778
|
* @generated from field: google.protobuf.Timestamp end_time_exclusive = 4;
|
|
2728
2779
|
*/
|
|
2729
|
-
endTimeExclusive?: Timestamp;
|
|
2780
|
+
endTimeExclusive?: Timestamp | undefined;
|
|
2730
2781
|
};
|
|
2731
2782
|
/**
|
|
2732
2783
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetAuditLogsRequest.
|
|
@@ -2764,7 +2815,7 @@ export type ValidateAccountAuditLogSinkRequest = Message<"temporal.api.cloud.clo
|
|
|
2764
2815
|
*
|
|
2765
2816
|
* @generated from field: temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;
|
|
2766
2817
|
*/
|
|
2767
|
-
spec?: AuditLogSinkSpec;
|
|
2818
|
+
spec?: AuditLogSinkSpec | undefined;
|
|
2768
2819
|
};
|
|
2769
2820
|
/**
|
|
2770
2821
|
* Describes the message temporal.api.cloud.cloudservice.v1.ValidateAccountAuditLogSinkRequest.
|
|
@@ -2789,7 +2840,7 @@ export type CreateAccountAuditLogSinkRequest = Message<"temporal.api.cloud.cloud
|
|
|
2789
2840
|
*
|
|
2790
2841
|
* @generated from field: temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;
|
|
2791
2842
|
*/
|
|
2792
|
-
spec?: AuditLogSinkSpec;
|
|
2843
|
+
spec?: AuditLogSinkSpec | undefined;
|
|
2793
2844
|
/**
|
|
2794
2845
|
* Optional. The ID to use for this async operation.
|
|
2795
2846
|
*
|
|
@@ -2811,7 +2862,7 @@ export type CreateAccountAuditLogSinkResponse = Message<"temporal.api.cloud.clou
|
|
|
2811
2862
|
*
|
|
2812
2863
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2813
2864
|
*/
|
|
2814
|
-
asyncOperation?: AsyncOperation;
|
|
2865
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2815
2866
|
};
|
|
2816
2867
|
/**
|
|
2817
2868
|
* Describes the message temporal.api.cloud.cloudservice.v1.CreateAccountAuditLogSinkResponse.
|
|
@@ -2843,7 +2894,7 @@ export type GetAccountAuditLogSinkResponse = Message<"temporal.api.cloud.cloudse
|
|
|
2843
2894
|
*
|
|
2844
2895
|
* @generated from field: temporal.api.cloud.account.v1.AuditLogSink sink = 1;
|
|
2845
2896
|
*/
|
|
2846
|
-
sink?: AuditLogSink;
|
|
2897
|
+
sink?: AuditLogSink | undefined;
|
|
2847
2898
|
};
|
|
2848
2899
|
/**
|
|
2849
2900
|
* Describes the message temporal.api.cloud.cloudservice.v1.GetAccountAuditLogSinkResponse.
|
|
@@ -2904,7 +2955,7 @@ export type UpdateAccountAuditLogSinkRequest = Message<"temporal.api.cloud.cloud
|
|
|
2904
2955
|
*
|
|
2905
2956
|
* @generated from field: temporal.api.cloud.account.v1.AuditLogSinkSpec spec = 1;
|
|
2906
2957
|
*/
|
|
2907
|
-
spec?: AuditLogSinkSpec;
|
|
2958
|
+
spec?: AuditLogSinkSpec | undefined;
|
|
2908
2959
|
/**
|
|
2909
2960
|
* The version of the audit log sink to update. The latest version can be
|
|
2910
2961
|
* retrieved using the GetAuditLogSink call.
|
|
@@ -2933,7 +2984,7 @@ export type UpdateAccountAuditLogSinkResponse = Message<"temporal.api.cloud.clou
|
|
|
2933
2984
|
*
|
|
2934
2985
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2935
2986
|
*/
|
|
2936
|
-
asyncOperation?: AsyncOperation;
|
|
2987
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2937
2988
|
};
|
|
2938
2989
|
/**
|
|
2939
2990
|
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateAccountAuditLogSinkResponse.
|
|
@@ -2978,11 +3029,340 @@ export type DeleteAccountAuditLogSinkResponse = Message<"temporal.api.cloud.clou
|
|
|
2978
3029
|
*
|
|
2979
3030
|
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
2980
3031
|
*/
|
|
2981
|
-
asyncOperation?: AsyncOperation;
|
|
3032
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
2982
3033
|
};
|
|
2983
3034
|
/**
|
|
2984
3035
|
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteAccountAuditLogSinkResponse.
|
|
2985
3036
|
* Use `create(DeleteAccountAuditLogSinkResponseSchema)` to create a new message.
|
|
2986
3037
|
*/
|
|
2987
3038
|
export declare const DeleteAccountAuditLogSinkResponseSchema: GenMessage<DeleteAccountAuditLogSinkResponse>;
|
|
3039
|
+
/**
|
|
3040
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetNamespaceCapacityInfoRequest
|
|
3041
|
+
*/
|
|
3042
|
+
export type GetNamespaceCapacityInfoRequest = Message<"temporal.api.cloud.cloudservice.v1.GetNamespaceCapacityInfoRequest"> & {
|
|
3043
|
+
/**
|
|
3044
|
+
* The namespace identifier.
|
|
3045
|
+
* Required.
|
|
3046
|
+
*
|
|
3047
|
+
* @generated from field: string namespace = 1;
|
|
3048
|
+
*/
|
|
3049
|
+
namespace: string;
|
|
3050
|
+
};
|
|
3051
|
+
/**
|
|
3052
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetNamespaceCapacityInfoRequest.
|
|
3053
|
+
* Use `create(GetNamespaceCapacityInfoRequestSchema)` to create a new message.
|
|
3054
|
+
*/
|
|
3055
|
+
export declare const GetNamespaceCapacityInfoRequestSchema: GenMessage<GetNamespaceCapacityInfoRequest>;
|
|
3056
|
+
/**
|
|
3057
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetNamespaceCapacityInfoResponse
|
|
3058
|
+
*/
|
|
3059
|
+
export type GetNamespaceCapacityInfoResponse = Message<"temporal.api.cloud.cloudservice.v1.GetNamespaceCapacityInfoResponse"> & {
|
|
3060
|
+
/**
|
|
3061
|
+
* Capacity information for the namespace.
|
|
3062
|
+
*
|
|
3063
|
+
* @generated from field: temporal.api.cloud.namespace.v1.NamespaceCapacityInfo capacity_info = 1;
|
|
3064
|
+
*/
|
|
3065
|
+
capacityInfo?: NamespaceCapacityInfo | undefined;
|
|
3066
|
+
};
|
|
3067
|
+
/**
|
|
3068
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetNamespaceCapacityInfoResponse.
|
|
3069
|
+
* Use `create(GetNamespaceCapacityInfoResponseSchema)` to create a new message.
|
|
3070
|
+
*/
|
|
3071
|
+
export declare const GetNamespaceCapacityInfoResponseSchema: GenMessage<GetNamespaceCapacityInfoResponse>;
|
|
3072
|
+
/**
|
|
3073
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.CreateBillingReportRequest
|
|
3074
|
+
*/
|
|
3075
|
+
export type CreateBillingReportRequest = Message<"temporal.api.cloud.cloudservice.v1.CreateBillingReportRequest"> & {
|
|
3076
|
+
/**
|
|
3077
|
+
* The specification for the billing report.
|
|
3078
|
+
*
|
|
3079
|
+
* @generated from field: temporal.api.cloud.billing.v1.BillingReportSpec spec = 1;
|
|
3080
|
+
*/
|
|
3081
|
+
spec?: BillingReportSpec | undefined;
|
|
3082
|
+
/**
|
|
3083
|
+
* Optional, if not provided a random id will be generated.
|
|
3084
|
+
*
|
|
3085
|
+
* @generated from field: string async_operation_id = 2;
|
|
3086
|
+
*/
|
|
3087
|
+
asyncOperationId: string;
|
|
3088
|
+
};
|
|
3089
|
+
/**
|
|
3090
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.CreateBillingReportRequest.
|
|
3091
|
+
* Use `create(CreateBillingReportRequestSchema)` to create a new message.
|
|
3092
|
+
*/
|
|
3093
|
+
export declare const CreateBillingReportRequestSchema: GenMessage<CreateBillingReportRequest>;
|
|
3094
|
+
/**
|
|
3095
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.CreateBillingReportResponse
|
|
3096
|
+
*/
|
|
3097
|
+
export type CreateBillingReportResponse = Message<"temporal.api.cloud.cloudservice.v1.CreateBillingReportResponse"> & {
|
|
3098
|
+
/**
|
|
3099
|
+
* The id of the billing report created.
|
|
3100
|
+
*
|
|
3101
|
+
* @generated from field: string billing_report_id = 1;
|
|
3102
|
+
*/
|
|
3103
|
+
billingReportId: string;
|
|
3104
|
+
/**
|
|
3105
|
+
* The async operation.
|
|
3106
|
+
*
|
|
3107
|
+
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
3108
|
+
*/
|
|
3109
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
3110
|
+
};
|
|
3111
|
+
/**
|
|
3112
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.CreateBillingReportResponse.
|
|
3113
|
+
* Use `create(CreateBillingReportResponseSchema)` to create a new message.
|
|
3114
|
+
*/
|
|
3115
|
+
export declare const CreateBillingReportResponseSchema: GenMessage<CreateBillingReportResponse>;
|
|
3116
|
+
/**
|
|
3117
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetBillingReportRequest
|
|
3118
|
+
*/
|
|
3119
|
+
export type GetBillingReportRequest = Message<"temporal.api.cloud.cloudservice.v1.GetBillingReportRequest"> & {
|
|
3120
|
+
/**
|
|
3121
|
+
* The id of the billing report to retrieve.
|
|
3122
|
+
*
|
|
3123
|
+
* @generated from field: string billing_report_id = 1;
|
|
3124
|
+
*/
|
|
3125
|
+
billingReportId: string;
|
|
3126
|
+
};
|
|
3127
|
+
/**
|
|
3128
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetBillingReportRequest.
|
|
3129
|
+
* Use `create(GetBillingReportRequestSchema)` to create a new message.
|
|
3130
|
+
*/
|
|
3131
|
+
export declare const GetBillingReportRequestSchema: GenMessage<GetBillingReportRequest>;
|
|
3132
|
+
/**
|
|
3133
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetBillingReportResponse
|
|
3134
|
+
*/
|
|
3135
|
+
export type GetBillingReportResponse = Message<"temporal.api.cloud.cloudservice.v1.GetBillingReportResponse"> & {
|
|
3136
|
+
/**
|
|
3137
|
+
* The billing report retrieved.
|
|
3138
|
+
*
|
|
3139
|
+
* @generated from field: temporal.api.cloud.billing.v1.BillingReport billing_report = 1;
|
|
3140
|
+
*/
|
|
3141
|
+
billingReport?: BillingReport | undefined;
|
|
3142
|
+
};
|
|
3143
|
+
/**
|
|
3144
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetBillingReportResponse.
|
|
3145
|
+
* Use `create(GetBillingReportResponseSchema)` to create a new message.
|
|
3146
|
+
*/
|
|
3147
|
+
export declare const GetBillingReportResponseSchema: GenMessage<GetBillingReportResponse>;
|
|
3148
|
+
/**
|
|
3149
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetCustomRolesRequest
|
|
3150
|
+
*/
|
|
3151
|
+
export type GetCustomRolesRequest = Message<"temporal.api.cloud.cloudservice.v1.GetCustomRolesRequest"> & {
|
|
3152
|
+
/**
|
|
3153
|
+
* The requested size of the page to retrieve.
|
|
3154
|
+
* Cannot exceed 1000. Defaults to 100.
|
|
3155
|
+
*
|
|
3156
|
+
* @generated from field: int32 page_size = 1;
|
|
3157
|
+
*/
|
|
3158
|
+
pageSize: number;
|
|
3159
|
+
/**
|
|
3160
|
+
* The page token if this is continuing from another response.
|
|
3161
|
+
*
|
|
3162
|
+
* @generated from field: string page_token = 2;
|
|
3163
|
+
*/
|
|
3164
|
+
pageToken: string;
|
|
3165
|
+
};
|
|
3166
|
+
/**
|
|
3167
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetCustomRolesRequest.
|
|
3168
|
+
* Use `create(GetCustomRolesRequestSchema)` to create a new message.
|
|
3169
|
+
*/
|
|
3170
|
+
export declare const GetCustomRolesRequestSchema: GenMessage<GetCustomRolesRequest>;
|
|
3171
|
+
/**
|
|
3172
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetCustomRolesResponse
|
|
3173
|
+
*/
|
|
3174
|
+
export type GetCustomRolesResponse = Message<"temporal.api.cloud.cloudservice.v1.GetCustomRolesResponse"> & {
|
|
3175
|
+
/**
|
|
3176
|
+
* The list of custom roles in ascending ID order.
|
|
3177
|
+
*
|
|
3178
|
+
* @generated from field: repeated temporal.api.cloud.identity.v1.CustomRole custom_roles = 1;
|
|
3179
|
+
*/
|
|
3180
|
+
customRoles: CustomRole[];
|
|
3181
|
+
/**
|
|
3182
|
+
* The next page token.
|
|
3183
|
+
*
|
|
3184
|
+
* @generated from field: string next_page_token = 2;
|
|
3185
|
+
*/
|
|
3186
|
+
nextPageToken: string;
|
|
3187
|
+
};
|
|
3188
|
+
/**
|
|
3189
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetCustomRolesResponse.
|
|
3190
|
+
* Use `create(GetCustomRolesResponseSchema)` to create a new message.
|
|
3191
|
+
*/
|
|
3192
|
+
export declare const GetCustomRolesResponseSchema: GenMessage<GetCustomRolesResponse>;
|
|
3193
|
+
/**
|
|
3194
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetCustomRoleRequest
|
|
3195
|
+
*/
|
|
3196
|
+
export type GetCustomRoleRequest = Message<"temporal.api.cloud.cloudservice.v1.GetCustomRoleRequest"> & {
|
|
3197
|
+
/**
|
|
3198
|
+
* The ID of the custom role to retrieve.
|
|
3199
|
+
*
|
|
3200
|
+
* @generated from field: string role_id = 1;
|
|
3201
|
+
*/
|
|
3202
|
+
roleId: string;
|
|
3203
|
+
};
|
|
3204
|
+
/**
|
|
3205
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetCustomRoleRequest.
|
|
3206
|
+
* Use `create(GetCustomRoleRequestSchema)` to create a new message.
|
|
3207
|
+
*/
|
|
3208
|
+
export declare const GetCustomRoleRequestSchema: GenMessage<GetCustomRoleRequest>;
|
|
3209
|
+
/**
|
|
3210
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.GetCustomRoleResponse
|
|
3211
|
+
*/
|
|
3212
|
+
export type GetCustomRoleResponse = Message<"temporal.api.cloud.cloudservice.v1.GetCustomRoleResponse"> & {
|
|
3213
|
+
/**
|
|
3214
|
+
* The custom role retrieved.
|
|
3215
|
+
*
|
|
3216
|
+
* @generated from field: temporal.api.cloud.identity.v1.CustomRole custom_role = 1;
|
|
3217
|
+
*/
|
|
3218
|
+
customRole?: CustomRole | undefined;
|
|
3219
|
+
};
|
|
3220
|
+
/**
|
|
3221
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.GetCustomRoleResponse.
|
|
3222
|
+
* Use `create(GetCustomRoleResponseSchema)` to create a new message.
|
|
3223
|
+
*/
|
|
3224
|
+
export declare const GetCustomRoleResponseSchema: GenMessage<GetCustomRoleResponse>;
|
|
3225
|
+
/**
|
|
3226
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.CreateCustomRoleRequest
|
|
3227
|
+
*/
|
|
3228
|
+
export type CreateCustomRoleRequest = Message<"temporal.api.cloud.cloudservice.v1.CreateCustomRoleRequest"> & {
|
|
3229
|
+
/**
|
|
3230
|
+
* The specification for the custom role to create.
|
|
3231
|
+
*
|
|
3232
|
+
* @generated from field: temporal.api.cloud.identity.v1.CustomRoleSpec spec = 1;
|
|
3233
|
+
*/
|
|
3234
|
+
spec?: CustomRoleSpec | undefined;
|
|
3235
|
+
/**
|
|
3236
|
+
* The ID to use for this async operation.
|
|
3237
|
+
* Optional, if not provided a random ID will be generated.
|
|
3238
|
+
*
|
|
3239
|
+
* @generated from field: string async_operation_id = 2;
|
|
3240
|
+
*/
|
|
3241
|
+
asyncOperationId: string;
|
|
3242
|
+
};
|
|
3243
|
+
/**
|
|
3244
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.CreateCustomRoleRequest.
|
|
3245
|
+
* Use `create(CreateCustomRoleRequestSchema)` to create a new message.
|
|
3246
|
+
*/
|
|
3247
|
+
export declare const CreateCustomRoleRequestSchema: GenMessage<CreateCustomRoleRequest>;
|
|
3248
|
+
/**
|
|
3249
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.CreateCustomRoleResponse
|
|
3250
|
+
*/
|
|
3251
|
+
export type CreateCustomRoleResponse = Message<"temporal.api.cloud.cloudservice.v1.CreateCustomRoleResponse"> & {
|
|
3252
|
+
/**
|
|
3253
|
+
* The ID of the custom role created.
|
|
3254
|
+
*
|
|
3255
|
+
* @generated from field: string role_id = 1;
|
|
3256
|
+
*/
|
|
3257
|
+
roleId: string;
|
|
3258
|
+
/**
|
|
3259
|
+
* The async operation.
|
|
3260
|
+
*
|
|
3261
|
+
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
|
|
3262
|
+
*/
|
|
3263
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
3264
|
+
};
|
|
3265
|
+
/**
|
|
3266
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.CreateCustomRoleResponse.
|
|
3267
|
+
* Use `create(CreateCustomRoleResponseSchema)` to create a new message.
|
|
3268
|
+
*/
|
|
3269
|
+
export declare const CreateCustomRoleResponseSchema: GenMessage<CreateCustomRoleResponse>;
|
|
3270
|
+
/**
|
|
3271
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.UpdateCustomRoleRequest
|
|
3272
|
+
*/
|
|
3273
|
+
export type UpdateCustomRoleRequest = Message<"temporal.api.cloud.cloudservice.v1.UpdateCustomRoleRequest"> & {
|
|
3274
|
+
/**
|
|
3275
|
+
* The ID of the custom role to update.
|
|
3276
|
+
*
|
|
3277
|
+
* @generated from field: string role_id = 1;
|
|
3278
|
+
*/
|
|
3279
|
+
roleId: string;
|
|
3280
|
+
/**
|
|
3281
|
+
* The new custom role specification.
|
|
3282
|
+
*
|
|
3283
|
+
* @generated from field: temporal.api.cloud.identity.v1.CustomRoleSpec spec = 2;
|
|
3284
|
+
*/
|
|
3285
|
+
spec?: CustomRoleSpec | undefined;
|
|
3286
|
+
/**
|
|
3287
|
+
* The version of the custom role for which this update is intended.
|
|
3288
|
+
* The latest version can be found in the GetCustomRole operation response.
|
|
3289
|
+
*
|
|
3290
|
+
* @generated from field: string resource_version = 3;
|
|
3291
|
+
*/
|
|
3292
|
+
resourceVersion: string;
|
|
3293
|
+
/**
|
|
3294
|
+
* The ID to use for this async operation.
|
|
3295
|
+
* Optional, if not provided a random ID will be generated.
|
|
3296
|
+
*
|
|
3297
|
+
* @generated from field: string async_operation_id = 4;
|
|
3298
|
+
*/
|
|
3299
|
+
asyncOperationId: string;
|
|
3300
|
+
};
|
|
3301
|
+
/**
|
|
3302
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateCustomRoleRequest.
|
|
3303
|
+
* Use `create(UpdateCustomRoleRequestSchema)` to create a new message.
|
|
3304
|
+
*/
|
|
3305
|
+
export declare const UpdateCustomRoleRequestSchema: GenMessage<UpdateCustomRoleRequest>;
|
|
3306
|
+
/**
|
|
3307
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.UpdateCustomRoleResponse
|
|
3308
|
+
*/
|
|
3309
|
+
export type UpdateCustomRoleResponse = Message<"temporal.api.cloud.cloudservice.v1.UpdateCustomRoleResponse"> & {
|
|
3310
|
+
/**
|
|
3311
|
+
* The async operation.
|
|
3312
|
+
*
|
|
3313
|
+
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
3314
|
+
*/
|
|
3315
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
3316
|
+
};
|
|
3317
|
+
/**
|
|
3318
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.UpdateCustomRoleResponse.
|
|
3319
|
+
* Use `create(UpdateCustomRoleResponseSchema)` to create a new message.
|
|
3320
|
+
*/
|
|
3321
|
+
export declare const UpdateCustomRoleResponseSchema: GenMessage<UpdateCustomRoleResponse>;
|
|
3322
|
+
/**
|
|
3323
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.DeleteCustomRoleRequest
|
|
3324
|
+
*/
|
|
3325
|
+
export type DeleteCustomRoleRequest = Message<"temporal.api.cloud.cloudservice.v1.DeleteCustomRoleRequest"> & {
|
|
3326
|
+
/**
|
|
3327
|
+
* The ID of the custom role to delete.
|
|
3328
|
+
*
|
|
3329
|
+
* @generated from field: string role_id = 1;
|
|
3330
|
+
*/
|
|
3331
|
+
roleId: string;
|
|
3332
|
+
/**
|
|
3333
|
+
* The version of the custom role for which this delete is intended.
|
|
3334
|
+
* The latest version can be found in the GetCustomRole operation response.
|
|
3335
|
+
*
|
|
3336
|
+
* @generated from field: string resource_version = 2;
|
|
3337
|
+
*/
|
|
3338
|
+
resourceVersion: string;
|
|
3339
|
+
/**
|
|
3340
|
+
* The ID to use for this async operation.
|
|
3341
|
+
* Optional, if not provided a random ID will be generated.
|
|
3342
|
+
*
|
|
3343
|
+
* @generated from field: string async_operation_id = 3;
|
|
3344
|
+
*/
|
|
3345
|
+
asyncOperationId: string;
|
|
3346
|
+
};
|
|
3347
|
+
/**
|
|
3348
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteCustomRoleRequest.
|
|
3349
|
+
* Use `create(DeleteCustomRoleRequestSchema)` to create a new message.
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const DeleteCustomRoleRequestSchema: GenMessage<DeleteCustomRoleRequest>;
|
|
3352
|
+
/**
|
|
3353
|
+
* @generated from message temporal.api.cloud.cloudservice.v1.DeleteCustomRoleResponse
|
|
3354
|
+
*/
|
|
3355
|
+
export type DeleteCustomRoleResponse = Message<"temporal.api.cloud.cloudservice.v1.DeleteCustomRoleResponse"> & {
|
|
3356
|
+
/**
|
|
3357
|
+
* The async operation.
|
|
3358
|
+
*
|
|
3359
|
+
* @generated from field: temporal.api.cloud.operation.v1.AsyncOperation async_operation = 1;
|
|
3360
|
+
*/
|
|
3361
|
+
asyncOperation?: AsyncOperation | undefined;
|
|
3362
|
+
};
|
|
3363
|
+
/**
|
|
3364
|
+
* Describes the message temporal.api.cloud.cloudservice.v1.DeleteCustomRoleResponse.
|
|
3365
|
+
* Use `create(DeleteCustomRoleResponseSchema)` to create a new message.
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const DeleteCustomRoleResponseSchema: GenMessage<DeleteCustomRoleResponse>;
|
|
2988
3368
|
//# sourceMappingURL=request_response_pb.d.ts.map
|