Skip to content

Commit

Permalink
update goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 23, 2024
1 parent 2210a52 commit dc23263
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2618,9 +2618,6 @@ def get_operation(self):
return self._GetOperation(self._session, self._host, self._interceptor) # type: ignore

class _GetOperation(_BaseAssetServiceRestTransport._BaseGetOperation, AssetServiceRestStub):
def __hash__(self):
return hash("AssetServiceRestTransport.GetOperation")

@staticmethod
def _get_response(
host,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseGetOperation:
def __hash__(self):
return hash("AssetServiceRestTransport.GetOperation")

@staticmethod
def _get_http_options():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2346,9 +2346,6 @@ def get_location(self):
return self._GetLocation(self._session, self._host, self._interceptor) # type: ignore

class _GetLocation(_BaseEventarcRestTransport._BaseGetLocation, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.GetLocation")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2419,9 +2416,6 @@ def list_locations(self):
return self._ListLocations(self._session, self._host, self._interceptor) # type: ignore

class _ListLocations(_BaseEventarcRestTransport._BaseListLocations, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.ListLocations")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2492,9 +2486,6 @@ def get_iam_policy(self):
return self._GetIamPolicy(self._session, self._host, self._interceptor) # type: ignore

class _GetIamPolicy(_BaseEventarcRestTransport._BaseGetIamPolicy, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.GetIamPolicy")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2565,9 +2556,6 @@ def set_iam_policy(self):
return self._SetIamPolicy(self._session, self._host, self._interceptor) # type: ignore

class _SetIamPolicy(_BaseEventarcRestTransport._BaseSetIamPolicy, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.SetIamPolicy")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2641,9 +2629,6 @@ def test_iam_permissions(self):
return self._TestIamPermissions(self._session, self._host, self._interceptor) # type: ignore

class _TestIamPermissions(_BaseEventarcRestTransport._BaseTestIamPermissions, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.TestIamPermissions")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2717,9 +2702,6 @@ def cancel_operation(self):
return self._CancelOperation(self._session, self._host, self._interceptor) # type: ignore

class _CancelOperation(_BaseEventarcRestTransport._BaseCancelOperation, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.CancelOperation")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2786,9 +2768,6 @@ def delete_operation(self):
return self._DeleteOperation(self._session, self._host, self._interceptor) # type: ignore

class _DeleteOperation(_BaseEventarcRestTransport._BaseDeleteOperation, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.DeleteOperation")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2852,9 +2831,6 @@ def get_operation(self):
return self._GetOperation(self._session, self._host, self._interceptor) # type: ignore

class _GetOperation(_BaseEventarcRestTransport._BaseGetOperation, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.GetOperation")

@staticmethod
def _get_response(
host,
Expand Down Expand Up @@ -2925,9 +2901,6 @@ def list_operations(self):
return self._ListOperations(self._session, self._host, self._interceptor) # type: ignore

class _ListOperations(_BaseEventarcRestTransport._BaseListOperations, EventarcRestStub):
def __hash__(self):
return hash("EventarcRestTransport.ListOperations")

@staticmethod
def _get_response(
host,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseGetLocation:
def __hash__(self):
return hash("EventarcRestTransport.GetLocation")

@staticmethod
def _get_http_options():
Expand All @@ -827,6 +829,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseListLocations:
def __hash__(self):
return hash("EventarcRestTransport.ListLocations")

@staticmethod
def _get_http_options():
Expand All @@ -850,6 +854,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseGetIamPolicy:
def __hash__(self):
return hash("EventarcRestTransport.GetIamPolicy")

@staticmethod
def _get_http_options():
Expand Down Expand Up @@ -881,6 +887,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseSetIamPolicy:
def __hash__(self):
return hash("EventarcRestTransport.SetIamPolicy")

@staticmethod
def _get_http_options():
Expand Down Expand Up @@ -919,6 +927,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseTestIamPermissions:
def __hash__(self):
return hash("EventarcRestTransport.TestIamPermissions")

@staticmethod
def _get_http_options():
Expand Down Expand Up @@ -957,6 +967,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseCancelOperation:
def __hash__(self):
return hash("EventarcRestTransport.CancelOperation")

@staticmethod
def _get_http_options():
Expand Down Expand Up @@ -985,6 +997,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseDeleteOperation:
def __hash__(self):
return hash("EventarcRestTransport.DeleteOperation")

@staticmethod
def _get_http_options():
Expand All @@ -1008,6 +1022,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseGetOperation:
def __hash__(self):
return hash("EventarcRestTransport.GetOperation")

@staticmethod
def _get_http_options():
Expand All @@ -1031,6 +1047,8 @@ def _get_query_params_json(transcoded_request):
return query_params

class _BaseListOperations:
def __hash__(self):
return hash("EventarcRestTransport.ListOperations")

@staticmethod
def _get_http_options():
Expand Down

0 comments on commit dc23263

Please sign in to comment.