public interface TargetHttpsProxiesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTargetHttpsProxies(int index)
public abstract TargetHttpsProxy getTargetHttpsProxies(int index)A list of TargetHttpsProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
| Name | Description |
| index | int |
| Type | Description |
| TargetHttpsProxy |
getTargetHttpsProxiesCount()
public abstract int getTargetHttpsProxiesCount()A list of TargetHttpsProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
| Type | Description |
| int |
getTargetHttpsProxiesList()
public abstract List<TargetHttpsProxy> getTargetHttpsProxiesList()A list of TargetHttpsProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
| Type | Description |
| List<TargetHttpsProxy> |
getTargetHttpsProxiesOrBuilder(int index)
public abstract TargetHttpsProxyOrBuilder getTargetHttpsProxiesOrBuilder(int index)A list of TargetHttpsProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
| Name | Description |
| index | int |
| Type | Description |
| TargetHttpsProxyOrBuilder |
getTargetHttpsProxiesOrBuilderList()
public abstract List<? extends TargetHttpsProxyOrBuilder> getTargetHttpsProxiesOrBuilderList()A list of TargetHttpsProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.TargetHttpsProxyOrBuilder> |
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |