Commit graph

7876 commits

Author SHA1 Message Date
Victor Chudnovsky
1d424ebe92 clarify TODOs 2025-05-30 15:15:21 -07:00
Victor Chudnovsky
0b315c2695 build: temporarily comment out C# and Ruby build rules 2025-05-30 13:00:53 -07:00
Google APIs
89d75d55e2 feat: add network_attachment to PscInterfaceConfig
feat: add psc_interface_config to CustomJobSpec
feat: add psc_interface_config to PersistentResource
feat: add psc_interface_config to PipelineJob

PiperOrigin-RevId: 765264778
2025-05-30 11:18:21 -07:00
Google APIs
d03cc13314 fix: upgrade gRPC service registration func
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
2025-05-30 09:45:36 -07:00
Google APIs
021fc2e17e docs: fix various typos in commentary
PiperOrigin-RevId: 764977880
2025-05-29 19:14:36 -07:00
Google APIs
8e81724ff7 feat: Expose URL Context API to v1
PiperOrigin-RevId: 764946762
2025-05-29 17:17:39 -07:00
Google APIs
69f9caad26 feat: Expose URL Context API to v1beta1
PiperOrigin-RevId: 764899677
2025-05-29 15:03:48 -07:00
Google APIs
93f5d45535 feat: A new field include_thoughts is added to message .google.cloud.aiplatform.v1.GenerationConfig.ThinkingConfig
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
2025-05-29 13:05:11 -07:00
Google APIs
821be1529e chore: Remove auto-generated Java snippets for google/maps/places/v1
PiperOrigin-RevId: 764789504
2025-05-29 10:35:41 -07:00
Google APIs
ea40277431 feat: A new field include_thoughts is added to message .google.cloud.aiplatform.v1.Part
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
2025-05-28 15:46:54 -07:00
Google APIs
7e94d69d44 docs: remove auto-generated snippets for google/maps/places/v1
PiperOrigin-RevId: 764327453
2025-05-28 10:45:10 -07:00
Google APIs
b5d96b585f docs: update enum descriptions for DatasetView
docs: remove preview labels for job creation optional fields

PiperOrigin-RevId: 764293653
2025-05-28 09:25:33 -07:00
Google APIs
361c4941cc docs: Add clarifications on IAP CorsSettings behavior
docs: Minor updates on GcipSettings description

PiperOrigin-RevId: 763926233
2025-05-27 13:32:21 -07:00
Google APIs
07ab54bca5 feat: Introduce RAG as context/memory store for Gemini Live API
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
2025-05-27 12:48:23 -07:00
Google APIs
d8bb284d3d feat: add Dataplex Catalog action for discovery configs
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
2025-05-27 12:43:42 -07:00
Google APIs
6d09280130 feat: add a user_attributes field in SearchRequest that can be used for personalization
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
2025-05-27 11:45:27 -07:00
Google APIs
9a49a7dd1b feat: add v1beta version of Workspace Events API
PiperOrigin-RevId: 763834740
2025-05-27 09:50:16 -07:00
Google APIs
0cda37e7ad feat: Creating a simple proto addition for the new publicAlerts endpoint of the weather API (b/418513681) this is done to get the proto up and available faster for other team members to parallelize work, we have a task to create the full proto as well b/416443465
PiperOrigin-RevId: 763683252
2025-05-27 01:47:00 -07:00
Google APIs
0a4ce50a66 build: ensure there's only a single service config file for the Spanner Admin Instances API
PiperOrigin-RevId: 763646865
2025-05-26 23:40:12 -07:00
Google APIs
9bed6f0778 feat: add topology_manager in NodeKubeletConfig
feat: add image_gc_low_threshold_percent in NodeKubeletConfig
feat: add image_gc_high_threshold_percent in NodeKubeletConfig
feat: add image_minimum_gc_age in NodeKubeletConfig
feat: add image_maximum_gc_age in NodeKubeletConfig
feat: add container_log_max_size in NodeKubeletConfig
feat: add container_log_max_files in NodeKubeletConfig
feat: add allowed_unsafe_sysctls in NodeKubeletConfig
feat: add TopologyManager
feat: add MemoryManager
feat: add storage_pools in NodeConfig
feat: add max_run_duration in NodeConfig
feat: add local_ssd_encryption_mode in NodeConfig
feat: add effective_cgroup_mode in NodeConfig
feat: add flex_start in NodeConfig
feat: add performance_monitoring_unit in AdvancedMachineFeatures
feat: add parallelstore_csi_driver_config in AddonsConfig
feat: add high_scale_checkpointing_config in AddonsConfig
feat: add private_endpoint_enforcement_enabled in MasterAuthorizedNetworksConfig
feat: add alpha_cluster_feature_gates in Cluster
feat: add pod_autoscaling in Cluster
feat: add control_plane_endpoints_config in Cluster
feat: add user_managed_keys_config in Cluster
feat: add rbac_binding_config in Cluster
feat: add anonymous_authentication_config in Cluster
feat: add linux_node_config in NodePoolAutoConfig
feat: add desired_default_enable_private_nodes in ClusterUpdate
feat: add desired_control_plane_endpoints_config in ClusterUpdate
feat: add desired_pod_autoscaling in ClusterUpdate
feat: add user_managed_keys_config in ClusterUpdate
feat: add desired_rbac_binding_config in ClusterUpdate
feat: add desired_enterprise_config in ClusterUpdate
feat: add desired_disable_l4_lb_firewall_reconciliation in ClusterUpdate
feat: add desired_node_pool_auto_config_linux_node_config in ClusterUpdate
feat: add desired_compliance_posture_config in ClusterUpdate
feat: add desired_anonymous_authentication_config in ClusterUpdate
feat: add storage_pools in UpdateNodePoolRequest
feat: add max_run_duration in UpdateNodePoolRequest
feat: add flex_start in UpdateNodePoolRequest
feat: add upgrade_target_version in ReleaseChannelConfig
feat: add NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS in StatusCondition.Code
feat: add disable_l4_lb_firewall_reconciliation in NetworkConfig
feat: add UPGRADE_INFO_EVENT in NotificationConfig.EventType
feat: add confidential_instance_type in ConfidentialNodes
feat: add event_type in UpgradeInfoEvent
feat: add standard_support_end_time in UpgradeInfoEvent
feat: add extended_support_end_time in UpgradeInfoEvent
feat: add mitigated_versions in SecurityBulletinEvent
feat: add autopilot_compatibility_auditing_enabled in WorkloadPolicyConfig
feat: add KCP_HPA in LoggingComponentConfig.Component
feat: add JOBSET in MonitoringComponentConfig.Component
feat: add auto_monitoring_config in ManagedPrometheusConfig
feat: add data_cache_count in EphemeralStorageLocalSsdConfig
feat: add FetchClusterUpgradeInfoRequest
feat: add ClusterUpgradeInfo
feat: add UpgradeDetails
feat: add FetchNodePoolUpgradeInfoRequest
feat: add NodePoolUpgradeInfo
docs: Minor documentation updates

PiperOrigin-RevId: 763307848
2025-05-26 00:28:45 -07:00
Google APIs
17b10a69d4 feat: add support for Model Armor v1beta API
PiperOrigin-RevId: 763267768
2025-05-25 21:32:13 -07:00
Google APIs
bbeb0530ac feat: support Azure federated identity
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
2025-05-23 16:07:29 -07:00
Google APIs
d5cdff26c8 feat: add ImportIndex to IndexService
PiperOrigin-RevId: 762570246
2025-05-23 14:33:58 -07:00
Google APIs
8cf16d3bc5 feat: add topology_manager in NodeKubeletConfig
feat: add image_gc_low_threshold_percent in NodeKubeletConfig
feat: add image_gc_high_threshold_percent in NodeKubeletConfig
feat: add image_minimum_gc_age in NodeKubeletConfig
feat: add image_maximum_gc_age in NodeKubeletConfig
feat: add container_log_max_size in NodeKubeletConfig
feat: add container_log_max_files in NodeKubeletConfig
feat: add allowed_unsafe_sysctls in NodeKubeletConfig
feat: add max_run_duration in NodeConfig
feat: add flex_start in NodeConfig
feat: add performance_monitoring_unit in AdvancedMachineFeatures
feat: add high_scale_checkpointing_config in AddonsConfig
feat: add alpha_cluster_feature_gates in Cluster
feat: add pod_autoscaling in Cluster
feat: add desired_pod_autoscaling in ClusterUpdate
feat: add desired_disable_l4_lb_firewall_reconciliation in ClusterUpdate
feat: add desired_anonymous_authentication_config in ClusterUpdate
feat: add max_run_duration in UpdateNodePoolRequest
feat: add flex_start in UpdateNodePoolRequest
feat: add NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS in StatusCondition.Code
feat: add disable_l4_lb_firewall_reconciliation in NetworkConfig
feat: add UPGRADE_INFO_EVENT in NotificationConfig.EventType
feat: add confidential_instance_type in ConfidentialNodes
feat: add event_type in UpgradeInfoEvent
feat: add standard_support_end_time in UpgradeInfoEvent
feat: add extended_support_end_time in UpgradeInfoEvent
feat: add mitigated_versions in SecurityBulletinEvent
feat: add autopilot_compatibility_auditing_enabled in WorkloadPolicyConfig
feat: add KCP_HPA in LoggingComponentConfig.Component
feat: add JOBSET in MonitoringComponentConfig.Component
feat: add auto_monitoring_config in ManagedPrometheusConfig
feat: add data_cache_count in EphemeralStorageLocalSsdConfig
feat: add FetchClusterUpgradeInfoRequest
feat: add ClusterUpgradeInfo
feat: add UpgradeDetails
feat: add FetchNodePoolUpgradeInfoRequest
feat: add NodePoolUpgradeInfo
docs: Minor documentation updates

PiperOrigin-RevId: 762300747
2025-05-23 00:37:42 -07:00
Google APIs
32a745de44 fix!: An existing google.api.http annotation http_uri is changed for method UpdateLicensePool in service LicenseManagementService
PiperOrigin-RevId: 762268423
2025-05-22 22:33:07 -07:00
Google APIs
fa3a7b6b12 chore: Fix gem name for google-shopping-merchant-issue_resolution-v1beta
PiperOrigin-RevId: 762119513
2025-05-22 14:10:27 -07:00
Google APIs
10878b0339 feat: add Managed Kafka ACL API
PiperOrigin-RevId: 762087424
2025-05-22 12:54:40 -07:00
Google APIs
488c8cc0d4 feat: add IpFilter to Bucket
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
2025-05-21 08:27:15 -07:00
Google APIs
c1af7f23f5 feat: Add SchemaViolationReason to IngestionFailureEvent
docs: Standardize spelling of "acknowledgment" in Pub/Sub protos

PiperOrigin-RevId: 761506540
2025-05-21 06:52:57 -07:00
yoshi-code-bot
a72e9397ba
feat: Update Compute Engine v1beta API to revision 20250511 (#1041) 2025-05-21 05:58:39 -04:00
Google APIs
443957ba92 chore: just removing C++ arenas in generated code
PiperOrigin-RevId: 761402193
2025-05-21 00:34:05 -07:00
Google APIs
c3203b36e5 feat: A new method_signature parent,online_return_policy is added to method CreateOnlineReturnPolicy in service OnlineReturnPolicyService
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
2025-05-20 12:46:51 -07:00
Google APIs
c799c5126c docs: Remove unnecessary curl and Python documentation
PiperOrigin-RevId: 761143897
2025-05-20 10:46:33 -07:00
Google APIs
a4367c5258 docs: Annotate all names with IDENTIFIER
docs: Use backticks around `username` in documentation for `Actor.email`

PiperOrigin-RevId: 761132326
2025-05-20 10:16:32 -07:00
Google APIs
7d43527b92 feat: add VertexAISearch.max_results, filter, data_store_specs options
PiperOrigin-RevId: 760783731
2025-05-19 15:03:19 -07:00
Google APIs
a3ca33f484 feat: add VertexAISearch.max_results, filter, data_store_specs options
PiperOrigin-RevId: 760782195
2025-05-19 14:59:04 -07:00
Google APIs
3ef440a014 docs: Update Cloud Support RPC comments to no longer include cURL and Python examples
PiperOrigin-RevId: 760759691
2025-05-19 13:57:32 -07:00
Anthonios Partheniou
1a22026af1
build(python): add service_yaml and rest_numeric_enums configurations (#1040) 2025-05-19 06:11:51 -04:00
Google APIs
8fe4ca0046 chore: Fix Ruby gem names for IAM v3 and v3beta
PiperOrigin-RevId: 759745927
2025-05-16 14:01:01 -07:00
Google APIs
cbc536a4cd feat: add throughput_mode to UpdateDatabaseDdlRequest to be used by Spanner Migration Tool. See https://github.com/GoogleCloudPlatform/spanner-migration-tool
PiperOrigin-RevId: 759735605
2025-05-16 13:32:39 -07:00
Google APIs
bab01b38ef fix: upgrade gRPC service registration func
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
2025-05-16 13:00:01 -07:00
Google APIs
b52db303ad feat: adding thoughts_token_count to v1beta1 client library
PiperOrigin-RevId: 759721742
2025-05-16 12:52:24 -07:00
Google APIs
f7cd2cb6f4 feat: adding thoughts_token_count to prediction service
PiperOrigin-RevId: 759720969
2025-05-16 12:49:40 -07:00
Google APIs
71a251e2bf feat: add encryption_spec to Model Monitoring public preview API
PiperOrigin-RevId: 759653857
2025-05-16 09:56:50 -07:00
yoshi-code-bot
24cb98265e
chore: minor formatting 2025-05-16 11:39:31 -04:00
Anthonios Partheniou
2fc3abef31
feat: add google/cloud/compute/v1beta (#1033)
* 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>
2025-05-16 11:13:37 -04:00
Google APIs
b1161bf17c feat: Support adding a workflow action to execute a Data Preparation node
docs: Updated the formatting in some comments in multiple services

PiperOrigin-RevId: 759511972
2025-05-16 01:52:11 -07:00
Google APIs
e82ef048ff feat: Support adding a workflow action to execute a Data Preparation node
docs: Updated the formatting in some comments in multiple services

PiperOrigin-RevId: 759506593
2025-05-16 01:34:55 -07:00
Google APIs
90c451942d feat: A new message 'google.cloud.netapp.v1.BackupRetentionPolicy' is added in 'google.cloud.netapp.v1.BackupVault'
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
2025-05-15 16:04:42 -07:00
Google APIs
64a5e680d7 feat: Add OmnichannelSetingsService, LfpProvidersService and GbpAccountsService
PiperOrigin-RevId: 759329567
2025-05-15 15:38:34 -07:00