Interface BackendServicesScopedListOrBuilder (1.19.0)

public interface BackendServicesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackendServices(int index)

public abstract BackendService getBackendServices(int index)

A list of BackendServices contained in this scope.

repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;

Parameter
NameDescription
indexint
Returns
TypeDescription
BackendService

getBackendServicesCount()

public abstract int getBackendServicesCount()

A list of BackendServices contained in this scope.

repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;

Returns
TypeDescription
int

getBackendServicesList()

public abstract List<BackendService> getBackendServicesList()

A list of BackendServices contained in this scope.

repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;

Returns
TypeDescription
List<BackendService>

getBackendServicesOrBuilder(int index)

public abstract BackendServiceOrBuilder getBackendServicesOrBuilder(int index)

A list of BackendServices contained in this scope.

repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;

Parameter
NameDescription
indexint
Returns
TypeDescription
BackendServiceOrBuilder

getBackendServicesOrBuilderList()

public abstract List<? extends BackendServiceOrBuilder> getBackendServicesOrBuilderList()

A list of BackendServices contained in this scope.

repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.BackendServiceOrBuilder>

getWarning()

public abstract Warning getWarning()

Informational warning which replaces the list of backend services when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

Informational warning which replaces the list of backend services when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

Informational warning which replaces the list of backend services when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.