Skip to content

Commit

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

The following keys were changed:
- schemas.Certificate.properties.sanDnsnames.description
- schemas.Empty.description
  • Loading branch information
yoshi-automation authored and bcoe committed Apr 11, 2022
1 parent 5b9cf4e commit d4ace25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/certificatemanager-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
}
}
},
"revision": "20220223",
"revision": "20220329",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AuthorizationAttemptInfo": {
Expand Down Expand Up @@ -1073,7 +1073,7 @@
"type": "string"
},
"sanDnsnames": {
"description": "Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)",
"description": "Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1285,7 +1285,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 src/apis/certificatemanager/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export namespace certificatemanager_v1 {
*/
pemCertificate?: string | null;
/**
* Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
* Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.
*/
sanDnsnames?: string[] | null;
/**
Expand Down Expand Up @@ -320,7 +320,7 @@ export namespace certificatemanager_v1 {
type?: 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 d4ace25

Please sign in to comment.