feat: Add sortByColumn functionality to List Operation

This change introduces the ability to sort results by a specific column in the List Operation.

PiperOrigin-RevId: 766468964
This commit is contained in:
Google Team Member
2025-06-02 21:22:49 -07:00
committed by Copybara-Service
parent eb2b9ef88f
commit af95dd2932
4 changed files with 15 additions and 6 deletions

View File

@@ -511,6 +511,7 @@ class TestConnectionsClient:
assert schema["type"] == "object"
assert "properties" in schema
assert "filterClause" in schema["properties"]
assert "sortByColumns" in schema["properties"]
def test_action_request(self):
schema = ConnectionsClient.action_request("TestAction")