Package com.google.cloud.logging
Class TimestampDefaultFilter
- java.lang.Object
-
- com.google.cloud.logging.TimestampDefaultFilter
-
- All Implemented Interfaces:
ITimestampDefaultFilter
public class TimestampDefaultFilter extends Object implements ITimestampDefaultFilter
-
-
Constructor Summary
Constructors Constructor Description TimestampDefaultFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createDefaultTimestampFilter()
Creates a default filter with timestamp to query Cloud Logging
-
-
-
Method Detail
-
createDefaultTimestampFilter
public String createDefaultTimestampFilter()
Description copied from interface:ITimestampDefaultFilter
Creates a default filter with timestamp to query Cloud Logging- Specified by:
createDefaultTimestampFilter
in interfaceITimestampDefaultFilter
- Returns:
- The filter using timestamp field
-
-