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