feat: Add new UpdateRapidCache
feat: Add new GetRapidCache
feat: Add new ListRapidCache
docs: Update reference documentation for the `StorageControl` service, including `IntelligenceFindings`, `AnywhereCache`, and related configuration messages.
PiperOrigin-RevId: 953328804
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
docs: Add more information for AppendObjectSpec fields
fix!: Remove field `restricted` within encryption enforcement config.
feat: Add new field `restriction_mode` for encryption enforcement config in message Bucket
PiperOrigin-RevId: 780246504
feat: add option to enable object retention in CreateBucket API
feat: add option to override unlocked retention in UpdateObject API
feat: add option in IpFilter to allow all P4SA access to bucket
feat: add support for object retention config in Bucket
docs: Fix broken link for message `CustomPlacementConfig`
PiperOrigin-RevId: 768203538
docs: add note that managedFolders are supported for GetIamPolicy and SetIamPolicy
docs: add note that Bucket.project output format is always project number format
docs: add explicit Optional annotations to fields that have always been treated as optional
feat: add Object.Retention message
PiperOrigin-RevId: 761533501
This includes addition of the following client libraries
- GetProjectIntelligenceConfig
- UpdateProjectIntelligenceConfig
- GetFolderIntelligenceConfig
- UpdateFolderIntelligenceConfig
- GetOrganizationIntelligenceConfig
- UpdateOrganizationIntelligenceConfig
PiperOrigin-RevId: 758498764
BREAKING CHANGE: Removes Notification Config, Service Account, and HMAC RPCs. These API have been migrated to Storage Control and are available via the JSON API.
PiperOrigin-RevId: 687325534
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