Interface NetworkEndpointGroupsListNetworkEndpointsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      [Output Only] Unique identifier for the resource; defined by the server.
      com.google.protobuf.ByteString getIdBytes()
      [Output Only] Unique identifier for the resource; defined by the server.
      NetworkEndpointWithHealthStatus getItems​(int index)
      A list of NetworkEndpointWithHealthStatus resources.
      int getItemsCount()
      A list of NetworkEndpointWithHealthStatus resources.
      List<NetworkEndpointWithHealthStatus> getItemsList()
      A list of NetworkEndpointWithHealthStatus resources.
      NetworkEndpointWithHealthStatusOrBuilder getItemsOrBuilder​(int index)
      A list of NetworkEndpointWithHealthStatus resources.
      List<? extends NetworkEndpointWithHealthStatusOrBuilder> getItemsOrBuilderList()
      A list of NetworkEndpointWithHealthStatus resources.
      String getKind()
      [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.
      com.google.protobuf.ByteString getKindBytes()
      [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.
      String getNextPageToken()
      [Output Only] This token allows you to get the next page of results for list requests.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      [Output Only] This token allows you to get the next page of results for list requests.
      Warning getWarning()
      [Output Only] Informational warning message.
      WarningOrBuilder getWarningOrBuilder()
      [Output Only] Informational warning message.
      boolean hasId()
      [Output Only] Unique identifier for the resource; defined by the server.
      boolean hasKind()
      [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.
      boolean hasNextPageToken()
      [Output Only] This token allows you to get the next page of results for list requests.
      boolean hasWarning()
      [Output Only] Informational warning message.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Returns:
        Whether the id field is set.
      • getId

        String getId()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         [Output Only] Unique identifier for the resource; defined by the server.
         
        optional string id = 3355;
        Returns:
        The bytes for id.
      • getItemsList

        List<NetworkEndpointWithHealthStatus> getItemsList()
         A list of NetworkEndpointWithHealthStatus resources.
         
        repeated .google.cloud.compute.v1.NetworkEndpointWithHealthStatus items = 100526016;
      • getItems

        NetworkEndpointWithHealthStatus getItems​(int index)
         A list of NetworkEndpointWithHealthStatus resources.
         
        repeated .google.cloud.compute.v1.NetworkEndpointWithHealthStatus items = 100526016;
      • getItemsCount

        int getItemsCount()
         A list of NetworkEndpointWithHealthStatus resources.
         
        repeated .google.cloud.compute.v1.NetworkEndpointWithHealthStatus items = 100526016;
      • getItemsOrBuilderList

        List<? extends NetworkEndpointWithHealthStatusOrBuilder> getItemsOrBuilderList()
         A list of NetworkEndpointWithHealthStatus resources.
         
        repeated .google.cloud.compute.v1.NetworkEndpointWithHealthStatus items = 100526016;
      • getItemsOrBuilder

        NetworkEndpointWithHealthStatusOrBuilder getItemsOrBuilder​(int index)
         A list of NetworkEndpointWithHealthStatus resources.
         
        repeated .google.cloud.compute.v1.NetworkEndpointWithHealthStatus items = 100526016;
      • hasKind

        boolean hasKind()
         [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.
         
        optional string kind = 3292052;
        Returns:
        Whether the kind field is set.
      • getKind

        String getKind()
         [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.
         
        optional string kind = 3292052;
        Returns:
        The kind.
      • getKindBytes

        com.google.protobuf.ByteString getKindBytes()
         [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.
         
        optional string kind = 3292052;
        Returns:
        The bytes for kind.
      • hasNextPageToken

        boolean hasNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Returns:
        Whether the nextPageToken field is set.
      • getNextPageToken

        String getNextPageToken()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
         
        optional string next_page_token = 79797525;
        Returns:
        The bytes for nextPageToken.
      • hasWarning

        boolean hasWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         [Output Only] Informational warning message.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;