gcloud icon indicating copy to clipboard operation
gcloud copied to clipboard

High-level interfaces to Google Cloud Platform APIs

Results 42 gcloud issues
Sort by recently updated
recently updated
newest added

Create a `Query.ancestor (Key ancestorKey)` method. I feel this code ``` db.query (Item) ..ancestor (itemsRoot) ..order ('name'); ``` is more readable than the one proposed in the tutorial: ``` query...

I was reading the Python API and I think this is an important feature to be able to easily implement complex models. For now what would be my best alternative?

I am reading the Python API and thought that `put` is a very convenient function, so I created my own implementation of a `Put` and `Delete` methods, which I wanted...

I tried to figure out what gcloud was :) Thanks!

This is a metabug which all Refactoring/Extending TODOs in the low level Datastore API can refer to. Currently the following changes should be done: - Partition: Add "dataset-id" - OrderDirection:...

The apiary implementation uses currently the '=' operator for IN queries and ensures the comparision list contains only one item. This is a placeholder bug for either - remove IN...

The datastore API has generally support for list values where only part of the values will be indexed. We currently either index all list values or none.

This is assumed to be a bug in Cloud Pub/Sub. Code in constructor _PushEventImpl.fromJson.

There are a few things we need to consider: - serializing/deserializing datastore.Key's (canonicalize to something) - comparing datastore.Key's correctly (taking the default partition, default namespace into account) - "String datasetId"...