listServiceConfigs method
ResponseFuture<ListServiceConfigsResponse>
listServiceConfigs(
- ListServiceConfigsRequest request, {
- CallOptions? options,
Lists the history of the service configuration for a managed service, from the newest to the oldest.
Implementation
$grpc.ResponseFuture<$0.ListServiceConfigsResponse> listServiceConfigs(
$0.ListServiceConfigsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listServiceConfigs, request, options: options);
}