Interface ListUptimeCheckIpsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListUptimeCheckIpsRequest, ListUptimeCheckIpsRequest.Builder

    public interface ListUptimeCheckIpsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPageSize()
      The maximum number of results to return in a single response.
      String getPageToken()
      If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method.
      com.google.protobuf.ByteString getPageTokenBytes()
      If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method.
      • 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

      • getPageSize

        int getPageSize()
         The maximum number of results to return in a single response. The server
         may further constrain the maximum number of results returned in a single
         page. If the page_size is <=0, the server will decide the number of results
         to be returned.
         NOTE: this field is not yet implemented
         
        int32 page_size = 2;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return more results from the previous method call.
         NOTE: this field is not yet implemented
         
        string page_token = 3;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return more results from the previous method call.
         NOTE: this field is not yet implemented
         
        string page_token = 3;
        Returns:
        The bytes for pageToken.