Interface ResourcePoliciesScopedListOrBuilder

    • Method Detail

      • getResourcePoliciesList

        List<ResourcePolicy> getResourcePoliciesList()
         A list of resourcePolicies contained in this scope.
         
        repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
      • getResourcePolicies

        ResourcePolicy getResourcePolicies​(int index)
         A list of resourcePolicies contained in this scope.
         
        repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
      • getResourcePoliciesCount

        int getResourcePoliciesCount()
         A list of resourcePolicies contained in this scope.
         
        repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
      • getResourcePoliciesOrBuilderList

        List<? extends ResourcePolicyOrBuilder> getResourcePoliciesOrBuilderList()
         A list of resourcePolicies contained in this scope.
         
        repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
      • getResourcePoliciesOrBuilder

        ResourcePolicyOrBuilder getResourcePoliciesOrBuilder​(int index)
         A list of resourcePolicies contained in this scope.
         
        repeated .google.cloud.compute.v1.ResourcePolicy resource_policies = 22220385;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of resourcePolicies 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 resourcePolicies 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 resourcePolicies when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;