Skip to content

Commit

Permalink
feat:(streaming) added source url for list and get metadata (#111)
Browse files Browse the repository at this point in the history
* feat:(streaming) added source url for list and get metadata

* feat:(streaming) added source url for list and get metadata

---------

Co-authored-by: gagan.dhand <[email protected]>
  • Loading branch information
gdgagan696 and gdgagangeek authored Jun 21, 2024
1 parent 8e62c63 commit 4fb568d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gotocompany/stencil/v1beta1/stencil.proto
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ message Schema {
Compatibility compatibility = 4;
google.protobuf.Timestamp created_at = 5;
google.protobuf.Timestamp updated_at = 6;
string source_url = 7;
}

message ListNamespacesRequest {}
Expand Down Expand Up @@ -237,6 +238,8 @@ message CreateSchemaRequest {
bytes data = 3 [(google.api.field_behavior) = REQUIRED];
Schema.Format format = 4;
Schema.Compatibility compatibility = 5;
string source_url = 6;
string commit_sha = 7;
}

message CreateSchemaResponse {
Expand Down Expand Up @@ -266,6 +269,7 @@ message GetSchemaMetadataResponse {
string name = 4;
google.protobuf.Timestamp created_at = 5;
google.protobuf.Timestamp updated_at = 6;
string source_url = 7;
}

message UpdateSchemaMetadataRequest {
Expand Down

0 comments on commit 4fb568d

Please sign in to comment.