Interface TargetHttpProxiesScopedListOrBuilder

    • Method Detail

      • getTargetHttpProxiesList

        List<TargetHttpProxy> getTargetHttpProxiesList()
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • getTargetHttpProxies

        TargetHttpProxy getTargetHttpProxies​(int index)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • getTargetHttpProxiesCount

        int getTargetHttpProxiesCount()
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • getTargetHttpProxiesOrBuilderList

        List<? extends TargetHttpProxyOrBuilder> getTargetHttpProxiesOrBuilderList()
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • getTargetHttpProxiesOrBuilder

        TargetHttpProxyOrBuilder getTargetHttpProxiesOrBuilder​(int index)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • 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;