Skip to content

Commit

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

The following keys were changed:
- schemas.GoogleProtobufEmpty.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 1, 2022
1 parent 6d1d258 commit a88f857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/datapipelines-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
}
}
},
"revision": "20220116",
"revision": "20220319",
"rootUrl": "https://datapipelines.googleapis.com/",
"schemas": {
"GoogleCloudDatapipelinesV1DataflowJobDetails": {
Expand Down Expand Up @@ -986,7 +986,7 @@
"type": "object"
},
"GoogleProtobufEmpty": {
"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": "GoogleProtobufEmpty",
"properties": {},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion src/apis/datapipelines/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ export namespace datapipelines_v1 {
dataflowLaunchTemplateRequest?: Schema$GoogleCloudDatapipelinesV1LaunchTemplateRequest;
}
/**
* 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$GoogleProtobufEmpty {}
/**
Expand Down

0 comments on commit a88f857

Please sign in to comment.