ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
 $clouddeployService = new Google\Service\CloudDeploy(...);
 $locations = $clouddeployService->projects_locations;Methods
                    get(string $name, array $optParams = [])
        
                                            
                
            Gets information about a location. (locations.get)
                    getConfig(string $name, array $optParams = [])
        
                                            
                
            Gets the configuration for a location. (locations.getConfig)
                    listProjectsLocations(string $name, array $optParams = [])
        
                                            
                
            Lists information about the supported locations for this service.
Details
        
                            Location
    get(string $name, array $optParams = [])
        
    
    Gets information about a location. (locations.get)
        
                            Config
    getConfig(string $name, array $optParams = [])
        
    
    Gets the configuration for a location. (locations.getConfig)
        
                            ListLocationsResponse
    listProjectsLocations(string $name, array $optParams = [])
        
    
    Lists information about the supported locations for this service.
(locations.listProjectsLocations)