Lines Matching full:hook
79 <p class="firstline">Attaches a shared flow to a flow hook.</p>
85 <p class="firstline">Detaches a shared flow from a flow hook.</p>
88 … the shared flow attached to the specified flow hook. If there's no shared flow attached to the fl…
92 <pre>Attaches a shared flow to a flow hook.
95 …name: string, Required. Name of the flow hook to which the shared flow should be attached in the f…
100 …ontinue if the flow hook throws an exception. Set to `true` to continue execution. Set to `false` …
101 "description": "A String", # Description of the flow hook.
102 … "A String", # Output only. Where in the API call flow the flow hook is invoked. Must be…
103 …"sharedFlow": "A String", # Shared flow attached to this flow hook, or empty i…
115 …ontinue if the flow hook throws an exception. Set to `true` to continue execution. Set to `false` …
116 "description": "A String", # Description of the flow hook.
117 … "A String", # Output only. Where in the API call flow the flow hook is invoked. Must be…
118 …"sharedFlow": "A String", # Shared flow attached to this flow hook, or empty i…
129 <pre>Detaches a shared flow from a flow hook.
132 …name: string, Required. Name of the flow hook to detach in the following format: `organizations/{o…
142 …ontinue if the flow hook throws an exception. Set to `true` to continue execution. Set to `false` …
143 "description": "A String", # Description of the flow hook.
144 … "A String", # Output only. Where in the API call flow the flow hook is invoked. Must be…
145 …"sharedFlow": "A String", # Shared flow attached to this flow hook, or empty i…
151 …e shared flow attached to the specified flow hook. If there's no shared flow attached to the …
154 …name: string, Required. Name of the flow hook in the following format: `organizations/{org}/enviro…
164 …ontinue if the flow hook throws an exception. Set to `true` to continue execution. Set to `false` …
165 "description": "A String", # Description of the flow hook.
166 … "A String", # Output only. Where in the API call flow the flow hook is invoked. Must be…
167 …"sharedFlow": "A String", # Shared flow attached to this flow hook, or empty i…