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