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