Stages public GAPIC client libraries in Java, Go, Python, Node.js, and Ruby for
the GCS Storage Control Intelligence Finding service.
This includes the addition of the following RPC methods for retrieving and
summarizing telemetry findings (such as security, performance, or cost-related
insights) at the project, organization, or folder level:
- `GetIntelligenceFinding`
- `ListIntelligenceFindings`
- `SummarizeIntelligenceFindings`
- `GetIntelligenceFindingRevision`
- `ListIntelligenceFindingRevisions`
PiperOrigin-RevId: 922200845
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: 817343382
This includes addition of the following client libraries
- GetProjectIntelligenceConfig
- UpdateProjectIntelligenceConfig
- GetFolderIntelligenceConfig
- UpdateFolderIntelligenceConfig
- GetOrganizationIntelligenceConfig
- UpdateOrganizationIntelligenceConfig
PiperOrigin-RevId: 758498764
feat: A new resource pattern value `projects/{project}/buckets/{bucket}/managedFolders/{managed_folder=**}` added to the resource definition `storage.googleapis.com/ManagedFolder`
PiperOrigin-RevId: 630439820