Skip to content

Commit

Permalink
update sync protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Feb 24, 2025
1 parent fe62fc7 commit 818539c
Show file tree
Hide file tree
Showing 10 changed files with 1,561 additions and 5 deletions.
259 changes: 259 additions & 0 deletions src/main/proto/kessel/inventory/v1beta2/resources/metadata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/main/proto/kessel/inventory/v1beta2/resources/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ option java_package = "org.project_kessel.api.inventory.v1beta2.resources";

message Metadata {
// Kessel Asset Inventory generated identifier.
int64 id = 3355 [ (google.api.field_behavior) = OUTPUT_ONLY ];
string id = 3355 [ (google.api.field_behavior) = OUTPUT_ONLY ];

// The type of the Resource
string resource_type = 442752204
[ json_name = "resource_type", (google.api.field_behavior) = OUTPUT_ONLY ];
[ json_name = "resource_type", (google.api.field_behavior) = OUTPUT_ONLY ];

// Date and time when the inventory item was first reported.
google.protobuf.Timestamp created_at = 3400
[ json_name = "created_at", (google.api.field_behavior) = OUTPUT_ONLY ];
[ json_name = "created_at", (google.api.field_behavior) = OUTPUT_ONLY ];

// Date and time when the inventory item was last updated.
google.protobuf.Timestamp updated_at = 3401
[ json_name = "updated_at", (google.api.field_behavior) = OUTPUT_ONLY ];
[ json_name = "updated_at", (google.api.field_behavior) = OUTPUT_ONLY ];

// Date and time when the inventory item was deleted.
google.protobuf.Timestamp deleted_at = 3402
[ json_name = "deleted_at", (google.api.field_behavior) = OUTPUT_ONLY ];
[ json_name = "deleted_at", (google.api.field_behavior) = OUTPUT_ONLY ];

// The org id in which this resource is a member for access control. A
// resource can only be a member of one org.
Expand Down
Loading

0 comments on commit 818539c

Please sign in to comment.