Skip to content

chore: Update generation configuration at Fri Feb 13 02:59:52 UTC 2026#11928

Merged
jinseopkim0 merged 13 commits intomainfrom
generate-libraries-main
Feb 13, 2026
Merged

chore: Update generation configuration at Fri Feb 13 02:59:52 UTC 2026#11928
jinseopkim0 merged 13 commits intomainfrom
generate-libraries-main

Conversation

@cloud-java-bot
Copy link
Collaborator

@cloud-java-bot cloud-java-bot commented Feb 7, 2026

This pull request is generated with proto changes between googleapis/googleapis@39bd091 (exclusive) and googleapis/googleapis@6eead6e (inclusive).

BEGIN_COMMIT_OVERRIDE
BEGIN_NESTED_COMMIT
feat: [maps-places] Add googleMapsTypeLabel field to show type information on Google Maps
feat: [maps-places] Add googleMapsLinks field for links to different actions on Google Maps
fix!: [maps-places] An existing field topic is removed from message .google.maps.places.v1.ContentBlock
fix!: [maps-places] An existing field references is removed from message .google.maps.places.v1.ContentBlock
docs: [maps-places] A comment for field reviews in message .google.maps.places.v1.ContextualContent is changed
docs: [maps-places] A comment for field photos in message .google.maps.places.v1.ContextualContent is changed

PiperOrigin-RevId: 869356577

Source Link: googleapis/googleapis@6eead6e
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [storagebatchoperations] add QUEUED state to Storage Batch Operations API
feat: [storagebatchoperations] add bucket operations
feat: [storagebatchoperations] add is_multi_bucket_job output field added to StorageBatchOperations Job

PiperOrigin-RevId: 869283881

Source Link: googleapis/googleapis@fb371ad
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [saasservicemgmt] Add AppHub related condition types to Deployment protos

PiperOrigin-RevId: 869245151

Source Link: googleapis/googleapis@772f196
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [kms] Added DeleteCryptoKey and DeleteCryptoKeyVersion RPCs to permanently remove resources
feat: [kms] Introduced the RetiredResource resource to track records of deleted keys and prevent the reuse of their resource names
feat: [kms] Added ListRetiredResources and GetRetiredResource RPCs to manage and view these records

PiperOrigin-RevId: 868670725

Source Link: googleapis/googleapis@f248ed0
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [databasecenter] Adding Method QueryIssues of Database Center API v1beta
docs: [databasecenter] A comment for field maintenance_version in message .google.cloud.databasecenter.v1beta.MaintenanceInfo is changed
docs: [databasecenter] A comment for field filter in message .google.cloud.databasecenter.v1beta.QueryDatabaseResourceGroupsRequest is changed
docs: [databasecenter] A comment for field order_by in message .google.cloud.databasecenter.v1beta.QueryDatabaseResourceGroupsRequest is changed
docs: [databasecenter] A comment for field filter in message .google.cloud.databasecenter.v1beta.AggregateIssueStatsRequest is changed
docs: [databasecenter] A comment for field filter in message .google.cloud.databasecenter.v1beta.AggregateFleetRequest is changed
docs: [databasecenter] A comment for field order_by in message .google.cloud.databasecenter.v1beta.AggregateFleetRequest is changed
docs: [databasecenter] A comment for message AggregateFleetResponse is changed

PiperOrigin-RevId: 868397264

Source Link: googleapis/googleapis@9eea40c
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [discoveryengine] add Natural Language Query Understanding fields and messages to DiscoveryEngine request, response, and datastore messages
feat: [discoveryengine] add CrowdingSpec to SearchRequest to set crowding settings
feat: [discoveryengine] add output-only field SemanticState to SearchResponse.
docs: [discoveryengine] update documentation for search and data store NLQ features
docs: [discoveryengine] other misc documentation updates

Clients can specify Natural Language Query Understanding-related fields, as well as CrowdingSpec. These features are available in the V1 APIs.

PiperOrigin-RevId: 868345232

Source Link: googleapis/googleapis@56bc1b4
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [aiplatform] add max_concurrent_active_run_count field to Schedule message

PiperOrigin-RevId: 868308825

Source Link: googleapis/googleapis@ce85add
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix!: [auditmanager] A new packaging option cloud.google.com/go/auditmanager/apiv1main/auditmanagerpb;auditmanagerpb for go_package is added
fix!: [auditmanager] An existing packaging option google.golang.org/genproto/googleapis/cloud/auditmanager/v1;auditmanager for go_package is removed

PiperOrigin-RevId: 868282499

Source Link: googleapis/googleapis@3b4ba52
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [dataform] Update GCP Client Libraries in v1beta1 to support Folders, TeamFolders, and other relevant APIs

The v1beta1 API now includes support for Folders and TeamFolders, allowing users to organize repositories and files hierarchically and manage access controls.

New Features:

  • Added TeamFolder resource and methods:
    CreateTeamFolder, GetTeamFolder, UpdateTeamFolder, DeleteTeamFolder
    QueryTeamFolderContents to list folder contents.
    SearchTeamFolders to search for TeamFolders.
  • Added Folder resource and methods:
    CreateFolder, GetFolder, UpdateFolder, DeleteFolder
    QueryFolderContents to list folder contents.
    Added MoveFolder to move Folders between TeamFolders, other Folders, or the user root folder.
  • Added MoveRepository to move Repositories between TeamFolders, Folders, or the user root folder.
  • Added QueryUserRootContents to list contents of a user's root folder.
    Repository resource now includes containing_folder and team_folder_name fields to indicate its location within the folder hierarchy.
  • IAM methods (GetIamPolicy, SetIamPolicy, TestIamPermissions) now support Folder and TeamFolder resources for access control management
    docs: [dataform] A comment for field force in message .google.cloud.dataform.v1beta1.DeleteRepositoryRequest is changed
    PiperOrigin-RevId: 868182714

Source Link: googleapis/googleapis@e1c1073
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [aiplatform] A new field predefined_metric_spec is added to message .google.cloud.aiplatform.v1beta1.Metric
feat: [aiplatform] A new field computation_based_metric_spec is added to message .google.cloud.aiplatform.v1beta1.Metric
feat: [aiplatform] A new field llm_based_metric_spec is added to message .google.cloud.aiplatform.v1beta1.Metric
feat: [aiplatform] A new field metric_results is added to message .google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse
feat: [aiplatform] A new message MetricResult is added
feat: [aiplatform] A new message PredefinedMetricSpec is added
feat: [aiplatform] A new message ComputationBasedMetricSpec is added
feat: [aiplatform] A new message LLMBasedMetricSpec is added
docs: [aiplatform] A comment for message EvaluateDatasetResponse is changed
docs: [aiplatform] A comment for field aggregation_output in message .google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse is changed
docs: [aiplatform] A comment for field output_info in message .google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse is changed
docs: [aiplatform] A comment for message OutputInfo is changed
docs: [aiplatform] A comment for message Metric is changed
docs: [aiplatform] A comment for enum AggregationMetric is changed

PiperOrigin-RevId: 867799029

Source Link: googleapis/googleapis@7f62014
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [aiplatform] add model_armor_config to GeminiExample

PiperOrigin-RevId: 867736163

Source Link: googleapis/googleapis@4fa7f90
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [aiplatform] add max_concurrent_active_run_count field to Schedule message

PiperOrigin-RevId: 866530570

Source Link: googleapis/googleapis@725496d
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: [maps-solar] Add satellite imagery to rgb_url description
docs: [maps-solar] Add pre-GA details for Experiments enum

PiperOrigin-RevId: 866492024

Source Link: googleapis/googleapis@a65054d
END_NESTED_COMMIT
END_COMMIT_OVERRIDE

@cloud-java-bot cloud-java-bot requested a review from a team as a code owner February 7, 2026 02:53
@cloud-java-bot cloud-java-bot changed the title chore: Update generation configuration at Sat Feb 7 02:52:52 UTC 2026 chore: Update generation configuration at Tue Feb 10 03:00:33 UTC 2026 Feb 10, 2026
@cloud-java-bot cloud-java-bot changed the title chore: Update generation configuration at Tue Feb 10 03:00:33 UTC 2026 chore: Update generation configuration at Wed Feb 11 03:00:11 UTC 2026 Feb 11, 2026
@snippet-bot
Copy link

snippet-bot bot commented Feb 11, 2026

Here is the summary of changes.

You are about to add 98 region tags.
You are about to delete 2 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@cloud-java-bot cloud-java-bot changed the title chore: Update generation configuration at Wed Feb 11 03:00:11 UTC 2026 chore: Update generation configuration at Thu Feb 12 02:59:46 UTC 2026 Feb 12, 2026
@cloud-java-bot cloud-java-bot changed the title chore: Update generation configuration at Thu Feb 12 02:59:46 UTC 2026 chore: Update generation configuration at Fri Feb 13 02:59:52 UTC 2026 Feb 13, 2026
@jinseopkim0 jinseopkim0 enabled auto-merge (squash) February 13, 2026 16:46
@jinseopkim0 jinseopkim0 merged commit 1041e03 into main Feb 13, 2026
42 of 44 checks passed
@jinseopkim0 jinseopkim0 deleted the generate-libraries-main branch February 13, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants