An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 765227853
feat: A new field `thought_signature` is added to message `.google.cloud.aiplatform.v1.Part`
feat: A new field `thought` is added to message `.google.cloud.aiplatform.v1.Part`
docs: allow field `thought` to be set as input
PiperOrigin-RevId: 764850502
feat: A new field `thought` is added to message `.google.cloud.aiplatform.v1.Part`
feat: A new field `thought_signature` is added to message `.google.cloud.aiplatform.v1.GenerationConfig.ThinkingConfig`
PiperOrigin-RevId: 764447916
docs: A comment for message `RagFileParsingConfig` is updated.
docs: A comment for field `global_max_embedding_requests_per_min` in message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` is updated.
PiperOrigin-RevId: 763909021
feat: add a project ID to table reference so that org parents can create single table discovery configs.
feat: new fields for data profile finding.
docs: various doc revisions
PiperOrigin-RevId: 763907074
feat: add a model_scores field in SearchResponse.results to expose model quality signals
feat: data_source_id replaces primary_feed_id in MerchantCenterFeedFilter
PiperOrigin-RevId: 763884353
feat: support BYOSA
docs: A comment for message `ObjectConditions` is changed
docs: A comment for field `list_url` in message `.google.storagetransfer.v1.HttpData` is changed
docs: A comment for field `overwrite_objects_already_existing_in_sink` in message `.google.storagetransfer.v1.TransferOptions` is changed
docs: A comment for field `end_time_of_day` in message `.google.storagetransfer.v1.Schedule` is changed
docs: A comment for enum value `COPY` in enum `LoggableAction` is changed
PiperOrigin-RevId: 762602696
docs: add note that managedFolders are supported for GetIamPolicy and SetIamPolicy
docs: add note that Bucket.project output format is always project number format
docs: add explicit Optional annotations to fields that have always been treated as optional
feat: add Object.Retention message
PiperOrigin-RevId: 761533501
docs: A comment for method `DeleteOnlineReturnPolicy` in service `OnlineReturnPolicyService` is changed
docs: A comment for field `parent` in message `.google.shopping.merchant.accounts.v1beta.CreateOnlineReturnPolicyRequest` is changed
docs: A comment for field `online_return_policy` in message `.google.shopping.merchant.accounts.v1beta.CreateOnlineReturnPolicyRequest` is changed
docs: A comment for message `UpdateOnlineReturnPolicyRequest` is changed
docs: A comment for field `online_return_policy` in message `.google.shopping.merchant.accounts.v1beta.UpdateOnlineReturnPolicyRequest` is changed
docs: A comment for field `update_mask` in message `.google.shopping.merchant.accounts.v1beta.UpdateOnlineReturnPolicyRequest` is changed
docs: A comment for field `accept_defective_only` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed
docs: A comment for field `process_refund_days` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed
docs: A comment for field `accept_exchange` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed
docs: A comment for field `return_label_source` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed
PiperOrigin-RevId: 761191869
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 759724486
* build: implement matrix strategy for DIREGAPIC action
* build: add alpha compute files
* build: Include API channel in auto-generated PR
* build: fix matrix specification
* build: Have DIREGAPIC action use triggering ref or default branch
* build: remove the field ScratchDisks
The field was also removed purposefully in v1
* build: Add v1 proto for use as "previous proto" in conversion
* build: allow all matrix jobs to complete even if some fail
* build: fix location of fail-fast setting
The original reference I used had it in the wrong place.
Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
* build: Disable PHP and C# builds for alpha
PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.
* build: Disable Ruby generation
This was causing some errors, too.
* build: fix version in Discovery file before further processing
* build: jq is supposedly pre-installed in GitHub actions
* feat: Move alpha to v1alpha in all paths
* build: We do need to install jq
* build: Try installing without sudo
sudo is not found!
* build: Fix regex
"version" is the last field, so it has no trailing comma
* build: Fix Go imports in BUILD
* build: prepare for processing beta: copy files from alpha
* build: update the beta file contents to refer to beta symbols
* build: configure action to run for beta as well.
* build: Have each channel use its own branch for the PR
* Update syntax for matrix.version in branch name
* add initial versions of alpha/beta discovery docs
* Revert "add initial versions of alpha/beta discovery docs"
This reverts commit 489a29cdc5.
* stage discovery docs
* remove alpha
* add compute.v1beta.json which is needed for kokoro presubmit
* build: add python settings
* import changes from PR 1035
* clean up
* clean up
* Remove redundant bazelisk build
---------
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
feat: A new field 'enforced_retention_end_time' in message 'google.cloud.netapp.v1.Backup' is added
feat: New fields 'custom_performance_enabled', 'total_throughput_mibps', 'total_iops' in message 'google.cloud.netapp.v1.StoragePool' are added
docs: A comment for field `transfer_bytes` in message `.google.cloud.netapp.v1.TransferStats` is changed
PiperOrigin-RevId: 759339617