Skip to content

Commit

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

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

#### datamigration:v1

The following keys were changed:
- schemas.Empty.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 1, 2022
1 parent d9e6b91 commit 6d1d258
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/datamigration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20220216",
"revision": "20220321",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1436,7 +1436,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/datamigration-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20211201",
"revision": "20220321",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1377,7 +1377,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/datamigration/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export namespace datamigration_v1 {
dumpFlags?: Schema$DumpFlag[];
}
/**
* 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/datamigration/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export namespace datamigration_v1beta1 {
provider?: string | null;
}
/**
* 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 6d1d258

Please sign in to comment.