UnfreezePlanSearchIndexOptions
in package
Table of Contents
- $parentSpan : RequestSpan|null
- $timeoutMilliseconds : int|null
- build() : UnfreezePlanSearchIndexOptions
- Static helper to make code more readable
- parentSpan() : UnfreezePlanSearchIndexOptions
- Sets the parent span.
- timeout() : $this
- Sets the operation timeout in milliseconds
Properties
$parentSpan
private
RequestSpan|null
$parentSpan
= null
$timeoutMilliseconds
private
int|null
$timeoutMilliseconds
= null
Methods
build()
Static helper to make code more readable
public
static build() : UnfreezePlanSearchIndexOptions
Tags
Return values
UnfreezePlanSearchIndexOptions —parentSpan()
Sets the parent span.
public
parentSpan(RequestSpan $parentSpan) : UnfreezePlanSearchIndexOptions
Parameters
- $parentSpan : RequestSpan
-
the parent span
Tags
Return values
UnfreezePlanSearchIndexOptions —timeout()
Sets the operation timeout in milliseconds
public
timeout(int $milliseconds) : $this
Parameters
- $milliseconds : int