Read the data related to the log entry identified by id. This returns a single log entry representation as specified in the schema.
(ctx context.Context, id string, opts ...management.RequestOption)
| 12 | // Read the data related to the log entry identified by id. This returns a |
| 13 | // single log entry representation as specified in the schema. |
| 14 | Read(ctx context.Context, id string, opts ...management.RequestOption) (l *management.Log, err error) |
| 15 | |
| 16 | // List all log entries that match the specified search criteria (or lists all |
| 17 | // log entries if no criteria are used). Set custom search criteria using the |
no outgoing calls