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