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: 810022369
feat: added data access event fields to finding proto
docs: Clarified comments for tag_values field in resource_value_config to make it clear that field represents tag value ids, not tag values
PiperOrigin-RevId: 726529258
feat: New values `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` corresponding to T1068 and `INDICATOR_REMOVAL_FILE_DELETION` corresponding to T1070.004 are added to enum `Technique`
docs: T1068 is added for value `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` and T1070.004 is added for value `INDICATOR_REMOVAL_FILE_DELETION` for enum `Technique
PiperOrigin-RevId: 658541020
feat: added http configuration rule to ResourceValueConfig and ValuedResource API methods
feat: added toxic combination field to finding
docs: Updated comments for ResourceValueConfig
PiperOrigin-RevId: 647117058