This change introduces squash mode options to the export policy rules. Squash mode determines how user and group IDs are mapped for NFS volume access.
The following squash modes are added:
* **NO_ROOT_SQUASH** Root user retains full access.
* **ROOT_SQUASH** Root user is mapped to the anonymous user ID.
* **ALL_SQUASH** All users are mapped to the anonymous user ID.
A new field anon_uid is also added to specify the anonymous user ID when ALL_SQUASH is used.
The squash_mode field takes precedence over the existing has_root_access field, which will be deprecated in the future.
PiperOrigin-RevId: 834629780
docs: A comment for message `ReasoningEngineSpec` is changed
docs: A comment for field `package_spec` in message `.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec` is changed
PiperOrigin-RevId: 833917724
docs: A comment for message `ReasoningEngineSpec` is changed
docs: A comment for field `package_spec` in message `.google.cloud.aiplatform.v1.ReasoningEngineSpec` is changed
PiperOrigin-RevId: 833911903
feat: add adaptation modifiers and guest OS features to ImageImport target details
docs: A comment for method `CancelImageImportJob` in service `VmMigration` is changed
docs: A comment for message `DataDiskImageImport` is changed
PiperOrigin-RevId: 832917413
docs: Update evaluator version from output only to optional.
docs: Add further clarification for when the event Type CONVERSATION_FINISHED is fired
PiperOrigin-RevId: 830460349
This release includes:
- `DatabaseCenter` service with `QueryProducts` method.
- `Product` message and related enums (`Engine`, `ProductType`).
PiperOrigin-RevId: 830314362
docs: A comment for method `ReadRows` in service `BigQueryRead` is changed
docs: A comment for message `AppendRowsRequest` is changed
docs: A comment for field `writer_schema` in message `.google.cloud.bigquery.storage.v1.AppendRowsRequest` is changed
docs: A comment for field `rows` in message `.google.cloud.bigquery.storage.v1.AppendRowsRequest` is changed
docs: A comment for field `arrow_rows` in message `.google.cloud.bigquery.storage.v1.AppendRowsRequest` is changed
docs: A comment for field `default_missing_value_interpretation` in message `.google.cloud.bigquery.storage.v1.AppendRowsRequest` is changed
docs: A comment for field `location` in message `.google.cloud.bigquery.storage.v1.WriteStream` is changed
PiperOrigin-RevId: 829486853
feat: Adding a new TextType PROGRESS to provide informational messages about an agent's progress for supporting more granular Agent RAG tools
feat: Adding struct_schema to Datasource to support flexible schemas, particularly for Looker datasources
feat: Adding client_managed_resource_context to allow clients to manage their own conversation and agent resources
feat: Adding a DeleteConversation RPC to allow for the deletion of conversations
feat: Adding a GlossaryTerm message to allow users to provide definitions for domain-specific terms
feat: Adding an ExampleQueries message to surface derived and authored example queries
feat: Adding DatasourceOptions to provide configuration options for datasources
feat: Adding support for LookerQuery within the DataQuery message for retrieving data from Looker explores
PiperOrigin-RevId: 829449036
feat: Adding struct_schema to Datasource to support flexible schemas, particularly for Looker datasources
feat: Adding client_managed_resource_context to allow clients to manage their own conversation and agent resources
PiperOrigin-RevId: 828965493
feat: Adding `ListDataSourceReferences` API
feat: Adding `source_resource` fields to Backup resource
feat: Adding new workload specific fields for Cloud SQL
PiperOrigin-RevId: 827762328
fix!: updating `enableDirectBigtableAccess` field name in FeatureOnlineStore`
fix!: updating `bigtable_metadata` field name in `FeatureView`
PiperOrigin-RevId: 824609499
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: 823187922
feat: A new message `DataDocumentationResult` is added representing Data Documentation Result
feat: A new field `data_documentation_spec` is added for Data Documentation Spec to message `.google.cloud.dataplex.v1.DataScan`
feat: A new field `data_documentation_result` is added for Data Documentation Result to message `.google.cloud.dataplex.v1.DataScan`
feat: A new field `data_documentation_spec` is added for Data Documentation Spec to message `.google.cloud.dataplex.v1.DataScanJob`
feat: A new field `data_documentation_result` is added for Data Documentation Result in `.google.cloud.dataplex.v1.DataScanJob`
feat: A new data scan type Data documentation added.
docs: A comment for message `DataScan` is changed
docs: A comment for field `resource` in message `.google.cloud.dataplex.v1.DataSource` is changed
PiperOrigin-RevId: 822921010
feat: Improved generator quota management
feat: Context references added to conversation for dynamic data ingestion
feat: Added Vertex extension tool support to v2/v2beta1
feat: add a turn complete signal to BidiStreamingAnalyzeContent
docs: update documentation for transcription language code configuration
feat: A new field 'security_settings' is added to GenerateStatelessSuggestionRequest
feat: add Agent Assist Generator Evaluation feature
feat: Expose skip_empty_event_based_suggestion in ConversationProfile
feat: Expose debug info field in ConversationProfile
feat: Expose flexible safety filter change, rai_settings in ConversationProfile
feat: Added support for AI Coach feature
feat: Added tool support for AI Coach feature
docs: Updated comments for the `SuggestionInput` message, documenting how it is used with tools
PiperOrigin-RevId: 822692160