public interface TargetTcpProxiesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TargetTcpProxy |
getTargetTcpProxies(int index)
A list of TargetTcpProxies contained in this scope.
|
int |
getTargetTcpProxiesCount()
A list of TargetTcpProxies contained in this scope.
|
List<TargetTcpProxy> |
getTargetTcpProxiesList()
A list of TargetTcpProxies contained in this scope.
|
TargetTcpProxyOrBuilder |
getTargetTcpProxiesOrBuilder(int index)
A list of TargetTcpProxies contained in this scope.
|
List<? extends TargetTcpProxyOrBuilder> |
getTargetTcpProxiesOrBuilderList()
A list of TargetTcpProxies 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<TargetTcpProxy> getTargetTcpProxiesList()
A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;TargetTcpProxy getTargetTcpProxies(int index)
A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;int getTargetTcpProxiesCount()
A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;List<? extends TargetTcpProxyOrBuilder> getTargetTcpProxiesOrBuilderList()
A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;TargetTcpProxyOrBuilder getTargetTcpProxiesOrBuilder(int index)
A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;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.