Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "add orgID to metadata" #109

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 30 additions & 41 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.

3 changes: 0 additions & 3 deletions api/kessel/inventory/v1beta1/relationships/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ message Metadata {
// Kessel Asset Inventory generated identifier.
int64 id = 3356 [ (google.api.field_behavior) = OUTPUT_ONLY ];

// Organization ID
int64 org_id = 4457;

// The type of Resource relationship
string relationship_type = 251000036
[ (google.api.field_behavior) = OUTPUT_ONLY ];
Expand Down
83 changes: 36 additions & 47 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.

3 changes: 0 additions & 3 deletions api/kessel/inventory/v1beta1/resources/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ message Metadata {
// Kessel Asset Inventory generated identifier.
int64 id = 3355 [ (google.api.field_behavior) = OUTPUT_ONLY ];

// Organization ID
int64 org_id = 4456;

// The type of the Resource
string resource_type = 442752204
[ (google.api.field_behavior) = OUTPUT_ONLY ];
Expand Down
6 changes: 0 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,6 @@ components:
readOnly: true
type: string
description: Kessel Asset Inventory generated identifier.
org_id:
type: string
description: Organization ID
relationship_type:
readOnly: true
type: string
Expand Down Expand Up @@ -721,9 +718,6 @@ components:
readOnly: true
type: string
description: Kessel Asset Inventory generated identifier.
org_id:
type: string
description: Organization ID
resource_type:
readOnly: true
type: string
Expand Down
Loading