Interface TargetTcpProxiesScopedListOrBuilder

    • Method Detail

      • getTargetTcpProxiesList

        List<TargetTcpProxy> getTargetTcpProxiesList()
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • getTargetTcpProxies

        TargetTcpProxy getTargetTcpProxies​(int index)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • getTargetTcpProxiesCount

        int getTargetTcpProxiesCount()
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • getTargetTcpProxiesOrBuilderList

        List<? extends TargetTcpProxyOrBuilder> getTargetTcpProxiesOrBuilderList()
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • getTargetTcpProxiesOrBuilder

        TargetTcpProxyOrBuilder getTargetTcpProxiesOrBuilder​(int index)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • hasWarning

        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:
        Whether the warning field is set.
      • getWarning

        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:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;