ServicesConfigs
class ServicesConfigs extends Resource (View source)
The "configs" collection of methods.
Typical usage is:
$servicemanagementService = new Google\Service\ServiceManagement(...);
$configs = $servicemanagementService->services_configs;
Methods
Creates a new service configuration (version) for a managed service. This method only stores the service configuration. To roll out the service configuration to backend systems please call CreateServiceRollout. Only the 100 most recent service configurations and ones referenced by existing rollouts are kept for each service. The rest will be deleted eventually.
Gets a service configuration (version) for a managed service. (configs.get)
Lists the history of the service configuration for a managed service, from the newest to the oldest. (configs.listServicesConfigs)
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification). This method stores the source configurations as well as the generated service configuration. To rollout the service configuration to other services, please call CreateServiceRollout. Only the 100 most recent configuration sources and ones referenced by existing service configurtions are kept for each service. The rest will be deleted eventually. Operation (configs.submit)
Details
Service
create(string $serviceName, Service $postBody, array $optParams = [])
Creates a new service configuration (version) for a managed service. This method only stores the service configuration. To roll out the service configuration to backend systems please call CreateServiceRollout. Only the 100 most recent service configurations and ones referenced by existing rollouts are kept for each service. The rest will be deleted eventually.
(configs.create)
Service
get(string $serviceName, string $configId, array $optParams = [])
Gets a service configuration (version) for a managed service. (configs.get)
ListServiceConfigsResponse
listServicesConfigs(string $serviceName, array $optParams = [])
Lists the history of the service configuration for a managed service, from the newest to the oldest. (configs.listServicesConfigs)
Operation
submit(string $serviceName, SubmitConfigSourceRequest $postBody, array $optParams = [])
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification). This method stores the source configurations as well as the generated service configuration. To rollout the service configuration to other services, please call CreateServiceRollout. Only the 100 most recent configuration sources and ones referenced by existing service configurtions are kept for each service. The rest will be deleted eventually. Operation (configs.submit)