Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
static Payload.JsonPayload |
Payload.JsonPayload.of(Map<String,?> data)
Creates a log entry payload given its JSON data represented as a map.
|
static Payload.JsonPayload |
Payload.JsonPayload.of(Struct data)
Creates a log entry payload given its JSON data represented as a protobuf struct.
|
Copyright © 2019 Google LLC. All rights reserved.