|
144 | 144 | ],
|
145 | 145 | "parameters": {
|
146 | 146 | "filter": {
|
147 |
| - "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).", |
| 147 | + "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).", |
148 | 148 | "location": "query",
|
149 | 149 | "type": "string"
|
150 | 150 | },
|
|
1375 | 1375 | }
|
1376 | 1376 | }
|
1377 | 1377 | },
|
1378 |
| - "revision": "20220216", |
| 1378 | + "revision": "20220331", |
1379 | 1379 | "rootUrl": "https://managedidentities.googleapis.com/",
|
1380 | 1380 | "schemas": {
|
1381 | 1381 | "AttachTrustRequest": {
|
|
1534 | 1534 | "type": "object"
|
1535 | 1535 | },
|
1536 | 1536 | "Date": {
|
1537 |
| - "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp", |
| 1537 | + "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp", |
1538 | 1538 | "id": "Date",
|
1539 | 1539 | "properties": {
|
1540 | 1540 | "day": {
|
|
1678 | 1678 | "type": "object"
|
1679 | 1679 | },
|
1680 | 1680 | "Empty": {
|
1681 |
| - "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 `{}`.", |
| 1681 | + "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); }", |
1682 | 1682 | "id": "Empty",
|
1683 | 1683 | "properties": {},
|
1684 | 1684 | "type": "object"
|
|
1871 | 1871 | },
|
1872 | 1872 | "notificationParameters": {
|
1873 | 1873 | "additionalProperties": {
|
1874 |
| - "type": "string" |
| 1874 | + "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter" |
1875 | 1875 | },
|
1876 |
| - "description": "Optional. notification_parameters are information that service producers may like to include that is not relevant to Rollout. This parameter will only be passed to Gamma and Cloud Logging for notification/logging purpose.", |
| 1876 | + "description": "Optional. notification_parameter are information that service producers may like to include that is not relevant to Rollout. This parameter will only be passed to Gamma and Cloud Logging for notification/logging purpose.", |
1877 | 1877 | "type": "object"
|
1878 | 1878 | },
|
1879 | 1879 | "producerMetadata": {
|
|
2016 | 2016 | },
|
2017 | 2017 | "type": "object"
|
2018 | 2018 | },
|
| 2019 | + "GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter": { |
| 2020 | + "description": "Contains notification related data.", |
| 2021 | + "id": "GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter", |
| 2022 | + "properties": { |
| 2023 | + "values": { |
| 2024 | + "description": "Optional. Array of string values. e.g. instance's replica information.", |
| 2025 | + "items": { |
| 2026 | + "type": "string" |
| 2027 | + }, |
| 2028 | + "type": "array" |
| 2029 | + } |
| 2030 | + }, |
| 2031 | + "type": "object" |
| 2032 | + }, |
2019 | 2033 | "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility": {
|
2020 | 2034 | "description": "PerSliSloEligibility is a mapping from an SLI name to eligibility.",
|
2021 | 2035 | "id": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
|
|
0 commit comments