Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26d882b

Browse files
committedJan 4, 2024
feat(serviceconsumermanagement): update the api
#### serviceconsumermanagement:v1beta1 The following keys were deleted: - resources.services.resources.properties.methods.create (Total Keys: 12) - schemas.V1Beta1ConsumerProperty (Total Keys: 7)
1 parent 158934c commit 26d882b

File tree

3 files changed

+4
-86
lines changed

3 files changed

+4
-86
lines changed
 

‎docs/dyn/serviceconsumermanagement_v1beta1.services.html

-5
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the consumerQuotaMetrics Resource.</p>
8181

82-
<p class="toc_element">
83-
<code><a href="serviceconsumermanagement_v1beta1.services.properties.html">properties()</a></code>
84-
</p>
85-
<p class="firstline">Returns the properties Resource.</p>
86-
8782
<p class="toc_element">
8883
<code><a href="#close">close()</a></code></p>
8984
<p class="firstline">Close httplib2 connections.</p>

‎googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20231210",
545+
"revision": "20240102",
546546
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
547547
"schemas": {
548548
"AddTenantProjectRequest": {
@@ -2066,7 +2066,7 @@
20662066
"type": "string"
20672067
},
20682068
"type": {
2069-
"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).",
2069+
"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).",
20702070
"type": "string"
20712071
}
20722072
},

‎googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1beta1.json

+2-79
Original file line numberDiff line numberDiff line change
@@ -496,43 +496,11 @@
496496
}
497497
}
498498
}
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-
}
531499
}
532500
}
533501
}
534502
},
535-
"revision": "20231210",
503+
"revision": "20240102",
536504
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
537505
"schemas": {
538506
"Api": {
@@ -1932,7 +1900,7 @@
19321900
"type": "string"
19331901
},
19341902
"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).",
19361904
"type": "string"
19371905
}
19381906
},
@@ -2626,51 +2594,6 @@
26262594
},
26272595
"type": "object"
26282596
},
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-
},
26742597
"V1Beta1ConsumerQuotaLimit": {
26752598
"description": "Consumer quota settings for a quota limit.",
26762599
"id": "V1Beta1ConsumerQuotaLimit",

0 commit comments

Comments
 (0)
Please sign in to comment.