public static class OperationList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
OperationList.Builder |
addAllItems(List<Operation> items)
[Output Only] A list of Operation resources.
|
OperationList.Builder |
addItems(Operation items)
[Output Only] A list of Operation resources.
|
OperationList |
build() |
OperationList.Builder |
clone() |
String |
getId()
[Output Only] The unique identifier for the resource.
|
List<Operation> |
getItemsList()
[Output Only] A list of Operation resources.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
OperationList.Builder |
mergeFrom(OperationList other) |
OperationList.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
OperationList.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
OperationList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
OperationList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
OperationList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public OperationList.Builder mergeFrom(OperationList other)
public String getId()
public OperationList.Builder setId(String id)
public OperationList.Builder addAllItems(List<Operation> items)
public OperationList.Builder addItems(Operation items)
public String getKind()
public OperationList.Builder setKind(String kind)
public String getNextPageToken()
public OperationList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public OperationList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public OperationList.Builder setWarning(Warning warning)
public OperationList build()
public OperationList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.