Class Logging.ListOption

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    Logging

    public static final class Logging.ListOption
    extends Object
    Class for specifying options for listing sinks, monitored resources and monitored resource descriptors.
    See Also:
    Serialized Form
    • Method Detail

      • pageSize

        public static Logging.ListOption pageSize​(int pageSize)
        Returns an option to specify the maximum number of resources returned per page.
      • pageToken

        public static Logging.ListOption pageToken​(String pageToken)
        Returns an option to specify the page token from which to start listing resources.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object