Get desktop application:
View/edit binary Protocol Buffers messages
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
Used as request type in: api.v1.CacheService.Cache, api.v1.CacheService.Clear, api.v1.HealthService.Check, api.v1.LeaderboardService.AllKeys
Used as response type in: api.v1.CacheService.Cache, api.v1.CacheService.Clear, api.v1.GraphService.SetDependency, api.v1.IngestService.IngestSBOM, api.v1.IngestService.IngestScorecard, api.v1.IngestService.IngestVulnerability
(message has no fields)