public interface BackendServicesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackendService |
getBackendServices(int index)
A list of BackendServices contained in this scope.
|
int |
getBackendServicesCount()
A list of BackendServices contained in this scope.
|
List<BackendService> |
getBackendServicesList()
A list of BackendServices contained in this scope.
|
BackendServiceOrBuilder |
getBackendServicesOrBuilder(int index)
A list of BackendServices contained in this scope.
|
List<? extends BackendServiceOrBuilder> |
getBackendServicesOrBuilderList()
A list of BackendServices contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<BackendService> getBackendServicesList()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;BackendService getBackendServices(int index)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;int getBackendServicesCount()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;List<? extends BackendServiceOrBuilder> getBackendServicesOrBuilderList()
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;BackendServiceOrBuilder getBackendServicesOrBuilder(int index)
A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;boolean hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.