We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c239bb commit 6b3ee2cCopy full SHA for 6b3ee2c
README.md
@@ -172,7 +172,7 @@ With Logging you can also list log entries that have been previously written. Ad
172
imports at the top of your file:
173
174
```java
175
-import com.google.cloud.Page;
+import com.google.api.gax.paging.Page;
176
import com.google.cloud.logging.LogEntry;
177
import com.google.cloud.logging.Logging.EntryListOption;
178
```
0 commit comments