You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Standard collection methods | Operate on a collection of resources (List or Create). |[AIP-121][], [AIP-132][], [AIP-133][]| automatable | automatable | automatable | automatable |
@@ -55,7 +55,7 @@ in the following order:
55
55
## Rationale
56
56
57
57
Resource-oriented standard and custom methods are recommended first, as they can
58
-
be expressed in the widest variety of clients (IaC, CLIs, UIs, and so on), and
58
+
be expressed in the widest variety of clients (Declarative clients, CLIs, UIs, and so on), and
59
59
offer the most uniform experience that allows users to apply their knowledge of
60
60
one API to another.
61
61
@@ -64,7 +64,7 @@ resource or collection) offer a lesser, but still valuable level of consistency,
64
64
helping the user reason about the scope of the action and the object whose
65
65
configuration is read to inform that action. Although mutative custom methods
66
66
are not uniform enough to have a automated integration with exclusively
67
-
resource-oriented clients such as [IaC][] clients, they are still a pattern that
67
+
resource-oriented clients such as [Declarative client][]s, they are still a pattern that
68
68
can easily recognized by CLIs, UIs, and SDKs.
69
69
70
70
If one cannot express their APIs in a resource-oriented fashion at all, then the
0 commit comments