Parameter Order
:  
                                              
      name
  
                            
                            
                                
    Description
:  
                                      
      After the query is completed, use this API to retrieve the results. If the request succeeds, and there is a non-zero result set, the result is sent to the client as a list of urls to JSON files.
  
                            
                            
                                
    HTTP Method
:  
                                      
      GET
  
                            
                            
                                
    Path
:  
                                      
      v1/{+name}
  
                            
                            
                                
    Flat Path
:  
                                      
      v1/organizations/{organizationsId}/environments/{environmentsId}/queries/{queriesId}/resulturl
  
                            
                            
                                
    Scopes
:  
                                              
      https://www.googleapis.com/auth/cloud-platform
  
                            
                            
                                
    Parameters
:  
                                    
          
                name
                      
          
                  
    Description
:  
                        
      Required. Name of the asynchronous query result to get. Must be of the form `organizations/{org}/environments/{env}/queries/{queryId}/resulturl`.
  
          
          
                  
    Type
:  
                        
      string
  
          
          
                  
    Location
:  
                        
      path
  
          
          
                  
    Pattern
:  
                        
      ^organizations/[^/]+/environments/[^/]+/queries/[^/]+/resulturl$
  
          
          
                  
    Required
:  
                        
      Yes