temporalio 1.5.0 → 1.6.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.
- checksums.yaml +4 -4
- data/Cargo.lock +1461 -621
- data/Cargo.toml +1 -1
- data/Gemfile +6 -5
- data/README.md +42 -1
- data/ext/Cargo.toml +9 -3
- data/lib/temporalio/api/activity/v1/message.rb +1 -1
- data/lib/temporalio/api/cloud/billing/v1/message.rb +2 -1
- data/lib/temporalio/api/cloud/cloudservice/v1/request_response.rb +17 -1
- data/lib/temporalio/api/cloud/cloudservice/v1/service.rb +1 -1
- data/lib/temporalio/api/cloud/connectivityrule/v1/message.rb +1 -1
- data/lib/temporalio/api/cloud/identity/v1/message.rb +8 -1
- data/lib/temporalio/api/cloud/namespace/v1/message.rb +5 -1
- data/lib/temporalio/api/command/v1/message.rb +2 -1
- data/lib/temporalio/api/common/v1/message.rb +5 -1
- data/lib/temporalio/api/deployment/v1/message.rb +3 -1
- data/lib/temporalio/api/history/v1/message.rb +3 -1
- data/lib/temporalio/api/namespace/v1/message.rb +1 -1
- data/lib/temporalio/api/nexus/v1/message.rb +1 -1
- data/lib/temporalio/api/nexusannotations/v1/options.rb +20 -0
- data/lib/temporalio/api/payload_visitor.rb +32 -0
- data/lib/temporalio/api/schedule/v1/message.rb +1 -1
- data/lib/temporalio/api/sdk/v1/event_group_marker.rb +26 -0
- data/lib/temporalio/api/update/v1/message.rb +1 -1
- data/lib/temporalio/api/workflow/v1/message.rb +3 -2
- data/lib/temporalio/api/workflowservice/v1/request_response.rb +11 -1
- data/lib/temporalio/api/workflowservice/v1/service.rb +3 -2
- data/lib/temporalio/client/connection/cloud_service.rb +120 -0
- data/lib/temporalio/client/connection/workflow_service.rb +75 -0
- data/lib/temporalio/client/connection.rb +37 -2
- data/lib/temporalio/client.rb +10 -5
- data/lib/temporalio/internal/bridge/api/workflow_commands/workflow_commands.rb +1 -1
- data/lib/temporalio/internal/bridge/client.rb +6 -1
- data/lib/temporalio/internal/bridge.rb +20 -0
- data/lib/temporalio/internal/google_protobuf.rb +11 -0
- data/lib/temporalio/internal/worker/workflow_instance/context.rb +2 -0
- data/lib/temporalio/internal/worker/workflow_instance/details.rb +3 -1
- data/lib/temporalio/internal/worker/workflow_instance/scheduler.rb +73 -2
- data/lib/temporalio/internal/worker/workflow_instance.rb +36 -6
- data/lib/temporalio/internal/worker/workflow_worker.rb +10 -2
- data/lib/temporalio/internal/workflow_task_failure_error.rb +9 -0
- data/lib/temporalio/version.rb +1 -1
- data/lib/temporalio/worker/activity_executor/fiber.rb +1 -1
- data/lib/temporalio/worker/activity_executor/thread_pool.rb +1 -1
- data/lib/temporalio/worker/illegal_workflow_call_validator.rb +3 -1
- data/lib/temporalio/worker/workflow_executor/thread_pool.rb +5 -1
- data/lib/temporalio/worker/workflow_replayer.rb +17 -4
- data/lib/temporalio/worker.rb +30 -5
- data/lib/temporalio/workflow/future.rb +5 -0
- data/lib/temporalio/workflow/nexus_operation_cancellation_type.rb +4 -2
- data/lib/temporalio/workflow.rb +8 -0
- data/rbi/google/protobuf.rbi +25 -0
- data/rbi/temporalio/activity/cancellation_details.rbi +33 -0
- data/rbi/temporalio/activity/complete_async_error.rbi +3 -0
- data/rbi/temporalio/activity/context.rbi +42 -0
- data/rbi/temporalio/activity/definition.rbi +74 -0
- data/rbi/temporalio/activity/info.rbi +112 -0
- data/rbi/temporalio/activity.rbi +3 -0
- data/rbi/temporalio/api/activity/v1/message.rbi +1453 -0
- data/rbi/temporalio/api/batch/v1/message.rbi +1283 -0
- data/rbi/temporalio/api/callback/v1/message.rbi +188 -0
- data/rbi/temporalio/api/cloud/account/v1/message.rbi +650 -0
- data/rbi/temporalio/api/cloud/auditlog/v1/message.rbi +318 -0
- data/rbi/temporalio/api/cloud/billing/v1/message.rbi +480 -0
- data/rbi/temporalio/api/cloud/cloudservice/v1/request_response.rbi +12454 -0
- data/rbi/temporalio/api/cloud/cloudservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/cloud/cloudservice/v1/service_services.rbi +709 -0
- data/rbi/temporalio/api/cloud/cloudservice.rbi +5 -0
- data/rbi/temporalio/api/cloud/connectivityrule/v1/message.rbi +403 -0
- data/rbi/temporalio/api/cloud/identity/v1/message.rbi +3072 -0
- data/rbi/temporalio/api/cloud/namespace/v1/message.rbi +3659 -0
- data/rbi/temporalio/api/cloud/nexus/v1/message.rbi +595 -0
- data/rbi/temporalio/api/cloud/operation/v1/message.rbi +244 -0
- data/rbi/temporalio/api/cloud/region/v1/message.rbi +166 -0
- data/rbi/temporalio/api/cloud/resource/v1/message.rbi +29 -0
- data/rbi/temporalio/api/cloud/sink/v1/message.rbi +438 -0
- data/rbi/temporalio/api/cloud/usage/v1/message.rbi +409 -0
- data/rbi/temporalio/api/command/v1/message.rbi +2655 -0
- data/rbi/temporalio/api/common/v1/grpc_status.rbi +92 -0
- data/rbi/temporalio/api/common/v1/message.rbi +2983 -0
- data/rbi/temporalio/api/compute/v1/config.rbi +421 -0
- data/rbi/temporalio/api/compute/v1/provider.rbi +125 -0
- data/rbi/temporalio/api/compute/v1/scaler.rbi +102 -0
- data/rbi/temporalio/api/deployment/v1/message.rbi +2340 -0
- data/rbi/temporalio/api/enums/v1/activity.rbi +62 -0
- data/rbi/temporalio/api/enums/v1/batch_operation.rbi +47 -0
- data/rbi/temporalio/api/enums/v1/command_type.rbi +36 -0
- data/rbi/temporalio/api/enums/v1/common.rbi +181 -0
- data/rbi/temporalio/api/enums/v1/deployment.rbi +80 -0
- data/rbi/temporalio/api/enums/v1/event_type.rbi +79 -0
- data/rbi/temporalio/api/enums/v1/failed_cause.rbi +155 -0
- data/rbi/temporalio/api/enums/v1/namespace.rbi +58 -0
- data/rbi/temporalio/api/enums/v1/nexus.rbi +98 -0
- data/rbi/temporalio/api/enums/v1/query.rbi +40 -0
- data/rbi/temporalio/api/enums/v1/reset.rbi +60 -0
- data/rbi/temporalio/api/enums/v1/schedule.rbi +25 -0
- data/rbi/temporalio/api/enums/v1/task_queue.rbi +134 -0
- data/rbi/temporalio/api/enums/v1/update.rbi +39 -0
- data/rbi/temporalio/api/enums/v1/workflow.rbi +259 -0
- data/rbi/temporalio/api/errordetails/v1/message.rbi +1389 -0
- data/rbi/temporalio/api/export/v1/message.rbi +123 -0
- data/rbi/temporalio/api/failure/v1/message.rbi +1303 -0
- data/rbi/temporalio/api/filter/v1/message.rbi +267 -0
- data/rbi/temporalio/api/history/v1/message.rbi +10737 -0
- data/rbi/temporalio/api/namespace/v1/message.rbi +1044 -0
- data/rbi/temporalio/api/nexus/v1/message.rbi +2780 -0
- data/rbi/temporalio/api/nexusannotations/v1/options.rbi +161 -0
- data/rbi/temporalio/api/nexusservices/workerservice/v1/request_response.rbi +124 -0
- data/rbi/temporalio/api/operatorservice/v1/request_response.rbi +1836 -0
- data/rbi/temporalio/api/operatorservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/operatorservice/v1/service_services.rbi +143 -0
- data/rbi/temporalio/api/operatorservice.rbi +5 -0
- data/rbi/temporalio/api/payload_visitor.rbi +876 -0
- data/rbi/temporalio/api/protoc_gen_openapiv2/options/annotations.rbi +3 -0
- data/rbi/temporalio/api/protoc_gen_openapiv2/options/openapiv2.rbi +3482 -0
- data/rbi/temporalio/api/protocol/v1/message.rbi +139 -0
- data/rbi/temporalio/api/protometa/v1/annotations.rbi +97 -0
- data/rbi/temporalio/api/query/v1/message.rbi +288 -0
- data/rbi/temporalio/api/replication/v1/message.rbi +226 -0
- data/rbi/temporalio/api/rules/v1/message.rbi +492 -0
- data/rbi/temporalio/api/schedule/v1/message.rbi +2377 -0
- data/rbi/temporalio/api/sdk/v1/enhanced_stack_trace.rbi +478 -0
- data/rbi/temporalio/api/sdk/v1/event_group_marker.rbi +337 -0
- data/rbi/temporalio/api/sdk/v1/external_storage.rbi +85 -0
- data/rbi/temporalio/api/sdk/v1/task_complete_metadata.rbi +206 -0
- data/rbi/temporalio/api/sdk/v1/user_metadata.rbi +98 -0
- data/rbi/temporalio/api/sdk/v1/worker_config.rbi +255 -0
- data/rbi/temporalio/api/sdk/v1/workflow_metadata.rbi +297 -0
- data/rbi/temporalio/api/taskqueue/v1/message.rbi +2460 -0
- data/rbi/temporalio/api/testservice/v1/request_response.rbi +380 -0
- data/rbi/temporalio/api/testservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/testservice/v1/service_services.rbi +100 -0
- data/rbi/temporalio/api/update/v1/message.rbi +800 -0
- data/rbi/temporalio/api/version/v1/message.rbi +281 -0
- data/rbi/temporalio/api/worker/v1/message.rbi +1565 -0
- data/rbi/temporalio/api/workflow/v1/message.rbi +5011 -0
- data/rbi/temporalio/api/workflowservice/v1/request_response.rbi +30477 -0
- data/rbi/temporalio/api/workflowservice/v1/service.rbi +3 -0
- data/rbi/temporalio/api/workflowservice/v1/service_services.rbi +1571 -0
- data/rbi/temporalio/api/workflowservice.rbi +5 -0
- data/rbi/temporalio/api.rbi +7 -0
- data/rbi/temporalio/cancellation.rbi +40 -0
- data/rbi/temporalio/client/activity_execution.rbi +134 -0
- data/rbi/temporalio/client/activity_execution_count.rbi +23 -0
- data/rbi/temporalio/client/activity_execution_status.rbi +11 -0
- data/rbi/temporalio/client/activity_handle.rbi +49 -0
- data/rbi/temporalio/client/activity_id_reference.rbi +24 -0
- data/rbi/temporalio/client/async_activity_handle.rbi +49 -0
- data/rbi/temporalio/client/connection/cloud_service.rbi +239 -0
- data/rbi/temporalio/client/connection/operator_service.rbi +47 -0
- data/rbi/temporalio/client/connection/service.rbi +19 -0
- data/rbi/temporalio/client/connection/test_service.rbi +29 -0
- data/rbi/temporalio/client/connection/workflow_service.rbi +377 -0
- data/rbi/temporalio/client/connection.rbi +284 -0
- data/rbi/temporalio/client/interceptor.rbi +1067 -0
- data/rbi/temporalio/client/pending_activity_state.rbi +9 -0
- data/rbi/temporalio/client/plugin.rbi +17 -0
- data/rbi/temporalio/client/schedule.rbi +677 -0
- data/rbi/temporalio/client/schedule_handle.rbi +40 -0
- data/rbi/temporalio/client/with_start_workflow_operation.rbi +126 -0
- data/rbi/temporalio/client/workflow_execution.rbi +62 -0
- data/rbi/temporalio/client/workflow_execution_count.rbi +23 -0
- data/rbi/temporalio/client/workflow_execution_status.rbi +11 -0
- data/rbi/temporalio/client/workflow_handle.rbi +148 -0
- data/rbi/temporalio/client/workflow_query_reject_condition.rbi +7 -0
- data/rbi/temporalio/client/workflow_update_handle.rbi +38 -0
- data/rbi/temporalio/client/workflow_update_wait_stage.rbi +7 -0
- data/rbi/temporalio/client.rbi +534 -0
- data/rbi/temporalio/common_enums.rbi +45 -0
- data/rbi/temporalio/contrib/open_telemetry.rbi +73 -0
- data/rbi/temporalio/converters/data_converter.rbi +44 -0
- data/rbi/temporalio/converters/failure_converter.rbi +20 -0
- data/rbi/temporalio/converters/payload_codec.rbi +11 -0
- data/rbi/temporalio/converters/payload_converter/binary_null.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter/binary_plain.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter/binary_protobuf.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter/composite.rbi +20 -0
- data/rbi/temporalio/converters/payload_converter/encoding.rbi +14 -0
- data/rbi/temporalio/converters/payload_converter/json_plain.rbi +10 -0
- data/rbi/temporalio/converters/payload_converter/json_protobuf.rbi +5 -0
- data/rbi/temporalio/converters/payload_converter.rbi +28 -0
- data/rbi/temporalio/converters/raw_value.rbi +11 -0
- data/rbi/temporalio/converters.rbi +3 -0
- data/rbi/temporalio/env_config.rbi +156 -0
- data/rbi/temporalio/error/failure.rbi +3 -0
- data/rbi/temporalio/error.rbi +313 -0
- data/rbi/temporalio/internal/bridge/api/activity_result/activity_result.rbi +547 -0
- data/rbi/temporalio/internal/bridge/api/activity_task/activity_task.rbi +705 -0
- data/rbi/temporalio/internal/bridge/api/child_workflow/child_workflow.rbi +332 -0
- data/rbi/temporalio/internal/bridge/api/common/common.rbi +191 -0
- data/rbi/temporalio/internal/bridge/api/core_interface.rbi +567 -0
- data/rbi/temporalio/internal/bridge/api/external_data/external_data.rbi +255 -0
- data/rbi/temporalio/internal/bridge/api/nexus/nexus.rbi +527 -0
- data/rbi/temporalio/internal/bridge/api/workflow_activation/workflow_activation.rbi +2808 -0
- data/rbi/temporalio/internal/bridge/api/workflow_commands/workflow_commands.rbi +3309 -0
- data/rbi/temporalio/internal/bridge/api/workflow_completion/workflow_completion.rbi +272 -0
- data/rbi/temporalio/internal/bridge/api.rbi +3 -0
- data/rbi/temporalio/internal/bridge/client.rbi +346 -0
- data/rbi/temporalio/internal/bridge/runtime.rbi +231 -0
- data/rbi/temporalio/internal/bridge/testing.rbi +109 -0
- data/rbi/temporalio/internal/bridge/worker.rbi +250 -0
- data/rbi/temporalio/internal/bridge.rbi +47 -0
- data/rbi/temporalio/internal/client/implementation.rbi +53 -0
- data/rbi/temporalio/internal/google_protobuf.rbi +8 -0
- data/rbi/temporalio/internal/metric.rbi +55 -0
- data/rbi/temporalio/internal/proto_utils.rbi +148 -0
- data/rbi/temporalio/internal/worker/activity_worker.rbi +108 -0
- data/rbi/temporalio/internal/worker/multi_runner.rbi +175 -0
- data/rbi/temporalio/internal/worker/workflow_instance/child_workflow_handle.rbi +20 -0
- data/rbi/temporalio/internal/worker/workflow_instance/context.rbi +290 -0
- data/rbi/temporalio/internal/worker/workflow_instance/details.rbi +87 -0
- data/rbi/temporalio/internal/worker/workflow_instance/external_workflow_handle.rbi +14 -0
- data/rbi/temporalio/internal/worker/workflow_instance/externally_immutable_hash.rbi +17 -0
- data/rbi/temporalio/internal/worker/workflow_instance/handler_execution.rbi +17 -0
- data/rbi/temporalio/internal/worker/workflow_instance/handler_hash.rbi +24 -0
- data/rbi/temporalio/internal/worker/workflow_instance/illegal_call_tracer.rbi +17 -0
- data/rbi/temporalio/internal/worker/workflow_instance/inbound_implementation.rbi +21 -0
- data/rbi/temporalio/internal/worker/workflow_instance/nexus_client.rbi +47 -0
- data/rbi/temporalio/internal/worker/workflow_instance/nexus_operation_handle.rbi +19 -0
- data/rbi/temporalio/internal/worker/workflow_instance/outbound_implementation.rbi +43 -0
- data/rbi/temporalio/internal/worker/workflow_instance/replay_safe_logger.rbi +11 -0
- data/rbi/temporalio/internal/worker/workflow_instance/replay_safe_metric.rbi +15 -0
- data/rbi/temporalio/internal/worker/workflow_instance/scheduler.rbi +36 -0
- data/rbi/temporalio/internal/worker/workflow_instance.rbi +231 -0
- data/rbi/temporalio/internal/worker/workflow_worker.rbi +199 -0
- data/rbi/temporalio/internal/workflow_task_failure_error.rbi +3 -0
- data/rbi/temporalio/internal.rbi +3 -0
- data/rbi/temporalio/metric.rbi +56 -0
- data/rbi/temporalio/priority.rbi +38 -0
- data/rbi/temporalio/retry_policy.rbi +40 -0
- data/rbi/temporalio/runtime/metric_buffer.rbi +45 -0
- data/rbi/temporalio/runtime.rbi +185 -0
- data/rbi/temporalio/scoped_logger.rbi +50 -0
- data/rbi/temporalio/search_attributes.rbi +94 -0
- data/rbi/temporalio/simple_plugin.rbi +41 -0
- data/rbi/temporalio/testing/activity_environment.rbi +43 -0
- data/rbi/temporalio/testing/workflow_environment.rbi +116 -0
- data/rbi/temporalio/testing.rbi +3 -0
- data/rbi/temporalio/version.rbi +5 -0
- data/rbi/temporalio/versioning_override.rbi +13 -0
- data/rbi/temporalio/worker/activity_executor/fiber.rbi +20 -0
- data/rbi/temporalio/worker/activity_executor/thread_pool.rbi +20 -0
- data/rbi/temporalio/worker/activity_executor.rbi +20 -0
- data/rbi/temporalio/worker/deployment_options.rbi +23 -0
- data/rbi/temporalio/worker/illegal_workflow_call_validator.rbi +33 -0
- data/rbi/temporalio/worker/interceptor.rbi +489 -0
- data/rbi/temporalio/worker/plugin.rbi +49 -0
- data/rbi/temporalio/worker/poller_behavior.rbi +29 -0
- data/rbi/temporalio/worker/thread_pool.rbi +38 -0
- data/rbi/temporalio/worker/tuner.rbi +221 -0
- data/rbi/temporalio/worker/workflow_executor/thread_pool.rbi +15 -0
- data/rbi/temporalio/worker/workflow_executor.rbi +8 -0
- data/rbi/temporalio/worker/workflow_replayer.rbi +152 -0
- data/rbi/temporalio/worker.rbi +258 -0
- data/rbi/temporalio/worker_deployment_version.rbi +29 -0
- data/rbi/temporalio/workflow/activity_cancellation_type.rbi +7 -0
- data/rbi/temporalio/workflow/child_workflow_cancellation_type.rbi +8 -0
- data/rbi/temporalio/workflow/child_workflow_handle.rbi +27 -0
- data/rbi/temporalio/workflow/definition.rbi +305 -0
- data/rbi/temporalio/workflow/external_workflow_handle.rbi +24 -0
- data/rbi/temporalio/workflow/future.rbi +62 -0
- data/rbi/temporalio/workflow/handler_unfinished_policy.rbi +6 -0
- data/rbi/temporalio/workflow/info.rbi +100 -0
- data/rbi/temporalio/workflow/nexus_client.rbi +65 -0
- data/rbi/temporalio/workflow/nexus_operation_cancellation_type.rbi +8 -0
- data/rbi/temporalio/workflow/nexus_operation_handle.rbi +14 -0
- data/rbi/temporalio/workflow/parent_close_policy.rbi +8 -0
- data/rbi/temporalio/workflow/update_info.rbi +14 -0
- data/rbi/temporalio/workflow.rbi +393 -0
- data/rbi/temporalio/workflow_history.rbi +21 -0
- data/rbi/temporalio.rbi +5 -0
- data/sig/common.rbs +1 -0
- data/sig/google/protobuf_compat.rbs +17 -0
- data/sig/open_telemetry.rbs +47 -0
- data/sig/temporalio/activity/cancellation_details.rbs +21 -0
- data/sig/temporalio/activity/complete_async_error.rbs +6 -0
- data/sig/temporalio/activity/context.rbs +26 -0
- data/sig/temporalio/activity/definition.rbs +60 -0
- data/sig/temporalio/activity/info.rbs +57 -0
- data/sig/temporalio/activity.rbs +4 -0
- data/sig/temporalio/api/activity/v1/message.rbs +708 -0
- data/sig/temporalio/api/batch/v1/message.rbs +594 -0
- data/sig/temporalio/api/callback/v1/message.rbs +112 -0
- data/sig/temporalio/api/cloud/account/v1/message.rbs +314 -0
- data/sig/temporalio/api/cloud/auditlog/v1/message.rbs +168 -0
- data/sig/temporalio/api/cloud/billing/v1/message.rbs +279 -0
- data/sig/temporalio/api/cloud/cloudservice/v1/request_response.rbs +4726 -0
- data/sig/temporalio/api/cloud/cloudservice/v1/service.rbs +25 -0
- data/sig/temporalio/api/cloud/cloudservice.rbs +8 -0
- data/sig/temporalio/api/cloud/connectivityrule/v1/message.rbs +191 -0
- data/sig/temporalio/api/cloud/identity/v1/message.rbs +1372 -0
- data/sig/temporalio/api/cloud/namespace/v1/message.rbs +1571 -0
- data/sig/temporalio/api/cloud/nexus/v1/message.rbs +269 -0
- data/sig/temporalio/api/cloud/operation/v1/message.rbs +156 -0
- data/sig/temporalio/api/cloud/region/v1/message.rbs +109 -0
- data/sig/temporalio/api/cloud/resource/v1/message.rbs +61 -0
- data/sig/temporalio/api/cloud/sink/v1/message.rbs +207 -0
- data/sig/temporalio/api/cloud/usage/v1/message.rbs +230 -0
- data/sig/temporalio/api/command/v1/message.rbs +1211 -0
- data/sig/temporalio/api/common/v1/grpc_status.rbs +59 -0
- data/sig/temporalio/api/common/v1/message.rbs +1238 -0
- data/sig/temporalio/api/compute/v1/config.rbs +176 -0
- data/sig/temporalio/api/compute/v1/provider.rbs +73 -0
- data/sig/temporalio/api/compute/v1/scaler.rbs +60 -0
- data/sig/temporalio/api/deployment/v1/message.rbs +1063 -0
- data/sig/temporalio/api/enums/v1/activity.rbs +134 -0
- data/sig/temporalio/api/enums/v1/batch_operation.rbs +80 -0
- data/sig/temporalio/api/enums/v1/command_type.rbs +74 -0
- data/sig/temporalio/api/enums/v1/common.rbs +271 -0
- data/sig/temporalio/api/enums/v1/deployment.rbs +177 -0
- data/sig/temporalio/api/enums/v1/event_type.rbs +263 -0
- data/sig/temporalio/api/enums/v1/failed_cause.rbs +281 -0
- data/sig/temporalio/api/enums/v1/namespace.rbs +87 -0
- data/sig/temporalio/api/enums/v1/nexus.rbs +172 -0
- data/sig/temporalio/api/enums/v1/query.rbs +69 -0
- data/sig/temporalio/api/enums/v1/reset.rbs +106 -0
- data/sig/temporalio/api/enums/v1/schedule.rbs +68 -0
- data/sig/temporalio/api/enums/v1/task_queue.rbs +238 -0
- data/sig/temporalio/api/enums/v1/update.rbs +87 -0
- data/sig/temporalio/api/enums/v1/workflow.rbs +435 -0
- data/sig/temporalio/api/errordetails/v1/message.rbs +532 -0
- data/sig/temporalio/api/export/v1/message.rbs +63 -0
- data/sig/temporalio/api/failure/v1/message.rbs +579 -0
- data/sig/temporalio/api/filter/v1/message.rbs +121 -0
- data/sig/temporalio/api/history/v1/message.rbs +4928 -0
- data/sig/temporalio/api/namespace/v1/message.rbs +465 -0
- data/sig/temporalio/api/nexus/v1/message.rbs +1268 -0
- data/sig/temporalio/api/nexusannotations/v1/options.rbs +76 -0
- data/sig/temporalio/api/nexusservices/workerservice/v1/request_response.rbs +65 -0
- data/sig/temporalio/api/operatorservice/v1/request_response.rbs +679 -0
- data/sig/temporalio/api/operatorservice/v1/service.rbs +23 -0
- data/sig/temporalio/api/operatorservice.rbs +6 -0
- data/sig/temporalio/api/payload_visitor.rbs +298 -0
- data/sig/temporalio/api/protoc_gen_openapiv2/options/annotations.rbs +23 -0
- data/sig/temporalio/api/protoc_gen_openapiv2/options/openapiv2.rbs +1691 -0
- data/sig/temporalio/api/protocol/v1/message.rbs +90 -0
- data/sig/temporalio/api/protometa/v1/annotations.rbs +62 -0
- data/sig/temporalio/api/query/v1/message.rbs +138 -0
- data/sig/temporalio/api/replication/v1/message.rbs +109 -0
- data/sig/temporalio/api/rules/v1/message.rbs +213 -0
- data/sig/temporalio/api/schedule/v1/message.rbs +1066 -0
- data/sig/temporalio/api/sdk/v1/enhanced_stack_trace.rbs +210 -0
- data/sig/temporalio/api/sdk/v1/event_group_marker.rbs +154 -0
- data/sig/temporalio/api/sdk/v1/external_storage.rbs +54 -0
- data/sig/temporalio/api/sdk/v1/task_complete_metadata.rbs +92 -0
- data/sig/temporalio/api/sdk/v1/user_metadata.rbs +58 -0
- data/sig/temporalio/api/sdk/v1/worker_config.rbs +122 -0
- data/sig/temporalio/api/sdk/v1/workflow_metadata.rbs +138 -0
- data/sig/temporalio/api/taskqueue/v1/message.rbs +1013 -0
- data/sig/temporalio/api/testservice/v1/request_response.rbs +125 -0
- data/sig/temporalio/api/testservice/v1/service.rbs +23 -0
- data/sig/temporalio/api/update/v1/message.rbs +349 -0
- data/sig/temporalio/api/version/v1/message.rbs +143 -0
- data/sig/temporalio/api/worker/v1/message.rbs +716 -0
- data/sig/temporalio/api/workflow/v1/message.rbs +2322 -0
- data/sig/temporalio/api/workflowservice/v1/request_response.rbs +12735 -0
- data/sig/temporalio/api/workflowservice/v1/service.rbs +23 -0
- data/sig/temporalio/api/workflowservice.rbs +6 -0
- data/sig/temporalio/api.rbs +4 -0
- data/sig/temporalio/cancellation.rbs +20 -0
- data/sig/temporalio/client/activity_execution.rbs +50 -0
- data/sig/temporalio/client/activity_execution_count.rbs +17 -0
- data/sig/temporalio/client/activity_execution_status.rbs +15 -0
- data/sig/temporalio/client/activity_handle.rbs +26 -0
- data/sig/temporalio/client/activity_id_reference.rbs +16 -0
- data/sig/temporalio/client/async_activity_handle.rbs +41 -0
- data/sig/temporalio/client/connection/cloud_service.rbs +315 -0
- data/sig/temporalio/client/connection/operator_service.rbs +59 -0
- data/sig/temporalio/client/connection/service.rbs +17 -0
- data/sig/temporalio/client/connection/test_service.rbs +35 -0
- data/sig/temporalio/client/connection/workflow_service.rbs +499 -0
- data/sig/temporalio/client/connection.rbs +143 -0
- data/sig/temporalio/client/interceptor.rbs +622 -0
- data/sig/temporalio/client/pending_activity_state.rbs +14 -0
- data/sig/temporalio/client/plugin.rbs +14 -0
- data/sig/temporalio/client/schedule.rbs +337 -0
- data/sig/temporalio/client/schedule_handle.rbs +44 -0
- data/sig/temporalio/client/with_start_workflow_operation.rbs +82 -0
- data/sig/temporalio/client/workflow_execution.rbs +37 -0
- data/sig/temporalio/client/workflow_execution_count.rbs +17 -0
- data/sig/temporalio/client/workflow_execution_status.rbs +16 -0
- data/sig/temporalio/client/workflow_handle.rbs +95 -0
- data/sig/temporalio/client/workflow_query_reject_condition.rbs +12 -0
- data/sig/temporalio/client/workflow_update_handle.rbs +26 -0
- data/sig/temporalio/client/workflow_update_wait_stage.rbs +12 -0
- data/sig/temporalio/client.rbs +271 -0
- data/sig/temporalio/common_enums.rbs +60 -0
- data/sig/temporalio/contrib/open_telemetry.rbs +74 -0
- data/sig/temporalio/converters/data_converter.rbs +32 -0
- data/sig/temporalio/converters/failure_converter.rbs +12 -0
- data/sig/temporalio/converters/payload_codec.rbs +8 -0
- data/sig/temporalio/converters/payload_converter/binary_null.rbs +9 -0
- data/sig/temporalio/converters/payload_converter/binary_plain.rbs +9 -0
- data/sig/temporalio/converters/payload_converter/binary_protobuf.rbs +9 -0
- data/sig/temporalio/converters/payload_converter/composite.rbs +16 -0
- data/sig/temporalio/converters/payload_converter/encoding.rbs +13 -0
- data/sig/temporalio/converters/payload_converter/json_plain.rbs +14 -0
- data/sig/temporalio/converters/payload_converter/json_protobuf.rbs +9 -0
- data/sig/temporalio/converters/payload_converter.rbs +24 -0
- data/sig/temporalio/converters/raw_value.rbs +9 -0
- data/sig/temporalio/converters.rbs +4 -0
- data/sig/temporalio/env_config.rbs +86 -0
- data/sig/temporalio/error/failure.rbs +170 -0
- data/sig/temporalio/error.rbs +88 -0
- data/sig/temporalio/internal/bridge/api/activity_result/activity_result.rbs +247 -0
- data/sig/temporalio/internal/bridge/api/activity_task/activity_task.rbs +372 -0
- data/sig/temporalio/internal/bridge/api/child_workflow/child_workflow.rbs +207 -0
- data/sig/temporalio/internal/bridge/api/common/common.rbs +123 -0
- data/sig/temporalio/internal/bridge/api/core_interface.rbs +231 -0
- data/sig/temporalio/internal/bridge/api/external_data/external_data.rbs +134 -0
- data/sig/temporalio/internal/bridge/api/nexus/nexus.rbs +285 -0
- data/sig/temporalio/internal/bridge/api/workflow_activation/workflow_activation.rbs +1304 -0
- data/sig/temporalio/internal/bridge/api/workflow_commands/workflow_commands.rbs +1526 -0
- data/sig/temporalio/internal/bridge/api/workflow_completion/workflow_completion.rbs +136 -0
- data/sig/temporalio/internal/bridge/api.rbs +8 -0
- data/sig/temporalio/internal/bridge/client.rbs +144 -0
- data/sig/temporalio/internal/bridge/metric.rbs +28 -0
- data/sig/temporalio/internal/bridge/runtime.rbs +97 -0
- data/sig/temporalio/internal/bridge/testing.rbs +91 -0
- data/sig/temporalio/internal/bridge/worker.rbs +199 -0
- data/sig/temporalio/internal/bridge.rbs +36 -0
- data/sig/temporalio/internal/client/implementation.rbs +33 -0
- data/sig/temporalio/internal/google_protobuf.rbs +7 -0
- data/sig/temporalio/internal/metric.rbs +35 -0
- data/sig/temporalio/internal/proto_utils.rbs +94 -0
- data/sig/temporalio/internal/worker/activity_worker.rbs +64 -0
- data/sig/temporalio/internal/worker/multi_runner.rbs +132 -0
- data/sig/temporalio/internal/worker/workflow_instance/child_workflow_handle.rbs +22 -0
- data/sig/temporalio/internal/worker/workflow_instance/context.rbs +172 -0
- data/sig/temporalio/internal/worker/workflow_instance/details.rbs +43 -0
- data/sig/temporalio/internal/worker/workflow_instance/external_workflow_handle.rbs +15 -0
- data/sig/temporalio/internal/worker/workflow_instance/externally_immutable_hash.rbs +16 -0
- data/sig/temporalio/internal/worker/workflow_instance/handler_execution.rbs +19 -0
- data/sig/temporalio/internal/worker/workflow_instance/handler_hash.rbs +14 -0
- data/sig/temporalio/internal/worker/workflow_instance/illegal_call_tracer.rbs +20 -0
- data/sig/temporalio/internal/worker/workflow_instance/inbound_implementation.rbs +19 -0
- data/sig/temporalio/internal/worker/workflow_instance/nexus_client.rbs +25 -0
- data/sig/temporalio/internal/worker/workflow_instance/nexus_operation_handle.rbs +19 -0
- data/sig/temporalio/internal/worker/workflow_instance/outbound_implementation.rbs +35 -0
- data/sig/temporalio/internal/worker/workflow_instance/replay_safe_logger.rbs +16 -0
- data/sig/temporalio/internal/worker/workflow_instance/replay_safe_metric.rbs +15 -0
- data/sig/temporalio/internal/worker/workflow_instance/scheduler.rbs +52 -0
- data/sig/temporalio/internal/worker/workflow_instance.rbs +111 -0
- data/sig/temporalio/internal/worker/workflow_worker.rbs +99 -0
- data/sig/temporalio/internal/workflow_task_failure_error.rbs +6 -0
- data/sig/temporalio/internal.rbs +4 -0
- data/sig/temporalio/metric.rbs +55 -0
- data/sig/temporalio/priority.rbs +17 -0
- data/sig/temporalio/retry_policy.rbs +21 -0
- data/sig/temporalio/runtime/metric_buffer.rbs +49 -0
- data/sig/temporalio/runtime.rbs +118 -0
- data/sig/temporalio/scoped_logger.rbs +15 -0
- data/sig/temporalio/search_attributes.rbs +82 -0
- data/sig/temporalio/simple_plugin.rbs +65 -0
- data/sig/temporalio/testing/activity_environment.rbs +52 -0
- data/sig/temporalio/testing/workflow_environment.rbs +141 -0
- data/sig/temporalio/testing.rbs +4 -0
- data/sig/temporalio/version.rbs +3 -0
- data/sig/temporalio/versioning_override.rbs +17 -0
- data/sig/temporalio/worker/activity_executor/fiber.rbs +9 -0
- data/sig/temporalio/worker/activity_executor/thread_pool.rbs +11 -0
- data/sig/temporalio/worker/activity_executor.rbs +12 -0
- data/sig/temporalio/worker/deployment_options.rbs +17 -0
- data/sig/temporalio/worker/illegal_workflow_call_validator.rbs +25 -0
- data/sig/temporalio/worker/interceptor.rbs +373 -0
- data/sig/temporalio/worker/plugin.rbs +47 -0
- data/sig/temporalio/worker/poller_behavior.rbs +23 -0
- data/sig/temporalio/worker/thread_pool.rbs +44 -0
- data/sig/temporalio/worker/tuner.rbs +121 -0
- data/sig/temporalio/worker/workflow_executor/thread_pool.rbs +58 -0
- data/sig/temporalio/worker/workflow_executor.rbs +15 -0
- data/sig/temporalio/worker/workflow_replayer.rbs +105 -0
- data/sig/temporalio/worker.rbs +168 -0
- data/sig/temporalio/worker_deployment_version.rbs +17 -0
- data/sig/temporalio/workflow/activity_cancellation_type.rbs +11 -0
- data/sig/temporalio/workflow/child_workflow_cancellation_type.rbs +12 -0
- data/sig/temporalio/workflow/child_workflow_handle.rbs +18 -0
- data/sig/temporalio/workflow/definition.rbs +181 -0
- data/sig/temporalio/workflow/external_workflow_handle.rbs +17 -0
- data/sig/temporalio/workflow/future.rbs +24 -0
- data/sig/temporalio/workflow/handler_unfinished_policy.rbs +10 -0
- data/sig/temporalio/workflow/info.rbs +79 -0
- data/sig/temporalio/workflow/nexus_client.rbs +34 -0
- data/sig/temporalio/workflow/nexus_operation_cancellation_type.rbs +12 -0
- data/sig/temporalio/workflow/nexus_operation_handle.rbs +10 -0
- data/sig/temporalio/workflow/parent_close_policy.rbs +12 -0
- data/sig/temporalio/workflow/update_info.rbs +15 -0
- data/sig/temporalio/workflow.rbs +215 -0
- data/sig/temporalio/workflow_history.rbs +13 -0
- data/sig/temporalio.rbs +3 -0
- data/temporalio.gemspec +1 -1
- metadata +445 -2
|
@@ -0,0 +1,1836 @@
|
|
|
1
|
+
# Code generated by protoc-gen-rbi. DO NOT EDIT.
|
|
2
|
+
# source: temporal/api/operatorservice/v1/request_response.proto
|
|
3
|
+
# typed: strict
|
|
4
|
+
|
|
5
|
+
class Temporalio::Api::OperatorService::V1::AddSearchAttributesRequest
|
|
6
|
+
include ::Google::Protobuf::MessageExts
|
|
7
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
8
|
+
|
|
9
|
+
sig do
|
|
10
|
+
params(
|
|
11
|
+
search_attributes: T.nilable(T::Hash[String, T.any(Symbol, String, Integer)]),
|
|
12
|
+
namespace: T.nilable(String)
|
|
13
|
+
).void
|
|
14
|
+
end
|
|
15
|
+
def initialize(
|
|
16
|
+
search_attributes: ::Google::Protobuf::Map.new(:string, :enum),
|
|
17
|
+
namespace: ""
|
|
18
|
+
)
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
# Mapping between search attribute name and its IndexedValueType.
|
|
22
|
+
sig { returns(T::Hash[String, T.any(Symbol, Integer)]) }
|
|
23
|
+
def search_attributes
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
# Mapping between search attribute name and its IndexedValueType.
|
|
27
|
+
sig { params(value: ::Google::Protobuf::Map).void }
|
|
28
|
+
def search_attributes=(value)
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
# Mapping between search attribute name and its IndexedValueType.
|
|
32
|
+
sig { void }
|
|
33
|
+
def clear_search_attributes
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
sig { returns(String) }
|
|
37
|
+
def namespace
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
sig { params(value: String).void }
|
|
41
|
+
def namespace=(value)
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
sig { void }
|
|
45
|
+
def clear_namespace
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
sig { params(field: String).returns(T.untyped) }
|
|
49
|
+
def [](field)
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
sig { params(field: String, value: T.untyped).void }
|
|
53
|
+
def []=(field, value)
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
57
|
+
def to_h
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::AddSearchAttributesRequest) }
|
|
61
|
+
def self.decode(str)
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddSearchAttributesRequest).returns(String) }
|
|
65
|
+
def self.encode(msg)
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::AddSearchAttributesRequest) }
|
|
69
|
+
def self.decode_json(str, **kw)
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddSearchAttributesRequest, kw: T.untyped).returns(String) }
|
|
73
|
+
def self.encode_json(msg, **kw)
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
77
|
+
def self.descriptor
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
class Temporalio::Api::OperatorService::V1::AddSearchAttributesResponse
|
|
82
|
+
include ::Google::Protobuf::MessageExts
|
|
83
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
84
|
+
|
|
85
|
+
sig {void}
|
|
86
|
+
def initialize; end
|
|
87
|
+
|
|
88
|
+
sig { params(field: String).returns(T.untyped) }
|
|
89
|
+
def [](field)
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
sig { params(field: String, value: T.untyped).void }
|
|
93
|
+
def []=(field, value)
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
97
|
+
def to_h
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::AddSearchAttributesResponse) }
|
|
101
|
+
def self.decode(str)
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddSearchAttributesResponse).returns(String) }
|
|
105
|
+
def self.encode(msg)
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::AddSearchAttributesResponse) }
|
|
109
|
+
def self.decode_json(str, **kw)
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddSearchAttributesResponse, kw: T.untyped).returns(String) }
|
|
113
|
+
def self.encode_json(msg, **kw)
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
117
|
+
def self.descriptor
|
|
118
|
+
end
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class Temporalio::Api::OperatorService::V1::RemoveSearchAttributesRequest
|
|
122
|
+
include ::Google::Protobuf::MessageExts
|
|
123
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
124
|
+
|
|
125
|
+
sig do
|
|
126
|
+
params(
|
|
127
|
+
search_attributes: T.nilable(T::Array[String]),
|
|
128
|
+
namespace: T.nilable(String)
|
|
129
|
+
).void
|
|
130
|
+
end
|
|
131
|
+
def initialize(
|
|
132
|
+
search_attributes: [],
|
|
133
|
+
namespace: ""
|
|
134
|
+
)
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
# Search attribute names to delete.
|
|
138
|
+
sig { returns(T::Array[String]) }
|
|
139
|
+
def search_attributes
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
# Search attribute names to delete.
|
|
143
|
+
sig { params(value: ::Google::Protobuf::RepeatedField).void }
|
|
144
|
+
def search_attributes=(value)
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
# Search attribute names to delete.
|
|
148
|
+
sig { void }
|
|
149
|
+
def clear_search_attributes
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
sig { returns(String) }
|
|
153
|
+
def namespace
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
sig { params(value: String).void }
|
|
157
|
+
def namespace=(value)
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
sig { void }
|
|
161
|
+
def clear_namespace
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
sig { params(field: String).returns(T.untyped) }
|
|
165
|
+
def [](field)
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
sig { params(field: String, value: T.untyped).void }
|
|
169
|
+
def []=(field, value)
|
|
170
|
+
end
|
|
171
|
+
|
|
172
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
173
|
+
def to_h
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::RemoveSearchAttributesRequest) }
|
|
177
|
+
def self.decode(str)
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveSearchAttributesRequest).returns(String) }
|
|
181
|
+
def self.encode(msg)
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::RemoveSearchAttributesRequest) }
|
|
185
|
+
def self.decode_json(str, **kw)
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveSearchAttributesRequest, kw: T.untyped).returns(String) }
|
|
189
|
+
def self.encode_json(msg, **kw)
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
193
|
+
def self.descriptor
|
|
194
|
+
end
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
class Temporalio::Api::OperatorService::V1::RemoveSearchAttributesResponse
|
|
198
|
+
include ::Google::Protobuf::MessageExts
|
|
199
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
200
|
+
|
|
201
|
+
sig {void}
|
|
202
|
+
def initialize; end
|
|
203
|
+
|
|
204
|
+
sig { params(field: String).returns(T.untyped) }
|
|
205
|
+
def [](field)
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
sig { params(field: String, value: T.untyped).void }
|
|
209
|
+
def []=(field, value)
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
213
|
+
def to_h
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::RemoveSearchAttributesResponse) }
|
|
217
|
+
def self.decode(str)
|
|
218
|
+
end
|
|
219
|
+
|
|
220
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveSearchAttributesResponse).returns(String) }
|
|
221
|
+
def self.encode(msg)
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::RemoveSearchAttributesResponse) }
|
|
225
|
+
def self.decode_json(str, **kw)
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveSearchAttributesResponse, kw: T.untyped).returns(String) }
|
|
229
|
+
def self.encode_json(msg, **kw)
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
233
|
+
def self.descriptor
|
|
234
|
+
end
|
|
235
|
+
end
|
|
236
|
+
|
|
237
|
+
class Temporalio::Api::OperatorService::V1::ListSearchAttributesRequest
|
|
238
|
+
include ::Google::Protobuf::MessageExts
|
|
239
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
240
|
+
|
|
241
|
+
sig do
|
|
242
|
+
params(
|
|
243
|
+
namespace: T.nilable(String)
|
|
244
|
+
).void
|
|
245
|
+
end
|
|
246
|
+
def initialize(
|
|
247
|
+
namespace: ""
|
|
248
|
+
)
|
|
249
|
+
end
|
|
250
|
+
|
|
251
|
+
sig { returns(String) }
|
|
252
|
+
def namespace
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
sig { params(value: String).void }
|
|
256
|
+
def namespace=(value)
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
sig { void }
|
|
260
|
+
def clear_namespace
|
|
261
|
+
end
|
|
262
|
+
|
|
263
|
+
sig { params(field: String).returns(T.untyped) }
|
|
264
|
+
def [](field)
|
|
265
|
+
end
|
|
266
|
+
|
|
267
|
+
sig { params(field: String, value: T.untyped).void }
|
|
268
|
+
def []=(field, value)
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
272
|
+
def to_h
|
|
273
|
+
end
|
|
274
|
+
|
|
275
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::ListSearchAttributesRequest) }
|
|
276
|
+
def self.decode(str)
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListSearchAttributesRequest).returns(String) }
|
|
280
|
+
def self.encode(msg)
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::ListSearchAttributesRequest) }
|
|
284
|
+
def self.decode_json(str, **kw)
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListSearchAttributesRequest, kw: T.untyped).returns(String) }
|
|
288
|
+
def self.encode_json(msg, **kw)
|
|
289
|
+
end
|
|
290
|
+
|
|
291
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
292
|
+
def self.descriptor
|
|
293
|
+
end
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
class Temporalio::Api::OperatorService::V1::ListSearchAttributesResponse
|
|
297
|
+
include ::Google::Protobuf::MessageExts
|
|
298
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
299
|
+
|
|
300
|
+
sig do
|
|
301
|
+
params(
|
|
302
|
+
custom_attributes: T.nilable(T::Hash[String, T.any(Symbol, String, Integer)]),
|
|
303
|
+
system_attributes: T.nilable(T::Hash[String, T.any(Symbol, String, Integer)]),
|
|
304
|
+
storage_schema: T.nilable(T::Hash[String, String])
|
|
305
|
+
).void
|
|
306
|
+
end
|
|
307
|
+
def initialize(
|
|
308
|
+
custom_attributes: ::Google::Protobuf::Map.new(:string, :enum),
|
|
309
|
+
system_attributes: ::Google::Protobuf::Map.new(:string, :enum),
|
|
310
|
+
storage_schema: ::Google::Protobuf::Map.new(:string, :string)
|
|
311
|
+
)
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
# Mapping between custom (user-registered) search attribute name to its IndexedValueType.
|
|
315
|
+
sig { returns(T::Hash[String, T.any(Symbol, Integer)]) }
|
|
316
|
+
def custom_attributes
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
# Mapping between custom (user-registered) search attribute name to its IndexedValueType.
|
|
320
|
+
sig { params(value: ::Google::Protobuf::Map).void }
|
|
321
|
+
def custom_attributes=(value)
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
# Mapping between custom (user-registered) search attribute name to its IndexedValueType.
|
|
325
|
+
sig { void }
|
|
326
|
+
def clear_custom_attributes
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
# Mapping between system (predefined) search attribute name to its IndexedValueType.
|
|
330
|
+
sig { returns(T::Hash[String, T.any(Symbol, Integer)]) }
|
|
331
|
+
def system_attributes
|
|
332
|
+
end
|
|
333
|
+
|
|
334
|
+
# Mapping between system (predefined) search attribute name to its IndexedValueType.
|
|
335
|
+
sig { params(value: ::Google::Protobuf::Map).void }
|
|
336
|
+
def system_attributes=(value)
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# Mapping between system (predefined) search attribute name to its IndexedValueType.
|
|
340
|
+
sig { void }
|
|
341
|
+
def clear_system_attributes
|
|
342
|
+
end
|
|
343
|
+
|
|
344
|
+
# Mapping from the attribute name to the visibility storage native type.
|
|
345
|
+
sig { returns(T::Hash[String, String]) }
|
|
346
|
+
def storage_schema
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
# Mapping from the attribute name to the visibility storage native type.
|
|
350
|
+
sig { params(value: ::Google::Protobuf::Map).void }
|
|
351
|
+
def storage_schema=(value)
|
|
352
|
+
end
|
|
353
|
+
|
|
354
|
+
# Mapping from the attribute name to the visibility storage native type.
|
|
355
|
+
sig { void }
|
|
356
|
+
def clear_storage_schema
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
sig { params(field: String).returns(T.untyped) }
|
|
360
|
+
def [](field)
|
|
361
|
+
end
|
|
362
|
+
|
|
363
|
+
sig { params(field: String, value: T.untyped).void }
|
|
364
|
+
def []=(field, value)
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
368
|
+
def to_h
|
|
369
|
+
end
|
|
370
|
+
|
|
371
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::ListSearchAttributesResponse) }
|
|
372
|
+
def self.decode(str)
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListSearchAttributesResponse).returns(String) }
|
|
376
|
+
def self.encode(msg)
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::ListSearchAttributesResponse) }
|
|
380
|
+
def self.decode_json(str, **kw)
|
|
381
|
+
end
|
|
382
|
+
|
|
383
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListSearchAttributesResponse, kw: T.untyped).returns(String) }
|
|
384
|
+
def self.encode_json(msg, **kw)
|
|
385
|
+
end
|
|
386
|
+
|
|
387
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
388
|
+
def self.descriptor
|
|
389
|
+
end
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
class Temporalio::Api::OperatorService::V1::DeleteNamespaceRequest
|
|
393
|
+
include ::Google::Protobuf::MessageExts
|
|
394
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
395
|
+
|
|
396
|
+
sig do
|
|
397
|
+
params(
|
|
398
|
+
namespace: T.nilable(String),
|
|
399
|
+
namespace_id: T.nilable(String),
|
|
400
|
+
namespace_delete_delay: T.nilable(Google::Protobuf::Duration)
|
|
401
|
+
).void
|
|
402
|
+
end
|
|
403
|
+
def initialize(
|
|
404
|
+
namespace: "",
|
|
405
|
+
namespace_id: "",
|
|
406
|
+
namespace_delete_delay: nil
|
|
407
|
+
)
|
|
408
|
+
end
|
|
409
|
+
|
|
410
|
+
# Only one of namespace or namespace_id must be specified to identify namespace.
|
|
411
|
+
sig { returns(String) }
|
|
412
|
+
def namespace
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
# Only one of namespace or namespace_id must be specified to identify namespace.
|
|
416
|
+
sig { params(value: String).void }
|
|
417
|
+
def namespace=(value)
|
|
418
|
+
end
|
|
419
|
+
|
|
420
|
+
# Only one of namespace or namespace_id must be specified to identify namespace.
|
|
421
|
+
sig { void }
|
|
422
|
+
def clear_namespace
|
|
423
|
+
end
|
|
424
|
+
|
|
425
|
+
sig { returns(String) }
|
|
426
|
+
def namespace_id
|
|
427
|
+
end
|
|
428
|
+
|
|
429
|
+
sig { params(value: String).void }
|
|
430
|
+
def namespace_id=(value)
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
sig { void }
|
|
434
|
+
def clear_namespace_id
|
|
435
|
+
end
|
|
436
|
+
|
|
437
|
+
# If provided, the deletion of namespace info will be delayed for the given duration (0 means no delay).
|
|
438
|
+
# If not provided, the default delay configured in the cluster will be used.
|
|
439
|
+
sig { returns(T.nilable(Google::Protobuf::Duration)) }
|
|
440
|
+
def namespace_delete_delay
|
|
441
|
+
end
|
|
442
|
+
|
|
443
|
+
# If provided, the deletion of namespace info will be delayed for the given duration (0 means no delay).
|
|
444
|
+
# If not provided, the default delay configured in the cluster will be used.
|
|
445
|
+
sig { params(value: T.nilable(Google::Protobuf::Duration)).void }
|
|
446
|
+
def namespace_delete_delay=(value)
|
|
447
|
+
end
|
|
448
|
+
|
|
449
|
+
# If provided, the deletion of namespace info will be delayed for the given duration (0 means no delay).
|
|
450
|
+
# If not provided, the default delay configured in the cluster will be used.
|
|
451
|
+
sig { void }
|
|
452
|
+
def clear_namespace_delete_delay
|
|
453
|
+
end
|
|
454
|
+
|
|
455
|
+
sig { params(field: String).returns(T.untyped) }
|
|
456
|
+
def [](field)
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
sig { params(field: String, value: T.untyped).void }
|
|
460
|
+
def []=(field, value)
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
464
|
+
def to_h
|
|
465
|
+
end
|
|
466
|
+
|
|
467
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::DeleteNamespaceRequest) }
|
|
468
|
+
def self.decode(str)
|
|
469
|
+
end
|
|
470
|
+
|
|
471
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNamespaceRequest).returns(String) }
|
|
472
|
+
def self.encode(msg)
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::DeleteNamespaceRequest) }
|
|
476
|
+
def self.decode_json(str, **kw)
|
|
477
|
+
end
|
|
478
|
+
|
|
479
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNamespaceRequest, kw: T.untyped).returns(String) }
|
|
480
|
+
def self.encode_json(msg, **kw)
|
|
481
|
+
end
|
|
482
|
+
|
|
483
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
484
|
+
def self.descriptor
|
|
485
|
+
end
|
|
486
|
+
end
|
|
487
|
+
|
|
488
|
+
class Temporalio::Api::OperatorService::V1::DeleteNamespaceResponse
|
|
489
|
+
include ::Google::Protobuf::MessageExts
|
|
490
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
491
|
+
|
|
492
|
+
sig do
|
|
493
|
+
params(
|
|
494
|
+
deleted_namespace: T.nilable(String)
|
|
495
|
+
).void
|
|
496
|
+
end
|
|
497
|
+
def initialize(
|
|
498
|
+
deleted_namespace: ""
|
|
499
|
+
)
|
|
500
|
+
end
|
|
501
|
+
|
|
502
|
+
# Temporary namespace name that is used during reclaim resources step.
|
|
503
|
+
sig { returns(String) }
|
|
504
|
+
def deleted_namespace
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
# Temporary namespace name that is used during reclaim resources step.
|
|
508
|
+
sig { params(value: String).void }
|
|
509
|
+
def deleted_namespace=(value)
|
|
510
|
+
end
|
|
511
|
+
|
|
512
|
+
# Temporary namespace name that is used during reclaim resources step.
|
|
513
|
+
sig { void }
|
|
514
|
+
def clear_deleted_namespace
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
sig { params(field: String).returns(T.untyped) }
|
|
518
|
+
def [](field)
|
|
519
|
+
end
|
|
520
|
+
|
|
521
|
+
sig { params(field: String, value: T.untyped).void }
|
|
522
|
+
def []=(field, value)
|
|
523
|
+
end
|
|
524
|
+
|
|
525
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
526
|
+
def to_h
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::DeleteNamespaceResponse) }
|
|
530
|
+
def self.decode(str)
|
|
531
|
+
end
|
|
532
|
+
|
|
533
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNamespaceResponse).returns(String) }
|
|
534
|
+
def self.encode(msg)
|
|
535
|
+
end
|
|
536
|
+
|
|
537
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::DeleteNamespaceResponse) }
|
|
538
|
+
def self.decode_json(str, **kw)
|
|
539
|
+
end
|
|
540
|
+
|
|
541
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNamespaceResponse, kw: T.untyped).returns(String) }
|
|
542
|
+
def self.encode_json(msg, **kw)
|
|
543
|
+
end
|
|
544
|
+
|
|
545
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
546
|
+
def self.descriptor
|
|
547
|
+
end
|
|
548
|
+
end
|
|
549
|
+
|
|
550
|
+
class Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterRequest
|
|
551
|
+
include ::Google::Protobuf::MessageExts
|
|
552
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
553
|
+
|
|
554
|
+
sig do
|
|
555
|
+
params(
|
|
556
|
+
frontend_address: T.nilable(String),
|
|
557
|
+
enable_remote_cluster_connection: T.nilable(T::Boolean),
|
|
558
|
+
frontend_http_address: T.nilable(String),
|
|
559
|
+
enable_replication: T.nilable(T::Boolean)
|
|
560
|
+
).void
|
|
561
|
+
end
|
|
562
|
+
def initialize(
|
|
563
|
+
frontend_address: "",
|
|
564
|
+
enable_remote_cluster_connection: false,
|
|
565
|
+
frontend_http_address: "",
|
|
566
|
+
enable_replication: false
|
|
567
|
+
)
|
|
568
|
+
end
|
|
569
|
+
|
|
570
|
+
# Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
|
|
571
|
+
sig { returns(String) }
|
|
572
|
+
def frontend_address
|
|
573
|
+
end
|
|
574
|
+
|
|
575
|
+
# Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
|
|
576
|
+
sig { params(value: String).void }
|
|
577
|
+
def frontend_address=(value)
|
|
578
|
+
end
|
|
579
|
+
|
|
580
|
+
# Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
|
|
581
|
+
sig { void }
|
|
582
|
+
def clear_frontend_address
|
|
583
|
+
end
|
|
584
|
+
|
|
585
|
+
# Flag to enable / disable the cross cluster connection.
|
|
586
|
+
sig { returns(T::Boolean) }
|
|
587
|
+
def enable_remote_cluster_connection
|
|
588
|
+
end
|
|
589
|
+
|
|
590
|
+
# Flag to enable / disable the cross cluster connection.
|
|
591
|
+
sig { params(value: T::Boolean).void }
|
|
592
|
+
def enable_remote_cluster_connection=(value)
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
# Flag to enable / disable the cross cluster connection.
|
|
596
|
+
sig { void }
|
|
597
|
+
def clear_enable_remote_cluster_connection
|
|
598
|
+
end
|
|
599
|
+
|
|
600
|
+
# Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
|
|
601
|
+
# on update, the existing HTTP address will be removed.
|
|
602
|
+
sig { returns(String) }
|
|
603
|
+
def frontend_http_address
|
|
604
|
+
end
|
|
605
|
+
|
|
606
|
+
# Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
|
|
607
|
+
# on update, the existing HTTP address will be removed.
|
|
608
|
+
sig { params(value: String).void }
|
|
609
|
+
def frontend_http_address=(value)
|
|
610
|
+
end
|
|
611
|
+
|
|
612
|
+
# Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
|
|
613
|
+
# on update, the existing HTTP address will be removed.
|
|
614
|
+
sig { void }
|
|
615
|
+
def clear_frontend_http_address
|
|
616
|
+
end
|
|
617
|
+
|
|
618
|
+
# Controls whether replication streams are active.
|
|
619
|
+
sig { returns(T::Boolean) }
|
|
620
|
+
def enable_replication
|
|
621
|
+
end
|
|
622
|
+
|
|
623
|
+
# Controls whether replication streams are active.
|
|
624
|
+
sig { params(value: T::Boolean).void }
|
|
625
|
+
def enable_replication=(value)
|
|
626
|
+
end
|
|
627
|
+
|
|
628
|
+
# Controls whether replication streams are active.
|
|
629
|
+
sig { void }
|
|
630
|
+
def clear_enable_replication
|
|
631
|
+
end
|
|
632
|
+
|
|
633
|
+
sig { params(field: String).returns(T.untyped) }
|
|
634
|
+
def [](field)
|
|
635
|
+
end
|
|
636
|
+
|
|
637
|
+
sig { params(field: String, value: T.untyped).void }
|
|
638
|
+
def []=(field, value)
|
|
639
|
+
end
|
|
640
|
+
|
|
641
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
642
|
+
def to_h
|
|
643
|
+
end
|
|
644
|
+
|
|
645
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterRequest) }
|
|
646
|
+
def self.decode(str)
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterRequest).returns(String) }
|
|
650
|
+
def self.encode(msg)
|
|
651
|
+
end
|
|
652
|
+
|
|
653
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterRequest) }
|
|
654
|
+
def self.decode_json(str, **kw)
|
|
655
|
+
end
|
|
656
|
+
|
|
657
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterRequest, kw: T.untyped).returns(String) }
|
|
658
|
+
def self.encode_json(msg, **kw)
|
|
659
|
+
end
|
|
660
|
+
|
|
661
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
662
|
+
def self.descriptor
|
|
663
|
+
end
|
|
664
|
+
end
|
|
665
|
+
|
|
666
|
+
class Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterResponse
|
|
667
|
+
include ::Google::Protobuf::MessageExts
|
|
668
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
669
|
+
|
|
670
|
+
sig {void}
|
|
671
|
+
def initialize; end
|
|
672
|
+
|
|
673
|
+
sig { params(field: String).returns(T.untyped) }
|
|
674
|
+
def [](field)
|
|
675
|
+
end
|
|
676
|
+
|
|
677
|
+
sig { params(field: String, value: T.untyped).void }
|
|
678
|
+
def []=(field, value)
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
682
|
+
def to_h
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterResponse) }
|
|
686
|
+
def self.decode(str)
|
|
687
|
+
end
|
|
688
|
+
|
|
689
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterResponse).returns(String) }
|
|
690
|
+
def self.encode(msg)
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterResponse) }
|
|
694
|
+
def self.decode_json(str, **kw)
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::AddOrUpdateRemoteClusterResponse, kw: T.untyped).returns(String) }
|
|
698
|
+
def self.encode_json(msg, **kw)
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
702
|
+
def self.descriptor
|
|
703
|
+
end
|
|
704
|
+
end
|
|
705
|
+
|
|
706
|
+
class Temporalio::Api::OperatorService::V1::RemoveRemoteClusterRequest
|
|
707
|
+
include ::Google::Protobuf::MessageExts
|
|
708
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
709
|
+
|
|
710
|
+
sig do
|
|
711
|
+
params(
|
|
712
|
+
cluster_name: T.nilable(String)
|
|
713
|
+
).void
|
|
714
|
+
end
|
|
715
|
+
def initialize(
|
|
716
|
+
cluster_name: ""
|
|
717
|
+
)
|
|
718
|
+
end
|
|
719
|
+
|
|
720
|
+
# Remote cluster name to be removed.
|
|
721
|
+
sig { returns(String) }
|
|
722
|
+
def cluster_name
|
|
723
|
+
end
|
|
724
|
+
|
|
725
|
+
# Remote cluster name to be removed.
|
|
726
|
+
sig { params(value: String).void }
|
|
727
|
+
def cluster_name=(value)
|
|
728
|
+
end
|
|
729
|
+
|
|
730
|
+
# Remote cluster name to be removed.
|
|
731
|
+
sig { void }
|
|
732
|
+
def clear_cluster_name
|
|
733
|
+
end
|
|
734
|
+
|
|
735
|
+
sig { params(field: String).returns(T.untyped) }
|
|
736
|
+
def [](field)
|
|
737
|
+
end
|
|
738
|
+
|
|
739
|
+
sig { params(field: String, value: T.untyped).void }
|
|
740
|
+
def []=(field, value)
|
|
741
|
+
end
|
|
742
|
+
|
|
743
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
744
|
+
def to_h
|
|
745
|
+
end
|
|
746
|
+
|
|
747
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::RemoveRemoteClusterRequest) }
|
|
748
|
+
def self.decode(str)
|
|
749
|
+
end
|
|
750
|
+
|
|
751
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveRemoteClusterRequest).returns(String) }
|
|
752
|
+
def self.encode(msg)
|
|
753
|
+
end
|
|
754
|
+
|
|
755
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::RemoveRemoteClusterRequest) }
|
|
756
|
+
def self.decode_json(str, **kw)
|
|
757
|
+
end
|
|
758
|
+
|
|
759
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveRemoteClusterRequest, kw: T.untyped).returns(String) }
|
|
760
|
+
def self.encode_json(msg, **kw)
|
|
761
|
+
end
|
|
762
|
+
|
|
763
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
764
|
+
def self.descriptor
|
|
765
|
+
end
|
|
766
|
+
end
|
|
767
|
+
|
|
768
|
+
class Temporalio::Api::OperatorService::V1::RemoveRemoteClusterResponse
|
|
769
|
+
include ::Google::Protobuf::MessageExts
|
|
770
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
771
|
+
|
|
772
|
+
sig {void}
|
|
773
|
+
def initialize; end
|
|
774
|
+
|
|
775
|
+
sig { params(field: String).returns(T.untyped) }
|
|
776
|
+
def [](field)
|
|
777
|
+
end
|
|
778
|
+
|
|
779
|
+
sig { params(field: String, value: T.untyped).void }
|
|
780
|
+
def []=(field, value)
|
|
781
|
+
end
|
|
782
|
+
|
|
783
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
784
|
+
def to_h
|
|
785
|
+
end
|
|
786
|
+
|
|
787
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::RemoveRemoteClusterResponse) }
|
|
788
|
+
def self.decode(str)
|
|
789
|
+
end
|
|
790
|
+
|
|
791
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveRemoteClusterResponse).returns(String) }
|
|
792
|
+
def self.encode(msg)
|
|
793
|
+
end
|
|
794
|
+
|
|
795
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::RemoveRemoteClusterResponse) }
|
|
796
|
+
def self.decode_json(str, **kw)
|
|
797
|
+
end
|
|
798
|
+
|
|
799
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::RemoveRemoteClusterResponse, kw: T.untyped).returns(String) }
|
|
800
|
+
def self.encode_json(msg, **kw)
|
|
801
|
+
end
|
|
802
|
+
|
|
803
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
804
|
+
def self.descriptor
|
|
805
|
+
end
|
|
806
|
+
end
|
|
807
|
+
|
|
808
|
+
class Temporalio::Api::OperatorService::V1::ListClustersRequest
|
|
809
|
+
include ::Google::Protobuf::MessageExts
|
|
810
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
811
|
+
|
|
812
|
+
sig do
|
|
813
|
+
params(
|
|
814
|
+
page_size: T.nilable(Integer),
|
|
815
|
+
next_page_token: T.nilable(String)
|
|
816
|
+
).void
|
|
817
|
+
end
|
|
818
|
+
def initialize(
|
|
819
|
+
page_size: 0,
|
|
820
|
+
next_page_token: ""
|
|
821
|
+
)
|
|
822
|
+
end
|
|
823
|
+
|
|
824
|
+
sig { returns(Integer) }
|
|
825
|
+
def page_size
|
|
826
|
+
end
|
|
827
|
+
|
|
828
|
+
sig { params(value: Integer).void }
|
|
829
|
+
def page_size=(value)
|
|
830
|
+
end
|
|
831
|
+
|
|
832
|
+
sig { void }
|
|
833
|
+
def clear_page_size
|
|
834
|
+
end
|
|
835
|
+
|
|
836
|
+
sig { returns(String) }
|
|
837
|
+
def next_page_token
|
|
838
|
+
end
|
|
839
|
+
|
|
840
|
+
sig { params(value: String).void }
|
|
841
|
+
def next_page_token=(value)
|
|
842
|
+
end
|
|
843
|
+
|
|
844
|
+
sig { void }
|
|
845
|
+
def clear_next_page_token
|
|
846
|
+
end
|
|
847
|
+
|
|
848
|
+
sig { params(field: String).returns(T.untyped) }
|
|
849
|
+
def [](field)
|
|
850
|
+
end
|
|
851
|
+
|
|
852
|
+
sig { params(field: String, value: T.untyped).void }
|
|
853
|
+
def []=(field, value)
|
|
854
|
+
end
|
|
855
|
+
|
|
856
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
857
|
+
def to_h
|
|
858
|
+
end
|
|
859
|
+
|
|
860
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::ListClustersRequest) }
|
|
861
|
+
def self.decode(str)
|
|
862
|
+
end
|
|
863
|
+
|
|
864
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListClustersRequest).returns(String) }
|
|
865
|
+
def self.encode(msg)
|
|
866
|
+
end
|
|
867
|
+
|
|
868
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::ListClustersRequest) }
|
|
869
|
+
def self.decode_json(str, **kw)
|
|
870
|
+
end
|
|
871
|
+
|
|
872
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListClustersRequest, kw: T.untyped).returns(String) }
|
|
873
|
+
def self.encode_json(msg, **kw)
|
|
874
|
+
end
|
|
875
|
+
|
|
876
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
877
|
+
def self.descriptor
|
|
878
|
+
end
|
|
879
|
+
end
|
|
880
|
+
|
|
881
|
+
class Temporalio::Api::OperatorService::V1::ListClustersResponse
|
|
882
|
+
include ::Google::Protobuf::MessageExts
|
|
883
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
884
|
+
|
|
885
|
+
sig do
|
|
886
|
+
params(
|
|
887
|
+
clusters: T.nilable(T::Array[T.nilable(Temporalio::Api::OperatorService::V1::ClusterMetadata)]),
|
|
888
|
+
next_page_token: T.nilable(String)
|
|
889
|
+
).void
|
|
890
|
+
end
|
|
891
|
+
def initialize(
|
|
892
|
+
clusters: [],
|
|
893
|
+
next_page_token: ""
|
|
894
|
+
)
|
|
895
|
+
end
|
|
896
|
+
|
|
897
|
+
# List of all cluster information
|
|
898
|
+
sig { returns(T::Array[T.nilable(Temporalio::Api::OperatorService::V1::ClusterMetadata)]) }
|
|
899
|
+
def clusters
|
|
900
|
+
end
|
|
901
|
+
|
|
902
|
+
# List of all cluster information
|
|
903
|
+
sig { params(value: ::Google::Protobuf::RepeatedField).void }
|
|
904
|
+
def clusters=(value)
|
|
905
|
+
end
|
|
906
|
+
|
|
907
|
+
# List of all cluster information
|
|
908
|
+
sig { void }
|
|
909
|
+
def clear_clusters
|
|
910
|
+
end
|
|
911
|
+
|
|
912
|
+
sig { returns(String) }
|
|
913
|
+
def next_page_token
|
|
914
|
+
end
|
|
915
|
+
|
|
916
|
+
sig { params(value: String).void }
|
|
917
|
+
def next_page_token=(value)
|
|
918
|
+
end
|
|
919
|
+
|
|
920
|
+
sig { void }
|
|
921
|
+
def clear_next_page_token
|
|
922
|
+
end
|
|
923
|
+
|
|
924
|
+
sig { params(field: String).returns(T.untyped) }
|
|
925
|
+
def [](field)
|
|
926
|
+
end
|
|
927
|
+
|
|
928
|
+
sig { params(field: String, value: T.untyped).void }
|
|
929
|
+
def []=(field, value)
|
|
930
|
+
end
|
|
931
|
+
|
|
932
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
933
|
+
def to_h
|
|
934
|
+
end
|
|
935
|
+
|
|
936
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::ListClustersResponse) }
|
|
937
|
+
def self.decode(str)
|
|
938
|
+
end
|
|
939
|
+
|
|
940
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListClustersResponse).returns(String) }
|
|
941
|
+
def self.encode(msg)
|
|
942
|
+
end
|
|
943
|
+
|
|
944
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::ListClustersResponse) }
|
|
945
|
+
def self.decode_json(str, **kw)
|
|
946
|
+
end
|
|
947
|
+
|
|
948
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListClustersResponse, kw: T.untyped).returns(String) }
|
|
949
|
+
def self.encode_json(msg, **kw)
|
|
950
|
+
end
|
|
951
|
+
|
|
952
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
953
|
+
def self.descriptor
|
|
954
|
+
end
|
|
955
|
+
end
|
|
956
|
+
|
|
957
|
+
class Temporalio::Api::OperatorService::V1::ClusterMetadata
|
|
958
|
+
include ::Google::Protobuf::MessageExts
|
|
959
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
960
|
+
|
|
961
|
+
sig do
|
|
962
|
+
params(
|
|
963
|
+
cluster_name: T.nilable(String),
|
|
964
|
+
cluster_id: T.nilable(String),
|
|
965
|
+
address: T.nilable(String),
|
|
966
|
+
http_address: T.nilable(String),
|
|
967
|
+
initial_failover_version: T.nilable(Integer),
|
|
968
|
+
history_shard_count: T.nilable(Integer),
|
|
969
|
+
is_connection_enabled: T.nilable(T::Boolean),
|
|
970
|
+
is_replication_enabled: T.nilable(T::Boolean)
|
|
971
|
+
).void
|
|
972
|
+
end
|
|
973
|
+
def initialize(
|
|
974
|
+
cluster_name: "",
|
|
975
|
+
cluster_id: "",
|
|
976
|
+
address: "",
|
|
977
|
+
http_address: "",
|
|
978
|
+
initial_failover_version: 0,
|
|
979
|
+
history_shard_count: 0,
|
|
980
|
+
is_connection_enabled: false,
|
|
981
|
+
is_replication_enabled: false
|
|
982
|
+
)
|
|
983
|
+
end
|
|
984
|
+
|
|
985
|
+
# Name of the cluster name.
|
|
986
|
+
sig { returns(String) }
|
|
987
|
+
def cluster_name
|
|
988
|
+
end
|
|
989
|
+
|
|
990
|
+
# Name of the cluster name.
|
|
991
|
+
sig { params(value: String).void }
|
|
992
|
+
def cluster_name=(value)
|
|
993
|
+
end
|
|
994
|
+
|
|
995
|
+
# Name of the cluster name.
|
|
996
|
+
sig { void }
|
|
997
|
+
def clear_cluster_name
|
|
998
|
+
end
|
|
999
|
+
|
|
1000
|
+
# Id of the cluster.
|
|
1001
|
+
sig { returns(String) }
|
|
1002
|
+
def cluster_id
|
|
1003
|
+
end
|
|
1004
|
+
|
|
1005
|
+
# Id of the cluster.
|
|
1006
|
+
sig { params(value: String).void }
|
|
1007
|
+
def cluster_id=(value)
|
|
1008
|
+
end
|
|
1009
|
+
|
|
1010
|
+
# Id of the cluster.
|
|
1011
|
+
sig { void }
|
|
1012
|
+
def clear_cluster_id
|
|
1013
|
+
end
|
|
1014
|
+
|
|
1015
|
+
# gRPC address.
|
|
1016
|
+
sig { returns(String) }
|
|
1017
|
+
def address
|
|
1018
|
+
end
|
|
1019
|
+
|
|
1020
|
+
# gRPC address.
|
|
1021
|
+
sig { params(value: String).void }
|
|
1022
|
+
def address=(value)
|
|
1023
|
+
end
|
|
1024
|
+
|
|
1025
|
+
# gRPC address.
|
|
1026
|
+
sig { void }
|
|
1027
|
+
def clear_address
|
|
1028
|
+
end
|
|
1029
|
+
|
|
1030
|
+
# HTTP address, if one exists.
|
|
1031
|
+
sig { returns(String) }
|
|
1032
|
+
def http_address
|
|
1033
|
+
end
|
|
1034
|
+
|
|
1035
|
+
# HTTP address, if one exists.
|
|
1036
|
+
sig { params(value: String).void }
|
|
1037
|
+
def http_address=(value)
|
|
1038
|
+
end
|
|
1039
|
+
|
|
1040
|
+
# HTTP address, if one exists.
|
|
1041
|
+
sig { void }
|
|
1042
|
+
def clear_http_address
|
|
1043
|
+
end
|
|
1044
|
+
|
|
1045
|
+
# A unique failover version across all connected clusters.
|
|
1046
|
+
sig { returns(Integer) }
|
|
1047
|
+
def initial_failover_version
|
|
1048
|
+
end
|
|
1049
|
+
|
|
1050
|
+
# A unique failover version across all connected clusters.
|
|
1051
|
+
sig { params(value: Integer).void }
|
|
1052
|
+
def initial_failover_version=(value)
|
|
1053
|
+
end
|
|
1054
|
+
|
|
1055
|
+
# A unique failover version across all connected clusters.
|
|
1056
|
+
sig { void }
|
|
1057
|
+
def clear_initial_failover_version
|
|
1058
|
+
end
|
|
1059
|
+
|
|
1060
|
+
# History service shard number.
|
|
1061
|
+
sig { returns(Integer) }
|
|
1062
|
+
def history_shard_count
|
|
1063
|
+
end
|
|
1064
|
+
|
|
1065
|
+
# History service shard number.
|
|
1066
|
+
sig { params(value: Integer).void }
|
|
1067
|
+
def history_shard_count=(value)
|
|
1068
|
+
end
|
|
1069
|
+
|
|
1070
|
+
# History service shard number.
|
|
1071
|
+
sig { void }
|
|
1072
|
+
def clear_history_shard_count
|
|
1073
|
+
end
|
|
1074
|
+
|
|
1075
|
+
# A flag to indicate if a connection is active.
|
|
1076
|
+
sig { returns(T::Boolean) }
|
|
1077
|
+
def is_connection_enabled
|
|
1078
|
+
end
|
|
1079
|
+
|
|
1080
|
+
# A flag to indicate if a connection is active.
|
|
1081
|
+
sig { params(value: T::Boolean).void }
|
|
1082
|
+
def is_connection_enabled=(value)
|
|
1083
|
+
end
|
|
1084
|
+
|
|
1085
|
+
# A flag to indicate if a connection is active.
|
|
1086
|
+
sig { void }
|
|
1087
|
+
def clear_is_connection_enabled
|
|
1088
|
+
end
|
|
1089
|
+
|
|
1090
|
+
# A flag to indicate if replication is enabled.
|
|
1091
|
+
sig { returns(T::Boolean) }
|
|
1092
|
+
def is_replication_enabled
|
|
1093
|
+
end
|
|
1094
|
+
|
|
1095
|
+
# A flag to indicate if replication is enabled.
|
|
1096
|
+
sig { params(value: T::Boolean).void }
|
|
1097
|
+
def is_replication_enabled=(value)
|
|
1098
|
+
end
|
|
1099
|
+
|
|
1100
|
+
# A flag to indicate if replication is enabled.
|
|
1101
|
+
sig { void }
|
|
1102
|
+
def clear_is_replication_enabled
|
|
1103
|
+
end
|
|
1104
|
+
|
|
1105
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1106
|
+
def [](field)
|
|
1107
|
+
end
|
|
1108
|
+
|
|
1109
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1110
|
+
def []=(field, value)
|
|
1111
|
+
end
|
|
1112
|
+
|
|
1113
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1114
|
+
def to_h
|
|
1115
|
+
end
|
|
1116
|
+
|
|
1117
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::ClusterMetadata) }
|
|
1118
|
+
def self.decode(str)
|
|
1119
|
+
end
|
|
1120
|
+
|
|
1121
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ClusterMetadata).returns(String) }
|
|
1122
|
+
def self.encode(msg)
|
|
1123
|
+
end
|
|
1124
|
+
|
|
1125
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::ClusterMetadata) }
|
|
1126
|
+
def self.decode_json(str, **kw)
|
|
1127
|
+
end
|
|
1128
|
+
|
|
1129
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ClusterMetadata, kw: T.untyped).returns(String) }
|
|
1130
|
+
def self.encode_json(msg, **kw)
|
|
1131
|
+
end
|
|
1132
|
+
|
|
1133
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1134
|
+
def self.descriptor
|
|
1135
|
+
end
|
|
1136
|
+
end
|
|
1137
|
+
|
|
1138
|
+
class Temporalio::Api::OperatorService::V1::GetNexusEndpointRequest
|
|
1139
|
+
include ::Google::Protobuf::MessageExts
|
|
1140
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1141
|
+
|
|
1142
|
+
sig do
|
|
1143
|
+
params(
|
|
1144
|
+
id: T.nilable(String)
|
|
1145
|
+
).void
|
|
1146
|
+
end
|
|
1147
|
+
def initialize(
|
|
1148
|
+
id: ""
|
|
1149
|
+
)
|
|
1150
|
+
end
|
|
1151
|
+
|
|
1152
|
+
# Server-generated unique endpoint ID.
|
|
1153
|
+
sig { returns(String) }
|
|
1154
|
+
def id
|
|
1155
|
+
end
|
|
1156
|
+
|
|
1157
|
+
# Server-generated unique endpoint ID.
|
|
1158
|
+
sig { params(value: String).void }
|
|
1159
|
+
def id=(value)
|
|
1160
|
+
end
|
|
1161
|
+
|
|
1162
|
+
# Server-generated unique endpoint ID.
|
|
1163
|
+
sig { void }
|
|
1164
|
+
def clear_id
|
|
1165
|
+
end
|
|
1166
|
+
|
|
1167
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1168
|
+
def [](field)
|
|
1169
|
+
end
|
|
1170
|
+
|
|
1171
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1172
|
+
def []=(field, value)
|
|
1173
|
+
end
|
|
1174
|
+
|
|
1175
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1176
|
+
def to_h
|
|
1177
|
+
end
|
|
1178
|
+
|
|
1179
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::GetNexusEndpointRequest) }
|
|
1180
|
+
def self.decode(str)
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::GetNexusEndpointRequest).returns(String) }
|
|
1184
|
+
def self.encode(msg)
|
|
1185
|
+
end
|
|
1186
|
+
|
|
1187
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::GetNexusEndpointRequest) }
|
|
1188
|
+
def self.decode_json(str, **kw)
|
|
1189
|
+
end
|
|
1190
|
+
|
|
1191
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::GetNexusEndpointRequest, kw: T.untyped).returns(String) }
|
|
1192
|
+
def self.encode_json(msg, **kw)
|
|
1193
|
+
end
|
|
1194
|
+
|
|
1195
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1196
|
+
def self.descriptor
|
|
1197
|
+
end
|
|
1198
|
+
end
|
|
1199
|
+
|
|
1200
|
+
class Temporalio::Api::OperatorService::V1::GetNexusEndpointResponse
|
|
1201
|
+
include ::Google::Protobuf::MessageExts
|
|
1202
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1203
|
+
|
|
1204
|
+
sig do
|
|
1205
|
+
params(
|
|
1206
|
+
endpoint: T.nilable(Temporalio::Api::Nexus::V1::Endpoint)
|
|
1207
|
+
).void
|
|
1208
|
+
end
|
|
1209
|
+
def initialize(
|
|
1210
|
+
endpoint: nil
|
|
1211
|
+
)
|
|
1212
|
+
end
|
|
1213
|
+
|
|
1214
|
+
sig { returns(T.nilable(Temporalio::Api::Nexus::V1::Endpoint)) }
|
|
1215
|
+
def endpoint
|
|
1216
|
+
end
|
|
1217
|
+
|
|
1218
|
+
sig { params(value: T.nilable(Temporalio::Api::Nexus::V1::Endpoint)).void }
|
|
1219
|
+
def endpoint=(value)
|
|
1220
|
+
end
|
|
1221
|
+
|
|
1222
|
+
sig { void }
|
|
1223
|
+
def clear_endpoint
|
|
1224
|
+
end
|
|
1225
|
+
|
|
1226
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1227
|
+
def [](field)
|
|
1228
|
+
end
|
|
1229
|
+
|
|
1230
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1231
|
+
def []=(field, value)
|
|
1232
|
+
end
|
|
1233
|
+
|
|
1234
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1235
|
+
def to_h
|
|
1236
|
+
end
|
|
1237
|
+
|
|
1238
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::GetNexusEndpointResponse) }
|
|
1239
|
+
def self.decode(str)
|
|
1240
|
+
end
|
|
1241
|
+
|
|
1242
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::GetNexusEndpointResponse).returns(String) }
|
|
1243
|
+
def self.encode(msg)
|
|
1244
|
+
end
|
|
1245
|
+
|
|
1246
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::GetNexusEndpointResponse) }
|
|
1247
|
+
def self.decode_json(str, **kw)
|
|
1248
|
+
end
|
|
1249
|
+
|
|
1250
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::GetNexusEndpointResponse, kw: T.untyped).returns(String) }
|
|
1251
|
+
def self.encode_json(msg, **kw)
|
|
1252
|
+
end
|
|
1253
|
+
|
|
1254
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1255
|
+
def self.descriptor
|
|
1256
|
+
end
|
|
1257
|
+
end
|
|
1258
|
+
|
|
1259
|
+
class Temporalio::Api::OperatorService::V1::CreateNexusEndpointRequest
|
|
1260
|
+
include ::Google::Protobuf::MessageExts
|
|
1261
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1262
|
+
|
|
1263
|
+
sig do
|
|
1264
|
+
params(
|
|
1265
|
+
spec: T.nilable(Temporalio::Api::Nexus::V1::EndpointSpec)
|
|
1266
|
+
).void
|
|
1267
|
+
end
|
|
1268
|
+
def initialize(
|
|
1269
|
+
spec: nil
|
|
1270
|
+
)
|
|
1271
|
+
end
|
|
1272
|
+
|
|
1273
|
+
# Endpoint definition to create.
|
|
1274
|
+
sig { returns(T.nilable(Temporalio::Api::Nexus::V1::EndpointSpec)) }
|
|
1275
|
+
def spec
|
|
1276
|
+
end
|
|
1277
|
+
|
|
1278
|
+
# Endpoint definition to create.
|
|
1279
|
+
sig { params(value: T.nilable(Temporalio::Api::Nexus::V1::EndpointSpec)).void }
|
|
1280
|
+
def spec=(value)
|
|
1281
|
+
end
|
|
1282
|
+
|
|
1283
|
+
# Endpoint definition to create.
|
|
1284
|
+
sig { void }
|
|
1285
|
+
def clear_spec
|
|
1286
|
+
end
|
|
1287
|
+
|
|
1288
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1289
|
+
def [](field)
|
|
1290
|
+
end
|
|
1291
|
+
|
|
1292
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1293
|
+
def []=(field, value)
|
|
1294
|
+
end
|
|
1295
|
+
|
|
1296
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1297
|
+
def to_h
|
|
1298
|
+
end
|
|
1299
|
+
|
|
1300
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::CreateNexusEndpointRequest) }
|
|
1301
|
+
def self.decode(str)
|
|
1302
|
+
end
|
|
1303
|
+
|
|
1304
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::CreateNexusEndpointRequest).returns(String) }
|
|
1305
|
+
def self.encode(msg)
|
|
1306
|
+
end
|
|
1307
|
+
|
|
1308
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::CreateNexusEndpointRequest) }
|
|
1309
|
+
def self.decode_json(str, **kw)
|
|
1310
|
+
end
|
|
1311
|
+
|
|
1312
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::CreateNexusEndpointRequest, kw: T.untyped).returns(String) }
|
|
1313
|
+
def self.encode_json(msg, **kw)
|
|
1314
|
+
end
|
|
1315
|
+
|
|
1316
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1317
|
+
def self.descriptor
|
|
1318
|
+
end
|
|
1319
|
+
end
|
|
1320
|
+
|
|
1321
|
+
class Temporalio::Api::OperatorService::V1::CreateNexusEndpointResponse
|
|
1322
|
+
include ::Google::Protobuf::MessageExts
|
|
1323
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1324
|
+
|
|
1325
|
+
sig do
|
|
1326
|
+
params(
|
|
1327
|
+
endpoint: T.nilable(Temporalio::Api::Nexus::V1::Endpoint)
|
|
1328
|
+
).void
|
|
1329
|
+
end
|
|
1330
|
+
def initialize(
|
|
1331
|
+
endpoint: nil
|
|
1332
|
+
)
|
|
1333
|
+
end
|
|
1334
|
+
|
|
1335
|
+
# Data post acceptance. Can be used to issue additional updates to this record.
|
|
1336
|
+
sig { returns(T.nilable(Temporalio::Api::Nexus::V1::Endpoint)) }
|
|
1337
|
+
def endpoint
|
|
1338
|
+
end
|
|
1339
|
+
|
|
1340
|
+
# Data post acceptance. Can be used to issue additional updates to this record.
|
|
1341
|
+
sig { params(value: T.nilable(Temporalio::Api::Nexus::V1::Endpoint)).void }
|
|
1342
|
+
def endpoint=(value)
|
|
1343
|
+
end
|
|
1344
|
+
|
|
1345
|
+
# Data post acceptance. Can be used to issue additional updates to this record.
|
|
1346
|
+
sig { void }
|
|
1347
|
+
def clear_endpoint
|
|
1348
|
+
end
|
|
1349
|
+
|
|
1350
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1351
|
+
def [](field)
|
|
1352
|
+
end
|
|
1353
|
+
|
|
1354
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1355
|
+
def []=(field, value)
|
|
1356
|
+
end
|
|
1357
|
+
|
|
1358
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1359
|
+
def to_h
|
|
1360
|
+
end
|
|
1361
|
+
|
|
1362
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::CreateNexusEndpointResponse) }
|
|
1363
|
+
def self.decode(str)
|
|
1364
|
+
end
|
|
1365
|
+
|
|
1366
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::CreateNexusEndpointResponse).returns(String) }
|
|
1367
|
+
def self.encode(msg)
|
|
1368
|
+
end
|
|
1369
|
+
|
|
1370
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::CreateNexusEndpointResponse) }
|
|
1371
|
+
def self.decode_json(str, **kw)
|
|
1372
|
+
end
|
|
1373
|
+
|
|
1374
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::CreateNexusEndpointResponse, kw: T.untyped).returns(String) }
|
|
1375
|
+
def self.encode_json(msg, **kw)
|
|
1376
|
+
end
|
|
1377
|
+
|
|
1378
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1379
|
+
def self.descriptor
|
|
1380
|
+
end
|
|
1381
|
+
end
|
|
1382
|
+
|
|
1383
|
+
class Temporalio::Api::OperatorService::V1::UpdateNexusEndpointRequest
|
|
1384
|
+
include ::Google::Protobuf::MessageExts
|
|
1385
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1386
|
+
|
|
1387
|
+
sig do
|
|
1388
|
+
params(
|
|
1389
|
+
id: T.nilable(String),
|
|
1390
|
+
version: T.nilable(Integer),
|
|
1391
|
+
spec: T.nilable(Temporalio::Api::Nexus::V1::EndpointSpec)
|
|
1392
|
+
).void
|
|
1393
|
+
end
|
|
1394
|
+
def initialize(
|
|
1395
|
+
id: "",
|
|
1396
|
+
version: 0,
|
|
1397
|
+
spec: nil
|
|
1398
|
+
)
|
|
1399
|
+
end
|
|
1400
|
+
|
|
1401
|
+
# Server-generated unique endpoint ID.
|
|
1402
|
+
sig { returns(String) }
|
|
1403
|
+
def id
|
|
1404
|
+
end
|
|
1405
|
+
|
|
1406
|
+
# Server-generated unique endpoint ID.
|
|
1407
|
+
sig { params(value: String).void }
|
|
1408
|
+
def id=(value)
|
|
1409
|
+
end
|
|
1410
|
+
|
|
1411
|
+
# Server-generated unique endpoint ID.
|
|
1412
|
+
sig { void }
|
|
1413
|
+
def clear_id
|
|
1414
|
+
end
|
|
1415
|
+
|
|
1416
|
+
# Data version for this endpoint. Must match current version.
|
|
1417
|
+
sig { returns(Integer) }
|
|
1418
|
+
def version
|
|
1419
|
+
end
|
|
1420
|
+
|
|
1421
|
+
# Data version for this endpoint. Must match current version.
|
|
1422
|
+
sig { params(value: Integer).void }
|
|
1423
|
+
def version=(value)
|
|
1424
|
+
end
|
|
1425
|
+
|
|
1426
|
+
# Data version for this endpoint. Must match current version.
|
|
1427
|
+
sig { void }
|
|
1428
|
+
def clear_version
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
sig { returns(T.nilable(Temporalio::Api::Nexus::V1::EndpointSpec)) }
|
|
1432
|
+
def spec
|
|
1433
|
+
end
|
|
1434
|
+
|
|
1435
|
+
sig { params(value: T.nilable(Temporalio::Api::Nexus::V1::EndpointSpec)).void }
|
|
1436
|
+
def spec=(value)
|
|
1437
|
+
end
|
|
1438
|
+
|
|
1439
|
+
sig { void }
|
|
1440
|
+
def clear_spec
|
|
1441
|
+
end
|
|
1442
|
+
|
|
1443
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1444
|
+
def [](field)
|
|
1445
|
+
end
|
|
1446
|
+
|
|
1447
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1448
|
+
def []=(field, value)
|
|
1449
|
+
end
|
|
1450
|
+
|
|
1451
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1452
|
+
def to_h
|
|
1453
|
+
end
|
|
1454
|
+
|
|
1455
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::UpdateNexusEndpointRequest) }
|
|
1456
|
+
def self.decode(str)
|
|
1457
|
+
end
|
|
1458
|
+
|
|
1459
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::UpdateNexusEndpointRequest).returns(String) }
|
|
1460
|
+
def self.encode(msg)
|
|
1461
|
+
end
|
|
1462
|
+
|
|
1463
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::UpdateNexusEndpointRequest) }
|
|
1464
|
+
def self.decode_json(str, **kw)
|
|
1465
|
+
end
|
|
1466
|
+
|
|
1467
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::UpdateNexusEndpointRequest, kw: T.untyped).returns(String) }
|
|
1468
|
+
def self.encode_json(msg, **kw)
|
|
1469
|
+
end
|
|
1470
|
+
|
|
1471
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1472
|
+
def self.descriptor
|
|
1473
|
+
end
|
|
1474
|
+
end
|
|
1475
|
+
|
|
1476
|
+
class Temporalio::Api::OperatorService::V1::UpdateNexusEndpointResponse
|
|
1477
|
+
include ::Google::Protobuf::MessageExts
|
|
1478
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1479
|
+
|
|
1480
|
+
sig do
|
|
1481
|
+
params(
|
|
1482
|
+
endpoint: T.nilable(Temporalio::Api::Nexus::V1::Endpoint)
|
|
1483
|
+
).void
|
|
1484
|
+
end
|
|
1485
|
+
def initialize(
|
|
1486
|
+
endpoint: nil
|
|
1487
|
+
)
|
|
1488
|
+
end
|
|
1489
|
+
|
|
1490
|
+
# Data post acceptance. Can be used to issue additional updates to this record.
|
|
1491
|
+
sig { returns(T.nilable(Temporalio::Api::Nexus::V1::Endpoint)) }
|
|
1492
|
+
def endpoint
|
|
1493
|
+
end
|
|
1494
|
+
|
|
1495
|
+
# Data post acceptance. Can be used to issue additional updates to this record.
|
|
1496
|
+
sig { params(value: T.nilable(Temporalio::Api::Nexus::V1::Endpoint)).void }
|
|
1497
|
+
def endpoint=(value)
|
|
1498
|
+
end
|
|
1499
|
+
|
|
1500
|
+
# Data post acceptance. Can be used to issue additional updates to this record.
|
|
1501
|
+
sig { void }
|
|
1502
|
+
def clear_endpoint
|
|
1503
|
+
end
|
|
1504
|
+
|
|
1505
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1506
|
+
def [](field)
|
|
1507
|
+
end
|
|
1508
|
+
|
|
1509
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1510
|
+
def []=(field, value)
|
|
1511
|
+
end
|
|
1512
|
+
|
|
1513
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1514
|
+
def to_h
|
|
1515
|
+
end
|
|
1516
|
+
|
|
1517
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::UpdateNexusEndpointResponse) }
|
|
1518
|
+
def self.decode(str)
|
|
1519
|
+
end
|
|
1520
|
+
|
|
1521
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::UpdateNexusEndpointResponse).returns(String) }
|
|
1522
|
+
def self.encode(msg)
|
|
1523
|
+
end
|
|
1524
|
+
|
|
1525
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::UpdateNexusEndpointResponse) }
|
|
1526
|
+
def self.decode_json(str, **kw)
|
|
1527
|
+
end
|
|
1528
|
+
|
|
1529
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::UpdateNexusEndpointResponse, kw: T.untyped).returns(String) }
|
|
1530
|
+
def self.encode_json(msg, **kw)
|
|
1531
|
+
end
|
|
1532
|
+
|
|
1533
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1534
|
+
def self.descriptor
|
|
1535
|
+
end
|
|
1536
|
+
end
|
|
1537
|
+
|
|
1538
|
+
class Temporalio::Api::OperatorService::V1::DeleteNexusEndpointRequest
|
|
1539
|
+
include ::Google::Protobuf::MessageExts
|
|
1540
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1541
|
+
|
|
1542
|
+
sig do
|
|
1543
|
+
params(
|
|
1544
|
+
id: T.nilable(String),
|
|
1545
|
+
version: T.nilable(Integer)
|
|
1546
|
+
).void
|
|
1547
|
+
end
|
|
1548
|
+
def initialize(
|
|
1549
|
+
id: "",
|
|
1550
|
+
version: 0
|
|
1551
|
+
)
|
|
1552
|
+
end
|
|
1553
|
+
|
|
1554
|
+
# Server-generated unique endpoint ID.
|
|
1555
|
+
sig { returns(String) }
|
|
1556
|
+
def id
|
|
1557
|
+
end
|
|
1558
|
+
|
|
1559
|
+
# Server-generated unique endpoint ID.
|
|
1560
|
+
sig { params(value: String).void }
|
|
1561
|
+
def id=(value)
|
|
1562
|
+
end
|
|
1563
|
+
|
|
1564
|
+
# Server-generated unique endpoint ID.
|
|
1565
|
+
sig { void }
|
|
1566
|
+
def clear_id
|
|
1567
|
+
end
|
|
1568
|
+
|
|
1569
|
+
# Data version for this endpoint. Must match current version.
|
|
1570
|
+
sig { returns(Integer) }
|
|
1571
|
+
def version
|
|
1572
|
+
end
|
|
1573
|
+
|
|
1574
|
+
# Data version for this endpoint. Must match current version.
|
|
1575
|
+
sig { params(value: Integer).void }
|
|
1576
|
+
def version=(value)
|
|
1577
|
+
end
|
|
1578
|
+
|
|
1579
|
+
# Data version for this endpoint. Must match current version.
|
|
1580
|
+
sig { void }
|
|
1581
|
+
def clear_version
|
|
1582
|
+
end
|
|
1583
|
+
|
|
1584
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1585
|
+
def [](field)
|
|
1586
|
+
end
|
|
1587
|
+
|
|
1588
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1589
|
+
def []=(field, value)
|
|
1590
|
+
end
|
|
1591
|
+
|
|
1592
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1593
|
+
def to_h
|
|
1594
|
+
end
|
|
1595
|
+
|
|
1596
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::DeleteNexusEndpointRequest) }
|
|
1597
|
+
def self.decode(str)
|
|
1598
|
+
end
|
|
1599
|
+
|
|
1600
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNexusEndpointRequest).returns(String) }
|
|
1601
|
+
def self.encode(msg)
|
|
1602
|
+
end
|
|
1603
|
+
|
|
1604
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::DeleteNexusEndpointRequest) }
|
|
1605
|
+
def self.decode_json(str, **kw)
|
|
1606
|
+
end
|
|
1607
|
+
|
|
1608
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNexusEndpointRequest, kw: T.untyped).returns(String) }
|
|
1609
|
+
def self.encode_json(msg, **kw)
|
|
1610
|
+
end
|
|
1611
|
+
|
|
1612
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1613
|
+
def self.descriptor
|
|
1614
|
+
end
|
|
1615
|
+
end
|
|
1616
|
+
|
|
1617
|
+
class Temporalio::Api::OperatorService::V1::DeleteNexusEndpointResponse
|
|
1618
|
+
include ::Google::Protobuf::MessageExts
|
|
1619
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1620
|
+
|
|
1621
|
+
sig {void}
|
|
1622
|
+
def initialize; end
|
|
1623
|
+
|
|
1624
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1625
|
+
def [](field)
|
|
1626
|
+
end
|
|
1627
|
+
|
|
1628
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1629
|
+
def []=(field, value)
|
|
1630
|
+
end
|
|
1631
|
+
|
|
1632
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1633
|
+
def to_h
|
|
1634
|
+
end
|
|
1635
|
+
|
|
1636
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::DeleteNexusEndpointResponse) }
|
|
1637
|
+
def self.decode(str)
|
|
1638
|
+
end
|
|
1639
|
+
|
|
1640
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNexusEndpointResponse).returns(String) }
|
|
1641
|
+
def self.encode(msg)
|
|
1642
|
+
end
|
|
1643
|
+
|
|
1644
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::DeleteNexusEndpointResponse) }
|
|
1645
|
+
def self.decode_json(str, **kw)
|
|
1646
|
+
end
|
|
1647
|
+
|
|
1648
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::DeleteNexusEndpointResponse, kw: T.untyped).returns(String) }
|
|
1649
|
+
def self.encode_json(msg, **kw)
|
|
1650
|
+
end
|
|
1651
|
+
|
|
1652
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1653
|
+
def self.descriptor
|
|
1654
|
+
end
|
|
1655
|
+
end
|
|
1656
|
+
|
|
1657
|
+
class Temporalio::Api::OperatorService::V1::ListNexusEndpointsRequest
|
|
1658
|
+
include ::Google::Protobuf::MessageExts
|
|
1659
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1660
|
+
|
|
1661
|
+
sig do
|
|
1662
|
+
params(
|
|
1663
|
+
page_size: T.nilable(Integer),
|
|
1664
|
+
next_page_token: T.nilable(String),
|
|
1665
|
+
name: T.nilable(String)
|
|
1666
|
+
).void
|
|
1667
|
+
end
|
|
1668
|
+
def initialize(
|
|
1669
|
+
page_size: 0,
|
|
1670
|
+
next_page_token: "",
|
|
1671
|
+
name: ""
|
|
1672
|
+
)
|
|
1673
|
+
end
|
|
1674
|
+
|
|
1675
|
+
sig { returns(Integer) }
|
|
1676
|
+
def page_size
|
|
1677
|
+
end
|
|
1678
|
+
|
|
1679
|
+
sig { params(value: Integer).void }
|
|
1680
|
+
def page_size=(value)
|
|
1681
|
+
end
|
|
1682
|
+
|
|
1683
|
+
sig { void }
|
|
1684
|
+
def clear_page_size
|
|
1685
|
+
end
|
|
1686
|
+
|
|
1687
|
+
# To get the next page, pass in `ListNexusEndpointsResponse.next_page_token` from the previous page's
|
|
1688
|
+
# response, the token will be empty if there's no other page.
|
|
1689
|
+
# Note: the last page may be empty if the total number of endpoints registered is a multiple of the page size.
|
|
1690
|
+
sig { returns(String) }
|
|
1691
|
+
def next_page_token
|
|
1692
|
+
end
|
|
1693
|
+
|
|
1694
|
+
# To get the next page, pass in `ListNexusEndpointsResponse.next_page_token` from the previous page's
|
|
1695
|
+
# response, the token will be empty if there's no other page.
|
|
1696
|
+
# Note: the last page may be empty if the total number of endpoints registered is a multiple of the page size.
|
|
1697
|
+
sig { params(value: String).void }
|
|
1698
|
+
def next_page_token=(value)
|
|
1699
|
+
end
|
|
1700
|
+
|
|
1701
|
+
# To get the next page, pass in `ListNexusEndpointsResponse.next_page_token` from the previous page's
|
|
1702
|
+
# response, the token will be empty if there's no other page.
|
|
1703
|
+
# Note: the last page may be empty if the total number of endpoints registered is a multiple of the page size.
|
|
1704
|
+
sig { void }
|
|
1705
|
+
def clear_next_page_token
|
|
1706
|
+
end
|
|
1707
|
+
|
|
1708
|
+
# Name of the incoming endpoint to filter on - optional. Specifying this will result in zero or one results.
|
|
1709
|
+
# (-- api-linter: core::203::field-behavior-required=disabled
|
|
1710
|
+
# aip.dev/not-precedent: Not following linter rules. --)
|
|
1711
|
+
sig { returns(String) }
|
|
1712
|
+
def name
|
|
1713
|
+
end
|
|
1714
|
+
|
|
1715
|
+
# Name of the incoming endpoint to filter on - optional. Specifying this will result in zero or one results.
|
|
1716
|
+
# (-- api-linter: core::203::field-behavior-required=disabled
|
|
1717
|
+
# aip.dev/not-precedent: Not following linter rules. --)
|
|
1718
|
+
sig { params(value: String).void }
|
|
1719
|
+
def name=(value)
|
|
1720
|
+
end
|
|
1721
|
+
|
|
1722
|
+
# Name of the incoming endpoint to filter on - optional. Specifying this will result in zero or one results.
|
|
1723
|
+
# (-- api-linter: core::203::field-behavior-required=disabled
|
|
1724
|
+
# aip.dev/not-precedent: Not following linter rules. --)
|
|
1725
|
+
sig { void }
|
|
1726
|
+
def clear_name
|
|
1727
|
+
end
|
|
1728
|
+
|
|
1729
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1730
|
+
def [](field)
|
|
1731
|
+
end
|
|
1732
|
+
|
|
1733
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1734
|
+
def []=(field, value)
|
|
1735
|
+
end
|
|
1736
|
+
|
|
1737
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1738
|
+
def to_h
|
|
1739
|
+
end
|
|
1740
|
+
|
|
1741
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::ListNexusEndpointsRequest) }
|
|
1742
|
+
def self.decode(str)
|
|
1743
|
+
end
|
|
1744
|
+
|
|
1745
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListNexusEndpointsRequest).returns(String) }
|
|
1746
|
+
def self.encode(msg)
|
|
1747
|
+
end
|
|
1748
|
+
|
|
1749
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::ListNexusEndpointsRequest) }
|
|
1750
|
+
def self.decode_json(str, **kw)
|
|
1751
|
+
end
|
|
1752
|
+
|
|
1753
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListNexusEndpointsRequest, kw: T.untyped).returns(String) }
|
|
1754
|
+
def self.encode_json(msg, **kw)
|
|
1755
|
+
end
|
|
1756
|
+
|
|
1757
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1758
|
+
def self.descriptor
|
|
1759
|
+
end
|
|
1760
|
+
end
|
|
1761
|
+
|
|
1762
|
+
class Temporalio::Api::OperatorService::V1::ListNexusEndpointsResponse
|
|
1763
|
+
include ::Google::Protobuf::MessageExts
|
|
1764
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1765
|
+
|
|
1766
|
+
sig do
|
|
1767
|
+
params(
|
|
1768
|
+
next_page_token: T.nilable(String),
|
|
1769
|
+
endpoints: T.nilable(T::Array[T.nilable(Temporalio::Api::Nexus::V1::Endpoint)])
|
|
1770
|
+
).void
|
|
1771
|
+
end
|
|
1772
|
+
def initialize(
|
|
1773
|
+
next_page_token: "",
|
|
1774
|
+
endpoints: []
|
|
1775
|
+
)
|
|
1776
|
+
end
|
|
1777
|
+
|
|
1778
|
+
# Token for getting the next page.
|
|
1779
|
+
sig { returns(String) }
|
|
1780
|
+
def next_page_token
|
|
1781
|
+
end
|
|
1782
|
+
|
|
1783
|
+
# Token for getting the next page.
|
|
1784
|
+
sig { params(value: String).void }
|
|
1785
|
+
def next_page_token=(value)
|
|
1786
|
+
end
|
|
1787
|
+
|
|
1788
|
+
# Token for getting the next page.
|
|
1789
|
+
sig { void }
|
|
1790
|
+
def clear_next_page_token
|
|
1791
|
+
end
|
|
1792
|
+
|
|
1793
|
+
sig { returns(T::Array[T.nilable(Temporalio::Api::Nexus::V1::Endpoint)]) }
|
|
1794
|
+
def endpoints
|
|
1795
|
+
end
|
|
1796
|
+
|
|
1797
|
+
sig { params(value: ::Google::Protobuf::RepeatedField).void }
|
|
1798
|
+
def endpoints=(value)
|
|
1799
|
+
end
|
|
1800
|
+
|
|
1801
|
+
sig { void }
|
|
1802
|
+
def clear_endpoints
|
|
1803
|
+
end
|
|
1804
|
+
|
|
1805
|
+
sig { params(field: String).returns(T.untyped) }
|
|
1806
|
+
def [](field)
|
|
1807
|
+
end
|
|
1808
|
+
|
|
1809
|
+
sig { params(field: String, value: T.untyped).void }
|
|
1810
|
+
def []=(field, value)
|
|
1811
|
+
end
|
|
1812
|
+
|
|
1813
|
+
sig { returns(T::Hash[Symbol, T.untyped]) }
|
|
1814
|
+
def to_h
|
|
1815
|
+
end
|
|
1816
|
+
|
|
1817
|
+
sig { params(str: String).returns(Temporalio::Api::OperatorService::V1::ListNexusEndpointsResponse) }
|
|
1818
|
+
def self.decode(str)
|
|
1819
|
+
end
|
|
1820
|
+
|
|
1821
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListNexusEndpointsResponse).returns(String) }
|
|
1822
|
+
def self.encode(msg)
|
|
1823
|
+
end
|
|
1824
|
+
|
|
1825
|
+
sig { params(str: String, kw: T.untyped).returns(Temporalio::Api::OperatorService::V1::ListNexusEndpointsResponse) }
|
|
1826
|
+
def self.decode_json(str, **kw)
|
|
1827
|
+
end
|
|
1828
|
+
|
|
1829
|
+
sig { params(msg: Temporalio::Api::OperatorService::V1::ListNexusEndpointsResponse, kw: T.untyped).returns(String) }
|
|
1830
|
+
def self.encode_json(msg, **kw)
|
|
1831
|
+
end
|
|
1832
|
+
|
|
1833
|
+
sig { returns(::Google::Protobuf::Descriptor) }
|
|
1834
|
+
def self.descriptor
|
|
1835
|
+
end
|
|
1836
|
+
end
|