feat: add support of new compliance regime for regions and new partner T systems
docs: fix some typos in documentation
Deprecated non_compliant_org_policy from AcknowledgeViolationRequest. It has no effect and shouldn't be used.
Committer: @viswask
PiperOrigin-RevId: 480599318
feat: Add FirstPartyAppMetadata to the BigQueryAuditMetadata proto, it contains metadata about requests originating from Google apps, such as Google Sheets
feat: Added new events to BigQueryAuditMetadata such as UnlinkDataset and RowAccessPolicyCreation
docs: Updated multiple comments
PiperOrigin-RevId: 480349286
feat: remove field RequestStats.read_efficiency_stats
feat: rename proto AllReadStats to FullReadStatsView
feat: rename field RequestStats.all_read_stats to full_read_stats_view
feat: rename proto ReadIteratorStats to ReadIterationStats
feat: remove enum value ReadRowsRequest.RequestStatsView.REQUEST_STATS_EFFICIENCY
feat: remove field ReadIterationStats.deletes_seen
PiperOrigin-RevId: 479370243
feat: add a field in cluster to describe whether the machine is disabled.
fix: mark VPC project and service account as optional fields and add details for service account format
PiperOrigin-RevId: 478593325
AssuredWorkload monitoring is a new feature which provides apis to fetch compliance violation for AssuredWorkloads. It also provides an api to acknowledge an unresolved violation.
RestrictAllowedResources api allows restricting list of available resources in Workload environment.
Committer: @viswask
PiperOrigin-RevId: 477959383
This is technically a breaking change in that it's modifying the type for a resource, but it's a fast-follow fix to the earlier broken definition.
PiperOrigin-RevId: 477192133
Enterprise Knowledge Graph (EKG) organizes siloed information into organizational knowledge, which involves consolidating, standardizing, reconciling, and surfacing data in an efficient and useful way. It's a service provided to cloud enterprise customers.
PiperOrigin-RevId: 477176998
feat!: Update CreateBucket spec to state that bucket field is not REQUIRED
feat!: Update UpdateBucketRequest to state that bucket and update_mask fields are REQUIRED
feat!: Update ReadObjectRequest to state that bucket and object fields are REQUIRED
feat!: Update WriteObjectSpec to state that resource field is REQUIRED
feat!: Update RewriteObjectRequest to state that destination_name and destination_bucket fields are REQUIRED
feat!: Update StartResumableWriteRequest to state that write_object_spec field is REQUIRED
feat!: Update UpdateObjectRequest to state that object and update_mask fields are REQUIRED
docs: Remove OPTIONAL annotations on fields where the fields aren't required, and to remove proto-optional annotations
feat!: Update BucketAccessControl and specs to include new entity_alt field.
PiperOrigin-RevId: 477175825