google-api-java-client-services icon indicating copy to clipboard operation
google-api-java-client-services copied to clipboard

Generated Java code for Google APIs

Results 73 google-api-java-client-services issues
Sort by recently updated
recently updated
newest added

Hi I am using the [watch](https://developers.google.com/calendar/api/v3/reference/events/watch?hl=ko) to receive [push notifications](https://developers.google.com/admin-sdk/reports/v1/guides/push?hl=ko) when events change. I have successfully created a channel. ``` { "expiration": 1714380331000, "id": "", "kind": "api#channel", "resourceId": "", "resourceUri":...

type: question
priority: p2
api: calendar

It pertains to the encoding of sheet names containing a plus sign ("+"). When making API calls to retrieve data from a spreadsheet, if the sheet name includes a plus...

type: bug
priority: p3

I'm using v2-rev20240229-2.0.0 and want to create a non-incremental materialized view, so i created MaterializedViewDefinition like: ```java val viewDef = new MaterializedViewDefinition viewDef.setQuery(query).setAllowNonIncrementalDefinition(true).setMaxStaleness("INTERVAL \"4\" HOUR") ``` got error: ```json {...

type: docs
api: bigquery
priority: p3

https://github.com/googleapis/google-api-java-client-services/blob/a08060cbcdae8b1c19474223cf3b63d4f4289247/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/CloudAsset.java#L2776 Hi, I'm using CloudAsset.V1.AnalyzeIamPolicy for finding list of permissions for a specific service account on a specific project. When I'm using setAnalysisQueryAccessSelectorPermissions(List.of("bigquery.datasets.get")) for CloudAsset.V1.AnalyzeIamPolicy request I'm receiving response without...

type: question
priority: p2
api: cloudasset

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

type: question
priority: p3

#### Environment details 1. Specify the API at the beginning of the title. Calendar API 2. OS type and version: Android target SDK 33 3. Java version: Android 13 4....

type: bug
api: calendar
priority: p3

Implement Getters/ Setters + Universe Domain Validation.

type: feature request
priority: p2

https://github.com/googleapis/google-api-java-client-services/blob/a08060cbcdae8b1c19474223cf3b63d4f4289247/clients/google-api-services-storage/v1/2.0.0/README.md?plain=1#L42 Points to `latest`, but `latest` redirects to `v1beta2-rev20191127-1.30.10` It should actually point to [v1-rev20231202-2.0.0](https://googleapis.dev/java/google-api-services-storage/v1-rev20231202-2.0.0/index.html)

type: docs
priority: p3

This demonstrates that direct upload is not "respected" if we use the following [suggestion](https://github.com/googleapis/google-api-java-client/blob/main/docs/media-upload.md#direct-media-upload) ``` mediaHttpUploader.setDirectUploadEnabled(true); ``` The logger shows both requests with `?uploadType=multipart` The discovery doc specifies that this...

Codegen fails consistently for certain directories: https://github.com/googleapis/google-api-java-client-services/actions/runs/7081306985/job/19270409870, https://github.com/googleapis/google-api-java-client-services/actions/runs/7094581737/job/19310106460#step:6:99 `./google-api-java-client-services/.github/workflows/generate.sh walletobjects` `./google-api-java-client-services/.github/workflows/generate.sh bigquerydatapolicy`

type: process
priority: p2