public static class BackendServicesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
BackendServicesScopedList.Builder |
addAllBackendServices(List<BackendService> backendServices)
A list of BackendServices contained in this scope.
|
BackendServicesScopedList.Builder |
addBackendServices(BackendService backendServices)
A list of BackendServices contained in this scope.
|
BackendServicesScopedList |
build() |
BackendServicesScopedList.Builder |
clone() |
List<BackendService> |
getBackendServicesList()
A list of BackendServices contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
BackendServicesScopedList.Builder |
mergeFrom(BackendServicesScopedList other) |
BackendServicesScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of backend services when the list is empty.
|
public BackendServicesScopedList.Builder mergeFrom(BackendServicesScopedList other)
public List<BackendService> getBackendServicesList()
public BackendServicesScopedList.Builder addAllBackendServices(List<BackendService> backendServices)
public BackendServicesScopedList.Builder addBackendServices(BackendService backendServices)
public Warning getWarning()
public BackendServicesScopedList.Builder setWarning(Warning warning)
public BackendServicesScopedList build()
public BackendServicesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.