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