You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/02 00:24:46 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #21912: Unpin `google-cloud-memcache`

kaxil commented on a change in pull request #21912:
URL: https://github.com/apache/airflow/pull/21912#discussion_r817249493



##########
File path: airflow/providers/google/cloud/operators/cloud_memorystore.py
##########
@@ -1504,8 +1504,8 @@ class CloudMemorystoreMemcachedUpdateParametersOperator(BaseOperator):
 
     :param update_mask: Required. Mask of fields to update.
         If a dict is provided, it must be of the same form as the protobuf message
-        :class:`~google.cloud.memcache_v1beta2.types.cloud_memcache.field_mask.FieldMask`
-        Union[Dict, google.cloud.memcache_v1beta2.types.cloud_memcache.field_mask.FieldMask]
+        :class:`~google.protobuf.field_mask_pb2.FieldMask`
+        Union[Dict, google.protobuf.field_mask_pb2.FieldMask]

Review comment:
       ```suggestion
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org