Skip to content

Commit

Permalink
updating metadata id to string (#246)
Browse files Browse the repository at this point in the history
* updating metadata id to string

* update metadata id from int64 to string
  • Loading branch information
akoserwal authored Nov 19, 2024
1 parent bf7d7c5 commit 76866ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions api/kessel/inventory/v1beta1/relationships/metadata.pb.go

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

2 changes: 1 addition & 1 deletion api/kessel/inventory/v1beta1/relationships/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option java_package = "org.project_kessel.api.inventory.v1beta1.relationships";

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

// The type of Resource relationship
string relationship_type = 251000036
Expand Down
8 changes: 4 additions & 4 deletions api/kessel/inventory/v1beta1/resources/metadata.pb.go

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

2 changes: 1 addition & 1 deletion api/kessel/inventory/v1beta1/resources/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option java_package = "org.project_kessel.api.inventory.v1beta1.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
Expand Down

0 comments on commit 76866ff

Please sign in to comment.