Commit graph

8824 commits

Author SHA1 Message Date
Google APIs
e1c1073657 feat: 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: A comment for field `force` in message `.google.cloud.dataform.v1beta1.DeleteRepositoryRequest` is changed
PiperOrigin-RevId: 868182714
2026-02-10 09:25:16 -08:00
Google APIs
0d0c95cb8b fix!: An existing method QueryData is removed from service UniversalLedger as it is not yet ready for use
PiperOrigin-RevId: 868141869
2026-02-10 07:42:00 -08:00
Google APIs
7f62014053 feat: A new field predefined_metric_spec is added to message .google.cloud.aiplatform.v1beta1.Metric
feat: A new field `computation_based_metric_spec` is added to message `.google.cloud.aiplatform.v1beta1.Metric`
feat: A new field `llm_based_metric_spec` is added to message `.google.cloud.aiplatform.v1beta1.Metric`
feat: A new field `metric_results` is added to message `.google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse`
feat: A new message `MetricResult` is added
feat: A new message `PredefinedMetricSpec` is added
feat: A new message `ComputationBasedMetricSpec` is added
feat: A new message `LLMBasedMetricSpec` is added
docs: A comment for message `EvaluateDatasetResponse` is changed
docs: A comment for field `aggregation_output` in message `.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse` is changed
docs: A comment for field `output_info` in message `.google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse` is changed
docs: A comment for message `OutputInfo` is changed
docs: A comment for message `Metric` is changed
docs: A comment for enum `AggregationMetric` is changed

PiperOrigin-RevId: 867799029
2026-02-09 15:24:28 -08:00
Google APIs
21faf440e0 chore: update go_gapic_library importpath
PiperOrigin-RevId: 867756669
2026-02-09 13:48:00 -08:00
Google APIs
4fa7f90584 feat: add model_armor_config to GeminiExample
PiperOrigin-RevId: 867736163
2026-02-09 13:01:47 -08:00
Google APIs
725496d32a feat: add max_concurrent_active_run_count field to Schedule message
PiperOrigin-RevId: 866530570
2026-02-06 10:59:16 -08:00
Google APIs
a65054db0a docs: Add satellite imagery to rgb_url description
docs: Add pre-GA details for Experiments enum

PiperOrigin-RevId: 866492024
2026-02-06 09:21:39 -08:00
Google APIs
af8a8d5647 feat: add a DeleteFolderRecursive API definition
PiperOrigin-RevId: 866471251
2026-02-06 08:25:53 -08:00
Google APIs
39bd091b05 feat: A new field revisions is added to message .google.cloud.documentai.v1beta3.Evaluation
feat: A new field `document_type` is added to message `.google.cloud.documentai.v1beta3.ImportDocumentsRequest`
feat: A new field `document_prompt` is added to message `.google.cloud.documentai.v1beta3.DocumentSchema`
feat: A new field `enable_table_split` is added to message `.google.cloud.documentai.v1beta3.OcrConfig.LayoutParsingParams`
feat: Added new messages `Documents` and `RawDocuments` for inline document input
feat: The method `ReviewDocument` in `.google.cloud.documentai.v1beta3.DocumentProcessorService` is deprecated
feat: The field `skip_human_review` in messages `.google.cloud.documentai.v1beta3.ProcessRequest` and `.google.cloud.documentai.v1beta3.BatchProcessRequest` is deprecated
fix!: Removed the `SpannerIndexingConfig` message and the `spanner_indexing_config` field from `.google.cloud.documentai.v1beta3.Dataset`
BREAKING CHANGE: The `SpannerIndexingConfig` message and the `spanner_indexing_config` field within the `Dataset` message have been removed. Client code referencing these will need to stop referencing these in case of an error
docs: Updated comments for various fields and messages

PiperOrigin-RevId: 866382481
2026-02-06 03:34:56 -08:00
Google APIs
58b1634863 feat: add Vertex Multimodal Datasets as input and output types in google.cloud.aiplatform.v1beta1.BatchPredictionJob
PiperOrigin-RevId: 866379511
2026-02-06 03:24:09 -08:00
Google APIs
f2e9a88d93 feat: add Vertex Multimodal Datasets as input and output types in google.cloud.aiplatform.v1beta1.BatchPredictionJob
PiperOrigin-RevId: 866373820
2026-02-06 03:04:16 -08:00
Google APIs
4e434c1c1f feat: add Nvidia Attestation proto message with its relevant fields and ConfidentialGke options
PiperOrigin-RevId: 866189208
2026-02-05 17:42:26 -08:00
Google APIs
b95e828b5b feat:Alpha release of the DeveloperKnowledge resource, allowing integration of Google's developer knowledge base into your own applications and workflows
feat: Support for SearchDocuments from the DeveloperKnowledge resource
feat: Support for GetDocument (a single document) from the DeveloperKnowledge resource
feat: Support for BatchGetDocuments (multiple documents) from the DeveloperKnowledge resource

PiperOrigin-RevId: 866188364
2026-02-05 17:39:39 -08:00
Google APIs
fe4d9b3bca fix!: An existing default host visionai.googleapis.com is changed to warehouse-visionai.googleapis.com in service Warehouse
docs: A comment for field `page_size` in message `.google.cloud.visionai.v1.SearchIndexEndpointRequest` is changed
docs: A comment for field `relevance` in message `.google.cloud.visionai.v1.SearchResultItem` is changed

PiperOrigin-RevId: 866154811
2026-02-05 16:06:54 -08:00
Google APIs
2d0b3a154f feat: Adds GAPIC client libraries for the SQL Admin API
PiperOrigin-RevId: 866052303
2026-02-05 12:04:35 -08:00
Google APIs
28bcd0c295 docs: correct annotation on fractional_fee annotation to indicate it's optional
PiperOrigin-RevId: 866004594
2026-02-05 10:17:43 -08:00
Google APIs
466a47d6cd feat:Alpha release of the DeveloperKnowledge resource, allowing integration of Google's developer knowledge base into your own applications and workflows
feat: Support for SearchDocuments from the DeveloperKnowledge resource
feat: Support for GetDocument (a single document) from the DeveloperKnowledge resource
feat: Support for BatchGetDocuments (multiple documents) from the DeveloperKnowledge resource

PiperOrigin-RevId: 865647642
2026-02-04 17:12:39 -08:00
Google APIs
aa950c94fc chore: Updating the year of the copyright
PiperOrigin-RevId: 865612222
2026-02-04 15:40:53 -08:00
Google APIs
df993ddf3d chore: Updating the year of the copyright
PiperOrigin-RevId: 865609999
2026-02-04 15:36:31 -08:00
Google APIs
7df0c61f80 docs: update documentation of .google.cloud.aiplatform.v1beta1.Dataset and .google.cloud.aiplatform.v1beta1.DatasetVersion
feat: add resource_reference to the field `name` in message `.google.cloud.aiplatform.v1beta1.Dataset`
feat: add resource_reference to the field `name` in message `.google.cloud.aiplatform.v1beta1.DatasetVersion`

PiperOrigin-RevId: 865593864
2026-02-04 14:56:54 -08:00
Google APIs
eb79455ae0 feat: add DIRSUM_SHA256 hash type
PiperOrigin-RevId: 865552557
2026-02-04 13:26:04 -08:00
Google APIs
8d30990fb3 feat(spanner): include cache updates into the ResultSet response
docs: A comment for field `transaction_tag` in message `.google.spanner.v1.RequestOptions` is changed
docs: A comment for field `params` in message `.google.spanner.v1.PartitionQueryRequest` is changed
docs: A comment for field `param_types` in message `.google.spanner.v1.PartitionQueryRequest` is changed
docs: A comment for field `commit_timestamp` in message `.google.spanner.v1.BatchWriteResponse` is changed

PiperOrigin-RevId: 865546011
2026-02-04 13:10:56 -08:00
Google APIs
760ef85838 feat: Expose the Database.firestore_data_access_mode parameter
feat: Expose the `Database.mongodb_compatible_data_access_mode` parameter
feat: Expose the `Database.realtime_updates_mode` parameter
feat: Expose the `Index.unique` parameter
docs: Update documentation on several parameters, especially when relating to the new `enterprise` database edition

PiperOrigin-RevId: 865444806
2026-02-04 09:31:53 -08:00
Google APIs
d077e5979c docs: update documentation of .google.cloud.aiplatform.v1.DatasetService, .google.cloud.aiplatform.v1.Dataset, and .google.cloud.aiplatform.v1.DatasetVersion
feat: add resource_reference to the field `name` in message `.google.cloud.aiplatform.v1.Dataset`
feat: add resource_reference to the field `name` in message `.google.cloud.aiplatform.v1.DatasetVersion`

PiperOrigin-RevId: 865307574
2026-02-04 02:39:32 -08:00
Google APIs
7a5706618f feat: Add GKE Hub teams scope and RBAC GAPIC
docs: A comment for message `Feature` is changed
docs: A comment for field `labels` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `spec` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `membership_specs` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `state` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `membership_states` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for message `FeatureResourceState` is changed
docs: A comment for enum value `ENABLING` in enum `State` is changed
docs: A comment for enum value `ACTIVE` in enum `State` is changed
docs: A comment for enum value `DISABLING` in enum `State` is changed
docs: A comment for message `CommonFeatureState` is changed
docs: A comment for field `state` in message `.google.cloud.gkehub.v1.CommonFeatureState` is changed
docs: A comment for field `request_id` in message `.google.cloud.gkehub.v1.CreateFeatureRequest` is changed
docs: A comment for field `request_id` in message `.google.cloud.gkehub.v1.UpdateFeatureRequest` is changed
docs: A comment for field `cancel_requested` in message `.google.cloud.gkehub.v1.OperationMetadata` is changed

PiperOrigin-RevId: 865111649
2026-02-03 17:06:46 -08:00
Google APIs
2ca944988d docs: update reference documentation for SelectionInput.DROPDOWN to include dynamic data sources and autosuggestion
docs: update copyright to 2026

PiperOrigin-RevId: 864941572
2026-02-03 10:32:13 -08:00
Google APIs
ca1432f863 feat: Added cross-project cloning support and enhanced database user role management to the v1beta4 API
docs: A comment for enum `Edition` is changed
docs: A comment for field `revoke_existing_roles` in message `.google.cloud.sql.v1beta4.SqlUsersUpdateRequest` is changed

PiperOrigin-RevId: 864787224
2026-02-03 03:09:27 -08:00
Google APIs
7ef9d7a8be feat: Added cross-project cloning support and enhanced database user role management to the v1 API
docs: A comment for enum `Edition` is changed

PiperOrigin-RevId: 864786941
2026-02-03 03:08:49 -08:00
Google APIs
85b3f459f9 feat: Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus
PiperOrigin-RevId: 864480269
2026-02-02 12:47:57 -08:00
Google APIs
66d47db5fa feat: Addition of QuoteType enum, QuotedMessageSnapshot & ForwardMetadata in the QuotedMessageMetadata proto
PiperOrigin-RevId: 864426372
2026-02-02 10:46:59 -08:00
Google APIs
c0fcb35628 feat: add ClarificationMessage, thought-signature, formatted-data
docs: A comment for enum value THOUGHT in enum TextType is changed

PiperOrigin-RevId: 863524449
2026-01-30 21:16:31 -08:00
Google APIs
ca5092ef48 feat: add ClarificationMessage, thought-signature, formatted-data
docs: A comment for enum value THOUGHT in enum TextType is changed

PiperOrigin-RevId: 863522376
2026-01-30 21:07:53 -08:00
Google APIs
a6cbf809c4 feat: add TieredStorageConfig to table admin api
PiperOrigin-RevId: 863493708
2026-01-30 19:31:05 -08:00
Google APIs
f0e6fd9528 feat: add SearchHint to SemanticSearch requests
feat: Allow requesting search metadata in SearchDataObjects
feat: add filter param for TextSearch requests
feat: add ExportDataObjects API

PiperOrigin-RevId: 863352956
2026-01-30 12:44:56 -08:00
Google APIs
8d0579f581 feat: Add fps to message VideoMetadata
feat: Add `mediaResolution` to `Part`
feat: Add `responseModalities, audioTimestamp, mediaResolution` to `GenerationConfig`
feat: Add `thinkingLevel` to `ThinkingConfig`
feat: Add `imageOutputOptions, personGeneration, imageSize` to `ImageConfig`

PiperOrigin-RevId: 863320215
2026-01-30 11:22:50 -08:00
Google APIs
fa3c2e87b5 docs: describe additional URI format for kek_uri in GcpEncryptionInfo and AwsKmsEncryptionInfo
fix!: update `go_package` packaging option from `google.golang.org/genproto/googleapis/ads/datamanager/v1;datamanager` to `cloud.google.com/go/datamanager/apiv1/datamanagerpb;datamanagerpb`
chore: update importpath in BUILD.bazel for datamanager_go_proto
chore: remove extra_opts from datamanager_csharp_proto in BUILD.bazel
chore: update copyright year to 2026

PiperOrigin-RevId: 863287879
2026-01-30 10:09:48 -08:00
Google APIs
2ecdbee07d feat: Hierarchical Quota Adjuster
docs: Folder level and organization level support for the quota adjuster feature.

PiperOrigin-RevId: 863242165
2026-01-30 08:05:34 -08:00
Google APIs
43079af4f8 feat: add support for Locations API
feat: add method for querying data from the ledger
feat: deprecate use of Entity messages for account IDs, and provide string fields as replacement
docs: document field length limit on account IDs

PiperOrigin-RevId: 863164046
2026-01-30 03:54:44 -08:00
Google APIs
51ff87f43e feat: Added a new field ComposeObjectRequest.delete_source_objects field
docs: Updated documentation for `BidiReadObject`, `ReadObjectRequest`, and `ObjectContexts`

PiperOrigin-RevId: 863087065
2026-01-29 23:35:50 -08:00
Google APIs
fa4dc54cf1 feat: added a new field StreamingAnalyzeContentRequest.output_multiple_utterances
PiperOrigin-RevId: 862959083
2026-01-29 16:50:01 -08:00
Google APIs
af232e71d7 feat: add contract_token_manager field on CurrencyOperatorDetails
docs: add labels to indicate which fields are required or optional, and clarify terminology in comments.

PiperOrigin-RevId: 862773651
2026-01-29 09:39:23 -08:00
Google APIs
46c183b265 feat: add new ReportVmInventory endpoint along with new request and response messages
docs: A comment for message `Inventory` is changed
docs: A comment for field `enforce` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for service `AgentEndpointService` is changed
docs: A comment for message `OSPolicyResourceConfigStep` is changed
docs: A comment for message `OSPolicy` is changed
docs: A comment for message `PatchConfig` is changed
docs: A comment for enum `TaskDirective` is changed
docs: A comment for message `ExecResource` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed
docs: A comment for field `DEFINITION` in enum `Classification` is changed
docs: A comment for field `DESIRED_STATE_ENFORCEMENT` in enum `Type` is changed
docs: A comment for field `DESIRED_STATE_CHECK_POST_ENFORCEMENT` in enum `Type` is changed

PiperOrigin-RevId: 862617642
2026-01-29 01:25:11 -08:00
Google APIs
598c395b09 feat: add support for Contract Token Manager accounts
PiperOrigin-RevId: 862397973
2026-01-28 14:31:45 -08:00
Google APIs
dd93652414 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 862372805
2026-01-28 13:33:01 -08:00
Google APIs
4b64cb41fe feat: Add support for AlloyDB backup and restore
docs: A comment for field `log_retention_days` in message `.google.cloud.backupdr.v1.BackupPlan` is changed

PiperOrigin-RevId: 862089230
2026-01-28 00:21:16 -08:00
Google APIs
cfe62b3c5c feat: Publish the Audit Manager v1 API protocol buffers and service configuration
PiperOrigin-RevId: 861758611
2026-01-27 09:33:19 -08:00
Google APIs
a3647b4866 feat: added an optional application field to ExecuteSqlRequest to support application-level telemetry and audit logging
feat: added support for `CLUSTER` DNS scope and `RecordManager` to the `DnsNameMapping` API to support automated Private Service Connect (PSC) DNS management
feat: added support for MySQL 9.7 database version
docs: improved documentation and field behaviors for DNS mapping and connection types.

PiperOrigin-RevId: 861610287
2026-01-27 02:34:19 -08:00
Google APIs
0e92658668 feat: added an optional application field to ExecuteSqlRequest to support application-level telemetry and audit logging
feat: added support for `CLUSTER` DNS scope and `RecordManager` to the `DnsNameMapping` API to support automated Private Service Connect (PSC) DNS management
feat: added support for MySQL 9.7 database version
docs: improved documentation and field behaviors for DNS mapping and connection types.

PiperOrigin-RevId: 861610107
2026-01-27 02:33:28 -08:00
Google APIs
4ba4d6d3b5 chore: Configure Ruby clients for API Registry
PiperOrigin-RevId: 861336722
2026-01-26 13:38:51 -08:00
Google APIs
6517e3ba8f 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

PiperOrigin-RevId: 861314205
2026-01-26 12:46:12 -08:00