Package com.google.cloud.logging
Interface ITimestampDefaultFilter
-
- All Known Implementing Classes:
TimestampDefaultFilter
public interface ITimestampDefaultFilter
Encapsulates implementation of default time filter. This is needed for testing since we can't mock static classes with EasyMock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
createDefaultTimestampFilter()
Creates a default filter with timestamp to query Cloud Logging
-
-
-
Method Detail
-
createDefaultTimestampFilter
String createDefaultTimestampFilter()
Creates a default filter with timestamp to query Cloud Logging- Returns:
- The filter using timestamp field
-
-