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 model_scores field in SearchResponse.results to expose model quality signals
feat: data_source_id replaces primary_feed_id in MerchantCenterFeedFilter
PiperOrigin-RevId: 763884353
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
feat: added DVRSession methods to support DVR feature
docs: Clarified GCS in the comment for method `DeleteClip` in service `LivestreamService`
docs: Updated comment for field `update_mask` in message `.google.cloud.video.livestream.v1.UpdateInputRequest` to indicate updates in `tier` field are allowed
docs: A comment for field `requested_cancellation` in message `.google.cloud.video.livestream.v1.OperationMetadata` is changed to clarify error type
PiperOrigin-RevId: 758761402
feat: Deprecate the `Actor.email` field and add `username` to replace it
feat: Annotate `Comment.plain_text_body` as deprecated (it was already deprecated, but now we're adding the annotation for it)
PiperOrigin-RevId: 758717798
feat: Add RestoreChannel field in RestorePlan
feat: Add BackupConfig of Backups in BackupPlanBinding
feat: Add support for Project ID in BackupChannel and RestoreChannel
docs: minor documentation fixes
PiperOrigin-RevId: 758503180
feat: Adding CommercialInfo message to the Listing and Subscription resources
feat: Adding allow_only_metadata_sharing to Listing resource
feat: Adding routine field to the SharedResource message
feat: Adding DestinationDataset to the Subscription resource
feat: Adding delete_commercial and revoke_commercial to DeleteListingRequest and RevokeSubscriptionRequest
PiperOrigin-RevId: 758114056