@@ -487,8 +487,8 @@ def update_instance(
487
487
- ``redisConfig``
488
488
489
489
If a dict is provided, it must be of the same form as the protobuf message
490
- :class:`~google.cloud.redis_v1.types .FieldMask`
491
- :type update_mask: Union[Dict, google.cloud.redis_v1.types .FieldMask]
490
+ :class:`~google.protobuf.field_mask_pb2 .FieldMask`
491
+ :type update_mask: Union[Dict, google.protobuf.field_mask_pb2 .FieldMask]
492
492
:param instance: Required. Update description. Only fields specified in ``update_mask`` are updated.
493
493
494
494
If a dict is provided, it must be of the same form as the protobuf message
@@ -871,7 +871,7 @@ def list_instances(
871
871
@GoogleBaseHook .fallback_to_default_project_id
872
872
def update_instance (
873
873
self ,
874
- update_mask : Union [Dict , cloud_memcache . field_mask . FieldMask ],
874
+ update_mask : Union [Dict , FieldMask ],
875
875
instance : Union [Dict , cloud_memcache .Instance ],
876
876
project_id : str ,
877
877
location : Optional [str ] = None ,
@@ -889,9 +889,9 @@ def update_instance(
889
889
- ``displayName``
890
890
891
891
If a dict is provided, it must be of the same form as the protobuf message
892
- :class:`~google.cloud.memcache_v1beta2.types.cloud_memcache.field_mask. FieldMask`
892
+ :class:`~google.protobuf.field_mask_pb2. FieldMask`)
893
893
:type update_mask:
894
- Union[Dict, google.cloud.memcache_v1beta2.types.cloud_memcache.field_mask .FieldMask]
894
+ Union[Dict, google.protobuf.field_mask_pb2 .FieldMask]
895
895
:param instance: Required. Update description. Only fields specified in ``update_mask`` are updated.
896
896
897
897
If a dict is provided, it must be of the same form as the protobuf message
@@ -935,7 +935,7 @@ def update_instance(
935
935
@GoogleBaseHook .fallback_to_default_project_id
936
936
def update_parameters (
937
937
self ,
938
- update_mask : Union [Dict , cloud_memcache . field_mask . FieldMask ],
938
+ update_mask : Union [Dict , FieldMask ],
939
939
parameters : Union [Dict , cloud_memcache .MemcacheParameters ],
940
940
project_id : str ,
941
941
location : str ,
@@ -951,9 +951,9 @@ def update_parameters(
951
951
952
952
:param update_mask: Required. Mask of fields to update.
953
953
If a dict is provided, it must be of the same form as the protobuf message
954
- :class:`~google.cloud.memcache_v1beta2.types.cloud_memcache.field_mask .FieldMask`
954
+ :class:`~google.protobuf.field_mask_pb2 .FieldMask`
955
955
:type update_mask:
956
- Union[Dict, google.cloud.memcache_v1beta2.types.cloud_memcache.field_mask .FieldMask]
956
+ Union[Dict, google.protobuf.field_mask_pb2 .FieldMask]
957
957
:param parameters: The parameters to apply to the instance.
958
958
If a dict is provided, it must be of the same form as the protobuf message
959
959
:class:`~google.cloud.memcache_v1beta2.types.cloud_memcache.MemcacheParameters`
0 commit comments