feat: added support for image exclusion and adjustment rules
feat: add InfoType launch status in InfoType Description
docs: added formatting to various comments
PiperOrigin-RevId: 885724590
along with an `opening_date` field to indicate when the establishment
will open in the future
feat: add a new `include_future_opening_businesses` flag to Nearby Search, Text Search, and AutocompletPlaces. When true, businesses opening in the future are included in the results.
PiperOrigin-RevId: 885675815
docs: Update Account.account_name documentation for naming restrictions
docs: Clarify CheckoutSettings.eligible_destinations usage
docs: Refine DeveloperRegistration.developer_email behavior description
docs: Add product-ratings to Program documentation
docs: Update Region to support radius_area and clarify area type exclusivity
docs: Improve TermsOfServiceKind.MERCHANT_CENTER comment
docs: Update DeleteUser method description
PiperOrigin-RevId: 884882604
feat(dataplex): add MetadataFeed to CatalogService for tracking metadata changes
feat(dataplex): add LookupContext to CatalogService for LLM-generated resource context
feat(dataplex): add support for attaching aspects to EntryLinks
feat(dataplex): add UpdateEntryLink and LookupEntryLinks methods to CatalogService
feat(dataplex): support OneTime triggers for DataScan operations
feat(dataplex): add debug query support to Data Quality rules
feat(dataplex): allow selective generation scope for Data Documentation scans
feat(dataplex): add SKIPPED state to DataScan catalog publishing status
docs(dataplex): remove deprecated metadata change warnings in Dataplex Catalog
The DataProductService provides APIs to curate and manage collections of data assets as data products, enabling more organized sharing and usage for specific business cases.
MetadataFeeds allow users to monitor metadata changes (CREATE, UPDATE, DELETE) within a specified scope (organization, project, or entry group) and publish them to Pub/Sub.
CatalogService now includes a LookupContext API to provide LLM-generated context for resources, and enhanced EntryLink management, including the ability to attach aspects.
DataScan operations now support a OneTime trigger for single-run scans, and Data Quality rules support DebugQueries to help investigate rule failures by returning diagnostic values.
fix(dataplex)!: remove deprecated Explore-related methods and messages from public client libraries
Breaking Changes:
- Removed ContentService and all associated methods (CreateContent, UpdateContent, DeleteContent, GetContent, ListContent, etc.) and request/response messages.
- Removed Environment and Session management methods from DataplexService (CreateEnvironment, UpdateEnvironment, DeleteEnvironment, ListEnvironments, GetEnvironment, ListSessions) and their associated messages.
PiperOrigin-RevId: 883306841
preparation for an upcoming feature and the new fields are not yet used.
docs: A comment for field `name` in message `.google.shopping.css.v1.AccountLabel` is changed
docs: A comment for field `size_types` in message `.google.shopping.css.v1.Attributes` is changed
docs: A comment for field `name` in message `.google.shopping.css.v1.CssProductInput` is changed
docs: A comment for field `name` in message `.google.shopping.css.v1.GetCssProductRequest` is changed
PiperOrigin-RevId: 882470295
Removes .github/workflows/generate_api_index.yaml and api-index-v1.json
as the generator is being retired.
Anyone affected by this change can file an issue here:
https://github.com/googleapis/librarian/issues/new
feat: Added new segment fields: segments.adFormatType and several segments.verticalAds* fields
feat: Added the YOUTUBE_FOLLOW_ON_VIEWS enum value to ConversionActionCategoryEnum
feat: Updated the list of compatible metrics for product-related segments in segments.html
PiperOrigin-RevId: 881652737
feat: add `ThinkingMode` enum and field to control agent thinking mode
docs: update field comments for `generated_looker_query` in `DataMessage`
PiperOrigin-RevId: 881451746
feat: add `ThinkingMode` enum and field to control agent thinking mode
docs: update field comments for `generated_looker_query` in `DataMessage`
PiperOrigin-RevId: 881447800
feat: A new field `deployment_overrides` is added to message `.google.cloud.gkehub.configmanagement.v1beta.ConfigSync`
feat: A new message `DeploymentOverride` is added
feat: A new message `ContainerOverride` is added
feat: The `management` field is deprecated.
docs: clarify field behavior for GKE Hub "configmanagement" Feature
Clients can now override resource requests and limits for Config Sync components. See https://docs.cloud.google.com/kubernetes-engine/config-sync/docs/how-to/installing-config-sync#override.
PiperOrigin-RevId: 879849424
The reference link for ErrorGroupStats in the API documentation now correctly
points to the ListGroupStatsResponse resource definition.
PiperOrigin-RevId: 879074814
A new `OFFLINE` state has been added to the `Zone.State` enum. This state indicates that the zone is temporarily not operational, for example, while undergoing maintenance or repair
PiperOrigin-RevId: 879057351