public static class OperationsScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
OperationsScopedList.Builder |
addAllOperations(List<Operation> operations)
[Output Only] A list of operations contained in this scope.
|
OperationsScopedList.Builder |
addOperations(Operation operations)
[Output Only] A list of operations contained in this scope.
|
OperationsScopedList |
build() |
OperationsScopedList.Builder |
clone() |
List<Operation> |
getOperationsList()
[Output Only] A list of operations contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of operations when the list is
empty.
|
OperationsScopedList.Builder |
mergeFrom(OperationsScopedList other) |
OperationsScopedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning which replaces the list of operations when the list is
empty.
|
public OperationsScopedList.Builder mergeFrom(OperationsScopedList other)
public List<Operation> getOperationsList()
public OperationsScopedList.Builder addAllOperations(List<Operation> operations)
public OperationsScopedList.Builder addOperations(Operation operations)
public Warning getWarning()
public OperationsScopedList.Builder setWarning(Warning warning)
public OperationsScopedList build()
public OperationsScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.