
                         J    d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ d Z	y)	z5Utilities for edge-cloud container location commands.    )absolute_import)division)unicode_literals)encoding)logc                     t        j                  |       }|d   j                  d      r"|d   d   D ]  }t        j                  |        d|j                         v r|d   }|j                  d       |S | S )zPrint the warning in last response.

  Args:
    response: The last response of series api call
    _: Represents unused_args

  Returns:
    Nested response, normally should be the resource of a LRO.
  metadatawarningsresponsez@type)r   MessageToDictgetr   warningkeyspop)r   _json_objr   clusterss        Dlib/googlecloudsdk/command_lib/edge_cloud/container/print_warning.pyPrintWarningr      su     ##H-(jj)J'
3	kk' 48==?"
#HLLOO    N)
__doc__
__future__r   r   r   apitools.base.pyr   googlecloudsdk.corer   r    r   r   <module>r      s     < &  ' & #r   