|
496 | 496 | }
|
497 | 497 | }
|
498 | 498 | }
|
499 |
| - }, |
500 |
| - "properties": { |
501 |
| - "methods": { |
502 |
| - "create": { |
503 |
| - "description": "Creates a consumer property. If the property already exists, this method fails with an ALREADY_EXISTS error. For this failure case, the Status details field will contain the existing property's value.", |
504 |
| - "flatPath": "v1beta1/services/{servicesId}/{servicesId1}/{servicesId2}/properties", |
505 |
| - "httpMethod": "POST", |
506 |
| - "id": "serviceconsumermanagement.services.properties.create", |
507 |
| - "parameterOrder": [ |
508 |
| - "parent" |
509 |
| - ], |
510 |
| - "parameters": { |
511 |
| - "parent": { |
512 |
| - "description": "Required. Name of the property to create. An example name would be: `services/serviceconsumermanagement.googleapis.com/projects/123`", |
513 |
| - "location": "path", |
514 |
| - "pattern": "^services/[^/]+/[^/]+/[^/]+$", |
515 |
| - "required": true, |
516 |
| - "type": "string" |
517 |
| - } |
518 |
| - }, |
519 |
| - "path": "v1beta1/{+parent}/properties", |
520 |
| - "request": { |
521 |
| - "$ref": "V1Beta1ConsumerProperty" |
522 |
| - }, |
523 |
| - "response": { |
524 |
| - "$ref": "V1Beta1ConsumerProperty" |
525 |
| - }, |
526 |
| - "scopes": [ |
527 |
| - "https://www.googleapis.com/auth/cloud-platform" |
528 |
| - ] |
529 |
| - } |
530 |
| - } |
531 | 499 | }
|
532 | 500 | }
|
533 | 501 | }
|
534 | 502 | },
|
535 |
| - "revision": "20231210", |
| 503 | + "revision": "20240102", |
536 | 504 | "rootUrl": "https://serviceconsumermanagement.googleapis.com/",
|
537 | 505 | "schemas": {
|
538 | 506 | "Api": {
|
|
1932 | 1900 | "type": "string"
|
1933 | 1901 | },
|
1934 | 1902 | "type": {
|
1935 |
| - "description": "Required. The monitored resource type. For example, the type `\"cloudsql_database\"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).", |
| 1903 | + "description": "Required. The monitored resource type. For example, the type `\"cloudsql_database\"` represents databases in Google Cloud SQL. For a list of types, see [Monitored resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).", |
1936 | 1904 | "type": "string"
|
1937 | 1905 | }
|
1938 | 1906 | },
|
|
2626 | 2594 | },
|
2627 | 2595 | "type": "object"
|
2628 | 2596 | },
|
2629 |
| - "V1Beta1ConsumerProperty": { |
2630 |
| - "description": "A property assigned to a consumer of a service.", |
2631 |
| - "id": "V1Beta1ConsumerProperty", |
2632 |
| - "properties": { |
2633 |
| - "description": { |
2634 |
| - "description": "Output only. The description of the property.", |
2635 |
| - "type": "string" |
2636 |
| - }, |
2637 |
| - "name": { |
2638 |
| - "description": "Output only. The resource name of this property. An example name would be: `services/serviceconsumermanagement.googleapis.com/projects/123/properties/SERVICE_LEVEL` The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.", |
2639 |
| - "type": "string" |
2640 |
| - }, |
2641 |
| - "propagation": { |
2642 |
| - "$ref": "Operation", |
2643 |
| - "description": "Output only. A long-running operation which tracks the propagation of recent changes to this resource to all affected backends. If this field is empty, all affected backends have been notified of the change. If this field contains an operation in progress, then the most recent change to this resource has not yet been sent out to all backends. If this field contains an operation that has failed with an error, the caller should retry the change." |
2644 |
| - }, |
2645 |
| - "propertyKey": { |
2646 |
| - "description": "Output only. The name of the property as it appears in the service configuration. An example property name would be: `SERVICE_LEVEL`", |
2647 |
| - "type": "string" |
2648 |
| - }, |
2649 |
| - "type": { |
2650 |
| - "description": "Output only. The type of this property.", |
2651 |
| - "enum": [ |
2652 |
| - "UNSPECIFIED", |
2653 |
| - "INT64", |
2654 |
| - "BOOL", |
2655 |
| - "STRING", |
2656 |
| - "DOUBLE" |
2657 |
| - ], |
2658 |
| - "enumDescriptions": [ |
2659 |
| - "The type is unspecified, and will result in an error.", |
2660 |
| - "The type is `int64`.", |
2661 |
| - "The type is `bool`.", |
2662 |
| - "The type is `string`.", |
2663 |
| - "The type is 'double'." |
2664 |
| - ], |
2665 |
| - "type": "string" |
2666 |
| - }, |
2667 |
| - "value": { |
2668 |
| - "description": "Value of this property for the consumer. This field may be empty if the consumer has not been assigned a value.", |
2669 |
| - "type": "any" |
2670 |
| - } |
2671 |
| - }, |
2672 |
| - "type": "object" |
2673 |
| - }, |
2674 | 2597 | "V1Beta1ConsumerQuotaLimit": {
|
2675 | 2598 | "description": "Consumer quota settings for a quota limit.",
|
2676 | 2599 | "id": "V1Beta1ConsumerQuotaLimit",
|
|
0 commit comments