Interface TargetHttpsProxiesScopedListOrBuilder

    • Method Detail

      • getTargetHttpsProxiesList

        List<TargetHttpsProxy> getTargetHttpsProxiesList()
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • getTargetHttpsProxies

        TargetHttpsProxy getTargetHttpsProxies​(int index)
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • getTargetHttpsProxiesCount

        int getTargetHttpsProxiesCount()
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • getTargetHttpsProxiesOrBuilderList

        List<? extends TargetHttpsProxyOrBuilder> getTargetHttpsProxiesOrBuilderList()
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • getTargetHttpsProxiesOrBuilder

        TargetHttpsProxyOrBuilder getTargetHttpsProxiesOrBuilder​(int index)
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • 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;