submitConfigSource method
ResponseFuture<Operation>
submitConfigSource(
- SubmitConfigSourceRequest request, {
- CallOptions? options,
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
google.api.servicemanagement.v1.ServiceManager.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<response: SubmitConfigSourceResponse>
Implementation
$grpc.ResponseFuture<$2.Operation> submitConfigSource(
$0.SubmitConfigSourceRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$submitConfigSource, request, options: options);
}