gcloud icon indicating copy to clipboard operation
gcloud copied to clipboard

High-level interfaces to Google Cloud Platform APIs

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

Hello there, can we support googleapis 13.1.0 which was released 10 days ago? Thank you, have a good day.

To use an existing subscription, we must look it up with `pubsub.lookupSubscription(name)`. This translates to `ProjectsSubscriptionsResource.get` in `package:googleapis/pubsub/v1.dart`, which requires "Pub/Sub Viewer" role. However, this role is not needed to...

**Description:** I'm currently using the `gcloud` package in my Dart application to work with Cloud Datastore. However, I encountered an issue when trying to use the package with the Cloud...

type-enhancement

The Storage library does not expose a way to [fetch a signed URL](https://cloud.google.com/storage/docs/access-control/create-signed-urls-program) at the moment. To do this in our app, we currently need to deploy a copy of...

So i am encoding to bucket key the object metadata like this: `accountantBusinessName=Ing. Monika Frydrychová,accountantBusinessId=86556231/clientBusinessName=Ladislav Zítka,clientBusinessId=74819071/incoming/documentId=fec70948-6a33-4ff5-bb27-ada7f834b283.jpg` But when written in google cloud storage some of characters are encoded which is...

Are there any plans to improve non-nullable fields on Models? Right now, if I'm not mistaken, all fields need to be nullable, so the library can construct them. I think...

Would it be possible to add [projection queries](https://cloud.google.com/datastore/docs/concepts/queries#projection_queries)? e.g. key only queries > It is often more economical to do a keys-only query first, and then fetch a subset of...

Hi, Thank you for the amazing plugin, I hope you don't mind if I ask several questions regarding Cloud Pub/Sub, I am wondering how to get continuous message stream of...

Is there any way to pull multiple message at a time using this package?

Event though `ProjectsSubscriptionsResourceApi` has a `seek` method, it is not exposed on `Subscription` itself. Is there any way I can actually do a `seek` then?