Skip to content

Commit

Permalink
fix(datastream): update the API
Browse files Browse the repository at this point in the history
#### datastream:v1alpha1

The following keys were changed:
- schemas.Empty.description

#### datastream:v1

The following keys were changed:
- schemas.Empty.description
  • Loading branch information
yoshi-automation authored and bcoe committed Apr 11, 2022
1 parent 4a7e164 commit 82ab5af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/datastream-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@
}
}
},
"revision": "20220316",
"revision": "20220330",
"rootUrl": "https://datastream.googleapis.com/",
"schemas": {
"AvroFileFormat": {
Expand Down Expand Up @@ -1440,7 +1440,7 @@
"type": "object"
},
"Empty": {
"description": "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); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "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); }",
"id": "Empty",
"properties": {},
"type": "object"
Expand Down
4 changes: 2 additions & 2 deletions discovery/datastream-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@
}
}
},
"revision": "20220316",
"revision": "20220330",
"rootUrl": "https://datastream.googleapis.com/",
"schemas": {
"AvroFileFormat": {
Expand Down Expand Up @@ -1421,7 +1421,7 @@
"type": "object"
},
"Empty": {
"description": "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); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "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); }",
"id": "Empty",
"properties": {},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion src/apis/datastream/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export namespace datastream_v1 {
oracleRdbms?: Schema$OracleRdbms;
}
/**
* 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); \} The JSON representation for `Empty` is empty JSON object `{\}`.
* 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); \}
*/
export interface Schema$Empty {}
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/datastream/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export namespace datastream_v1alpha1 {
oracleRdbms?: Schema$OracleRdbms;
}
/**
* 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); \} The JSON representation for `Empty` is empty JSON object `{\}`.
* 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); \}
*/
export interface Schema$Empty {}
/**
Expand Down

0 comments on commit 82ab5af

Please sign in to comment.