Skip to content

Commit 588812f

Browse files
feat(osconfig): update the api
#### osconfig:v1 The following keys were deleted: - resources.operations.methods.delete (Total Keys: 11) - resources.operations.methods.list (Total Keys: 18) - schemas.ListOperationsResponse (Total Keys: 5) - schemas.Operation (Total Keys: 9) - schemas.Status (Total Keys: 8)
1 parent 9fc79e2 commit 588812f

File tree

4 files changed

+3
-158
lines changed

4 files changed

+3
-158
lines changed

docs/dyn/osconfig_v1.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474

7575
<h1><a href="osconfig_v1.html">OS Config API</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="osconfig_v1.operations.html">operations()</a></code>
79-
</p>
80-
<p class="firstline">Returns the operations Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="osconfig_v1.projects.html">projects()</a></code>
8479
</p>

googleapiclient/discovery_cache/documents/osconfig.v1.json

Lines changed: 1 addition & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -105,76 +105,6 @@
105105
},
106106
"protocol": "rest",
107107
"resources": {
108-
"operations": {
109-
"methods": {
110-
"delete": {
111-
"description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
112-
"flatPath": "v1/operations/{operationsId}",
113-
"httpMethod": "DELETE",
114-
"id": "osconfig.operations.delete",
115-
"parameterOrder": [
116-
"name"
117-
],
118-
"parameters": {
119-
"name": {
120-
"description": "The name of the operation resource to be deleted.",
121-
"location": "path",
122-
"pattern": "^operations/.*$",
123-
"required": true,
124-
"type": "string"
125-
}
126-
},
127-
"path": "v1/{+name}",
128-
"response": {
129-
"$ref": "Empty"
130-
},
131-
"scopes": [
132-
"https://www.googleapis.com/auth/cloud-platform"
133-
]
134-
},
135-
"list": {
136-
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.",
137-
"flatPath": "v1/operations",
138-
"httpMethod": "GET",
139-
"id": "osconfig.operations.list",
140-
"parameterOrder": [
141-
"name"
142-
],
143-
"parameters": {
144-
"filter": {
145-
"description": "The standard list filter.",
146-
"location": "query",
147-
"type": "string"
148-
},
149-
"name": {
150-
"description": "The name of the operation's parent resource.",
151-
"location": "path",
152-
"pattern": "^operations$",
153-
"required": true,
154-
"type": "string"
155-
},
156-
"pageSize": {
157-
"description": "The standard list page size.",
158-
"format": "int32",
159-
"location": "query",
160-
"type": "integer"
161-
},
162-
"pageToken": {
163-
"description": "The standard list page token.",
164-
"location": "query",
165-
"type": "string"
166-
}
167-
},
168-
"path": "v1/{+name}",
169-
"response": {
170-
"$ref": "ListOperationsResponse"
171-
},
172-
"scopes": [
173-
"https://www.googleapis.com/auth/cloud-platform"
174-
]
175-
}
176-
}
177-
},
178108
"projects": {
179109
"resources": {
180110
"locations": {
@@ -654,7 +584,7 @@
654584
}
655585
}
656586
},
657-
"revision": "20210806",
587+
"revision": "20210816",
658588
"rootUrl": "https://osconfig.googleapis.com/",
659589
"schemas": {
660590
"AptSettings": {
@@ -1296,24 +1226,6 @@
12961226
},
12971227
"type": "object"
12981228
},
1299-
"ListOperationsResponse": {
1300-
"description": "The response message for Operations.ListOperations.",
1301-
"id": "ListOperationsResponse",
1302-
"properties": {
1303-
"nextPageToken": {
1304-
"description": "The standard List next-page token.",
1305-
"type": "string"
1306-
},
1307-
"operations": {
1308-
"description": "A list of operations that matches the specified filter in the request.",
1309-
"items": {
1310-
"$ref": "Operation"
1311-
},
1312-
"type": "array"
1313-
}
1314-
},
1315-
"type": "object"
1316-
},
13171229
"ListPatchDeploymentsResponse": {
13181230
"description": "A response message for listing patch deployments.",
13191231
"id": "ListPatchDeploymentsResponse",
@@ -1469,41 +1381,6 @@
14691381
},
14701382
"type": "object"
14711383
},
1472-
"Operation": {
1473-
"description": "This resource represents a long-running operation that is the result of a network API call.",
1474-
"id": "Operation",
1475-
"properties": {
1476-
"done": {
1477-
"description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
1478-
"type": "boolean"
1479-
},
1480-
"error": {
1481-
"$ref": "Status",
1482-
"description": "The error result of the operation in case of failure or cancellation."
1483-
},
1484-
"metadata": {
1485-
"additionalProperties": {
1486-
"description": "Properties of the object. Contains field @type with type URL.",
1487-
"type": "any"
1488-
},
1489-
"description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
1490-
"type": "object"
1491-
},
1492-
"name": {
1493-
"description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
1494-
"type": "string"
1495-
},
1496-
"response": {
1497-
"additionalProperties": {
1498-
"description": "Properties of the object. Contains field @type with type URL.",
1499-
"type": "any"
1500-
},
1501-
"description": "The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
1502-
"type": "object"
1503-
}
1504-
},
1505-
"type": "object"
1506-
},
15071384
"PatchConfig": {
15081385
"description": "Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.",
15091386
"id": "PatchConfig",
@@ -1988,33 +1865,6 @@
19881865
},
19891866
"type": "object"
19901867
},
1991-
"Status": {
1992-
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
1993-
"id": "Status",
1994-
"properties": {
1995-
"code": {
1996-
"description": "The status code, which should be an enum value of google.rpc.Code.",
1997-
"format": "int32",
1998-
"type": "integer"
1999-
},
2000-
"details": {
2001-
"description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
2002-
"items": {
2003-
"additionalProperties": {
2004-
"description": "Properties of the object. Contains field @type with type URL.",
2005-
"type": "any"
2006-
},
2007-
"type": "object"
2008-
},
2009-
"type": "array"
2010-
},
2011-
"message": {
2012-
"description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
2013-
"type": "string"
2014-
}
2015-
},
2016-
"type": "object"
2017-
},
20181868
"TimeOfDay": {
20191869
"description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
20201870
"id": "TimeOfDay",

googleapiclient/discovery_cache/documents/osconfig.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
}
611611
}
612612
},
613-
"revision": "20210806",
613+
"revision": "20210816",
614614
"rootUrl": "https://osconfig.googleapis.com/",
615615
"schemas": {
616616
"CVSSv3": {

googleapiclient/discovery_cache/documents/osconfig.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
}
600600
}
601601
},
602-
"revision": "20210806",
602+
"revision": "20210816",
603603
"rootUrl": "https://osconfig.googleapis.com/",
604604
"schemas": {
605605
"AptRepository": {

0 commit comments

Comments
 (0)