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