Package com.google.cloud.logging
Class Logging.ListOption
- java.lang.Object
-
- com.google.cloud.logging.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static Logging.ListOption
pageSize(int pageSize)
Returns an option to specify the maximum number of resources returned per page.static Logging.ListOption
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing resources.String
toString()
-
-
-
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.
-
-