listServiceConfigs method

ResponseFuture<ListServiceConfigsResponse> listServiceConfigs(
  1. ListServiceConfigsRequest request, {
  2. 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);
}