|
5 | 5 |
|
6 | 6 | - [temporal/v1/temporal.proto](#temporal_v1_temporal-proto) |
7 | 7 | - [ActivityOptions](#temporal-v1-ActivityOptions) |
| 8 | + - [CLIOptions](#temporal-v1-CLIOptions) |
| 9 | + - [CommandOptions](#temporal-v1-CommandOptions) |
8 | 10 | - [QueryOptions](#temporal-v1-QueryOptions) |
9 | 11 | - [RetryPolicy](#temporal-v1-RetryPolicy) |
10 | 12 | - [ServiceOptions](#temporal-v1-ServiceOptions) |
|
26 | 28 | - [File-level Extensions](#temporal_v1_temporal-proto-extensions) |
27 | 29 | - [File-level Extensions](#temporal_v1_temporal-proto-extensions) |
28 | 30 | - [File-level Extensions](#temporal_v1_temporal-proto-extensions) |
| 31 | + - [File-level Extensions](#temporal_v1_temporal-proto-extensions) |
| 32 | + - [File-level Extensions](#temporal_v1_temporal-proto-extensions) |
29 | 33 |
|
30 | 34 | - [Scalar Value Types](#scalar-value-types) |
31 | 35 |
|
@@ -60,6 +64,36 @@ available activity configuration options |
60 | 64 |
|
61 | 65 |
|
62 | 66 |
|
| 67 | +<a name="temporal-v1-CLIOptions"></a> |
| 68 | + |
| 69 | +### CLIOptions |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | +| Field | Type | Label | Description | |
| 74 | +| ----- | ---- | ----- | ----------- | |
| 75 | +| ignore | [bool](#bool) | | | |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | +<a name="temporal-v1-CommandOptions"></a> |
| 83 | + |
| 84 | +### CommandOptions |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | +| Field | Type | Label | Description | |
| 89 | +| ----- | ---- | ----- | ----------- | |
| 90 | +| ignore | [bool](#bool) | | | |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
63 | 97 | <a name="temporal-v1-QueryOptions"></a> |
64 | 98 |
|
65 | 99 | ### QueryOptions |
@@ -291,10 +325,12 @@ value from an UpdateWorkflow RPC |
291 | 325 | | Extension | Type | Base | Number | Description | |
292 | 326 | | --------- | ---- | ---- | ------ | ----------- | |
293 | 327 | | activity | ActivityOptions | .google.protobuf.MethodOptions | 7234 | | |
| 328 | +| command | CommandOptions | .google.protobuf.MethodOptions | 7238 | | |
294 | 329 | | query | QueryOptions | .google.protobuf.MethodOptions | 7235 | | |
295 | 330 | | signal | SignalOptions | .google.protobuf.MethodOptions | 7236 | | |
296 | 331 | | update | UpdateOptions | .google.protobuf.MethodOptions | 7237 | | |
297 | 332 | | workflow | WorkflowOptions | .google.protobuf.MethodOptions | 7233 | | |
| 333 | +| cli | CLIOptions | .google.protobuf.ServiceOptions | 7234 | | |
298 | 334 | | service | ServiceOptions | .google.protobuf.ServiceOptions | 7233 | | |
299 | 335 |
|
300 | 336 |
|
|
0 commit comments