Interface NetworkEndpointGroupsScopedListOrBuilder

    • Method Detail

      • getNetworkEndpointGroupsList

        List<NetworkEndpointGroup> getNetworkEndpointGroupsList()
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • getNetworkEndpointGroups

        NetworkEndpointGroup getNetworkEndpointGroups​(int index)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • getNetworkEndpointGroupsCount

        int getNetworkEndpointGroupsCount()
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • getNetworkEndpointGroupsOrBuilderList

        List<? extends NetworkEndpointGroupOrBuilder> getNetworkEndpointGroupsOrBuilderList()
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • getNetworkEndpointGroupsOrBuilder

        NetworkEndpointGroupOrBuilder getNetworkEndpointGroupsOrBuilder​(int index)
         [Output Only] The list of network endpoint groups that are contained in this scope.
         
        repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
      • hasWarning

        boolean hasWarning()
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;