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 399230c

Browse files
committedJul 25, 2023
feat(servicedirectory): update the api
#### servicedirectory:v1beta1 The following keys were deleted: - resources.projects.resources.locations.resources.namespaces.resources.serviceWorkloads.methods.getIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.namespaces.resources.serviceWorkloads.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.namespaces.resources.serviceWorkloads.methods.testIamPermissions (Total Keys: 12)
1 parent fdc193e commit 399230c

File tree

3 files changed

+2
-95
lines changed

3 files changed

+2
-95
lines changed
 

‎docs/dyn/servicedirectory_v1beta1.projects.locations.namespaces.html

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474

7575
<h1><a href="servicedirectory_v1beta1.html">Service Directory API</a> . <a href="servicedirectory_v1beta1.projects.html">projects</a> . <a href="servicedirectory_v1beta1.projects.locations.html">locations</a> . <a href="servicedirectory_v1beta1.projects.locations.namespaces.html">namespaces</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="servicedirectory_v1beta1.projects.locations.namespaces.serviceWorkloads.html">serviceWorkloads()</a></code>
79-
</p>
80-
<p class="firstline">Returns the serviceWorkloads Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="servicedirectory_v1beta1.projects.locations.namespaces.services.html">services()</a></code>
8479
</p>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
}
884884
}
885885
},
886-
"revision": "20230618",
886+
"revision": "20230716",
887887
"rootUrl": "https://servicedirectory.googleapis.com/",
888888
"schemas": {
889889
"Binding": {

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

+1-89
Original file line numberDiff line numberDiff line change
@@ -428,94 +428,6 @@
428428
}
429429
},
430430
"resources": {
431-
"serviceWorkloads": {
432-
"methods": {
433-
"getIamPolicy": {
434-
"description": "Gets the IAM Policy for a resource",
435-
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/serviceWorkloads/{serviceWorkloadsId}:getIamPolicy",
436-
"httpMethod": "POST",
437-
"id": "servicedirectory.projects.locations.namespaces.serviceWorkloads.getIamPolicy",
438-
"parameterOrder": [
439-
"resource"
440-
],
441-
"parameters": {
442-
"resource": {
443-
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
444-
"location": "path",
445-
"pattern": "^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/serviceWorkloads/[^/]+$",
446-
"required": true,
447-
"type": "string"
448-
}
449-
},
450-
"path": "v1beta1/{+resource}:getIamPolicy",
451-
"request": {
452-
"$ref": "GetIamPolicyRequest"
453-
},
454-
"response": {
455-
"$ref": "Policy"
456-
},
457-
"scopes": [
458-
"https://www.googleapis.com/auth/cloud-platform"
459-
]
460-
},
461-
"setIamPolicy": {
462-
"description": "Sets the IAM Policy for a resource",
463-
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/serviceWorkloads/{serviceWorkloadsId}:setIamPolicy",
464-
"httpMethod": "POST",
465-
"id": "servicedirectory.projects.locations.namespaces.serviceWorkloads.setIamPolicy",
466-
"parameterOrder": [
467-
"resource"
468-
],
469-
"parameters": {
470-
"resource": {
471-
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
472-
"location": "path",
473-
"pattern": "^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/serviceWorkloads/[^/]+$",
474-
"required": true,
475-
"type": "string"
476-
}
477-
},
478-
"path": "v1beta1/{+resource}:setIamPolicy",
479-
"request": {
480-
"$ref": "SetIamPolicyRequest"
481-
},
482-
"response": {
483-
"$ref": "Policy"
484-
},
485-
"scopes": [
486-
"https://www.googleapis.com/auth/cloud-platform"
487-
]
488-
},
489-
"testIamPermissions": {
490-
"description": "Tests IAM permissions for a resource (namespace, service or service workload only).",
491-
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/namespaces/{namespacesId}/serviceWorkloads/{serviceWorkloadsId}:testIamPermissions",
492-
"httpMethod": "POST",
493-
"id": "servicedirectory.projects.locations.namespaces.serviceWorkloads.testIamPermissions",
494-
"parameterOrder": [
495-
"resource"
496-
],
497-
"parameters": {
498-
"resource": {
499-
"description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
500-
"location": "path",
501-
"pattern": "^projects/[^/]+/locations/[^/]+/namespaces/[^/]+/serviceWorkloads/[^/]+$",
502-
"required": true,
503-
"type": "string"
504-
}
505-
},
506-
"path": "v1beta1/{+resource}:testIamPermissions",
507-
"request": {
508-
"$ref": "TestIamPermissionsRequest"
509-
},
510-
"response": {
511-
"$ref": "TestIamPermissionsResponse"
512-
},
513-
"scopes": [
514-
"https://www.googleapis.com/auth/cloud-platform"
515-
]
516-
}
517-
}
518-
},
519431
"services": {
520432
"methods": {
521433
"create": {
@@ -1059,7 +971,7 @@
1059971
}
1060972
}
1061973
},
1062-
"revision": "20230618",
974+
"revision": "20230716",
1063975
"rootUrl": "https://servicedirectory.googleapis.com/",
1064976
"schemas": {
1065977
"Binding": {

0 commit comments

Comments
 (0)
Please sign in to comment.