NamespacesServices
class NamespacesServices extends Resource (View source)
The "services" collection of methods.
Typical usage is:
$runService = new Google\Service\CloudRun(...);
$services = $runService->services;
Methods
Delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.
List services. (services.listNamespacesServices)
Replace a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.
Details
Service
create(string $parent, Service $postBody, array $optParams = [])
Create a service. (services.create)
Status
delete(string $name, array $optParams = [])
Delete a service. This will cause the Service to stop serving traffic and will delete the child entities like Routes, Configurations and Revisions.
(services.delete)
Service
get(string $name, array $optParams = [])
Get information about a service. (services.get)
ListServicesResponse
listNamespacesServices(string $parent, array $optParams = [])
List services. (services.listNamespacesServices)
Service
replaceService(string $name, Service $postBody, array $optParams = [])
Replace a service. Only the spec and metadata labels and annotations are modifiable. After the Update request, Cloud Run will work to make the 'status' match the requested 'spec'. May provide metadata.resourceVersion to enforce update from last read for optimistic concurrency control.
(services.replaceService)