We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba8e72 commit aec1325Copy full SHA for aec1325
logging/cloud-client/src/main/java/com/example/logging/ListLogs.java
@@ -29,7 +29,7 @@ public class ListLogs {
29
30
/** Expects an existing Stackdriver log name as an argument. */
31
public static void main(String... args) throws Exception {
32
- // [START listlogs]
+ // [START logging_list_log_entries]
33
// Instantiates a client
34
LoggingOptions options = LoggingOptions.getDefaultInstance();
35
@@ -50,6 +50,6 @@ public static void main(String... args) throws Exception {
50
} while (entries != null);
51
52
}
53
- // [END listlogs]
+ // [END logging_list_log_entries]
54
55
0 commit comments