createServiceConfig method
ResponseFuture<Service>
createServiceConfig(
- CreateServiceConfigRequest request, {
- CallOptions? options,
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
google.api.servicemanagement.v1.ServiceManager.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.
Implementation
$grpc.ResponseFuture<$3.Service> createServiceConfig(
$0.CreateServiceConfigRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createServiceConfig, request, options: options);
}