Brent Shaffer

Results 184 issues of Brent Shaffer

A customer has reported an error when using this codelab: https://cloud.google.com/channel/docs/codelabs/workspace/provisioning They are getting an error at step 4: Create a Google Workspace entitlement ```php // This call returns a...

type: bug
priority: p2

Remove the DEV dependency on `google/cloud-core` for the following packages: `Asset`, `AutoMl`, `BigQueryDataTransfer`, `Compute`, `Container`, `Dataproc`, `Dialogflow`, `Dlp`, `ErrorReporting`, `Iot`, `Kms`, `Monitoring`, `OsLogin`, `Redis`, `Scheduler`, `Tasks`, `TextToSpeech`, and `VideoIntelligence`. This...

- Updates `RequestWrapperTrait::getCredentialsFetcher` to call `useJwtAccessWithScopes`. This will enable Self-Signed JWTs for all handwritten client libraries by default. - Passes in a default scope for the `StorageClient` so that scopes...

cla: yes

In the README of our packages, including the root README (which maybe it's ok there) we have the following: ``` We also provide the google/cloud package, which includes all Google...

type: feature request

This is pretty user-unfriendly.... ```php function myPubSubEvent(CloudEvent $event) { $cloudEventData = $event->getData(); $pubSubData = $cloudEventData['message']['data']; if ($pubSubData) { $name = htmlspecialchars(base64_decode($pubSubData)); } } ``` It's so user-unfriendly that our [own...

enhancement

Some of our client libraries (Firestore, Redis and Spanner) require the `grpc` PHP extension. Users have to include a `php.ini` file to enable the extension. Additionally many APIs (such as...

Feature request for registering the stream wrapper automatically in the functions framework: ```php // automatically register stream wrapper for easier access of GCS files // read $myGcsFile = file_get_contents('gs://my-gcs-bucket/my-gcs-file.txt'); //...

enhancement

For some cases, such as when a Heroku build pack is used, access to the `vendor` directory is disabled. This also may be a general best practice. We should try...

documentation
enhancement

For example, [`storage_projects_service_account_get`](https://github.com/GoogleCloudPlatform/elixir-google-api/blob/master/clients/storage/lib/google_api/storage/v1/api/projects.ex#L51) could just be `service_account_get`, since the function only exists in the `GoogleApi.Storage.V1.Api.Projects` module.

type: feature request

To ensure https://github.com/grpc/grpc-kotlin/issues/134 does not happen again, we should add tests for java/kotlin helloworld interopability.

enhancement
examples