Package | Description |
---|---|
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
JoinAsyncRequest |
JoinAsyncRequest.clone() |
JoinAsyncRequest |
JoinAsyncRequest.set(String fieldName,
Object value) |
JoinAsyncRequest |
JoinAsyncRequest.setNames(List<String> names)
List of operation resource names that we want to join, as returned from a call to RunAsync.
|
JoinAsyncRequest |
JoinAsyncRequest.setScriptId(String scriptId)
The script id which specifies the script which all processes in the names field must be from.
|
JoinAsyncRequest |
JoinAsyncRequest.setTimeout(String timeout)
Timeout for information retrieval in milliseconds.
|