• Home
  • Raw
  • Download

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 &quot;description&quot;: &quot;A String&quot;, # Description of the flow hook.
102 … &quot;A String&quot;, # Output only. Where in the API call flow the flow hook is invoked. Must be…
103 …&quot;sharedFlow&quot;: &quot;A String&quot;, # 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 &quot;description&quot;: &quot;A String&quot;, # Description of the flow hook.
117 … &quot;A String&quot;, # Output only. Where in the API call flow the flow hook is invoked. Must be…
118 …&quot;sharedFlow&quot;: &quot;A String&quot;, # 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 &quot;description&quot;: &quot;A String&quot;, # Description of the flow hook.
144 … &quot;A String&quot;, # Output only. Where in the API call flow the flow hook is invoked. Must be…
145 …&quot;sharedFlow&quot;: &quot;A String&quot;, # Shared flow attached to this flow hook, or empty i…
151 …e shared flow attached to the specified flow hook. If there&#x27;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 &quot;description&quot;: &quot;A String&quot;, # Description of the flow hook.
166 … &quot;A String&quot;, # Output only. Where in the API call flow the flow hook is invoked. Must be…
167 …&quot;sharedFlow&quot;: &quot;A String&quot;, # Shared flow attached to this flow hook, or empty i…