Retrieve list of log names from Google Cloud Stackdriver API with Python -
i'm using google's stackdriver logging client libraries python programmatically retrieve log entries, similar using gcloud beta logging read.
stackdriver provide api retrieve list of log names, gcloud beta logging logs list uses.
how can use api python client libraries? couldn't find in docs.
Comments
Post a Comment